Results 1 to 2 of 2

Thread: Help programming an odontogram for a odontological software

  1. #1
    Join Date
    Jan 2016
    Posts
    1
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android

    Default Help programming an odontogram for a odontological software

    Hello, i'm programming an odontological software and i need some help to do an odontogram.
    My idea is to make an odontogram like this: Link (This is an odontogram programmed in JAVA). i don't know if this is possible... I think that the way to do it is using QImage and QPainter but i don't see how.
    Thanks.

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Help programming an odontogram for a odontological software

    Should be easy enough with QPainter.

    I would recommend creating a class that can be given the necessary data and then draws the graphics onto a given painter.

    That class can then be used to draw
    - the background in a custom widget (detailed view), with checkboxes layouted into the correct places
    - the content of a custom QGraphicsItem and use that multiple times in a QGraphicsView for the overview display.

    Cheers,
    _

Similar Threads

  1. Replies: 0
    Last Post: 11th January 2013, 11:21
  2. Is this a QT programming?
    By knuxie1135 in forum Newbie
    Replies: 1
    Last Post: 7th November 2012, 16:09
  3. Qt programming
    By archanasubodh in forum Installation and Deployment
    Replies: 2
    Last Post: 6th March 2008, 08:55
  4. Need software programming technology
    By mamyte03@gmail.com in forum General Programming
    Replies: 2
    Last Post: 10th November 2007, 10:26
  5. Example in C++ GUI Programming with Qt 4
    By Nex in forum Qt Programming
    Replies: 2
    Last Post: 28th March 2007, 11:37

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.