Results 1 to 2 of 2

Thread: Using Qt to display data with fancy graphics?

  1. #1
    Join Date
    Oct 2009
    Posts
    33
    Thanks
    2

    Default Using Qt to display data with fancy graphics?

    Hey all,

    I'm looking at creating an app to display highly stylized visual representations of time-varying data. Examples might be a tachometer for speed or a scale for force or whatever. So I can create the images that I want to use to display my data, but I don't really know how to incorporate this sort of thing using the Qt framework. I'm used to using the standard UI elements and widgets that the library offers to display stuff but this is really different since I'm controlling basically everything I want to be displayed. Could anyone point me in the right direction? I know there's Graphics View and I've also seen some of the new animation stuff (Qt Kinetic and QML and all that)... but I don't really know what I should be starting with. I'd appreciate any advice.

    Regards,

    kif

  2. #2
    Join Date
    Apr 2010
    Posts
    769
    Thanks
    1
    Thanked 94 Times in 86 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: Using Qt to display data with fancy graphics?

    Start with QWidget. Add slots that allow the data being displayed to be changed. Override the paintEvent() method to render your widget however you see fit.

    There are many examples and tutorials scattered throughout the Qt package.

Similar Threads

  1. display graphics items on area
    By quantum.17 in forum Qt Programming
    Replies: 0
    Last Post: 5th May 2010, 11:19
  2. QPixmap Display RGB data
    By phoenixtju in forum Qt Programming
    Replies: 2
    Last Post: 27th May 2009, 10:31
  3. Graphics view display problem.
    By kiranraj in forum Qt Programming
    Replies: 3
    Last Post: 20th July 2007, 07:08
  4. Display data from QStandardItemModel in QTreeView
    By jprice01801 in forum Qt Programming
    Replies: 7
    Last Post: 10th January 2007, 09:34

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.