Results 1 to 3 of 3

Thread: Using Qt to display a interactive heatmap

  1. #1
    Join Date
    Oct 2009
    Posts
    31
    Thanks
    5
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Using Qt to display a interactive heatmap

    Hi

    I have used Qt before to make interactive MySQL forms
    I'd now like to make a simple interactive heatmap
    I have the data Id like to represent visually, containing location, temp, humidity and time stamp

    I'd like to know if Qt has the functionality to visually represent data in the form of a heatmap and have the time component interactive
    I would like to be able to input multiple vertices of x,y and a (color)value and then display this data visually
    Which functions should I be looking into

  2. #2
    Join Date
    Mar 2011
    Location
    Hyderabad, India
    Posts
    1,882
    Thanks
    3
    Thanked 452 Times in 435 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows
    Wiki edits
    15

    Default Re: Using Qt to display a interactive heatmap

    I don't fully understand your requirement, but QGraphicsView is a nice place to start with

  3. #3
    Join Date
    Oct 2009
    Posts
    31
    Thanks
    5
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Using Qt to display a interactive heatmap

    OK dont worry about the interactive part I can always just redraw it

    Ill put it this way

    I have some points scattered roughly in a grid pattern on a 2d plane
    The value range from 0 to 100
    The 2d plane goes from -100 to 100 on both x and y axis

    Point 50,50 is value 100
    Point -50,-50 is value 0

    Obviously points between these points go from 0 to 50

    Now If I add 0,0 to be 25
    Now the points inbetween are different it starts at 0 and goes to 25 in the center then to 100

    Now I want to add point 0,25 and put in the value 75

    Around -20,-30 the value is 75
    The points approaching 50,50 from here are influenced by the 0,0 point of 25 so it could be about 30 near here

    Now I want to get the value of all points in the grid based on this

    What I'm looking for is probably more math but some function that can do this

Similar Threads

  1. Interactive graphics in Qt
    By wconstan in forum Newbie
    Replies: 2
    Last Post: 15th December 2010, 20:51
  2. Interactive QProcess
    By inktomi in forum Qt Programming
    Replies: 3
    Last Post: 8th August 2009, 18:21
  3. interactive image recommendation
    By yagabey in forum Qt Programming
    Replies: 0
    Last Post: 23rd November 2008, 12:03
  4. qsqlquery interactive?
    By lamera in forum Newbie
    Replies: 2
    Last Post: 7th September 2008, 10:09
  5. No Interactive feel-QProcess
    By prasann87 in forum Qt Programming
    Replies: 5
    Last Post: 11th January 2008, 10:47

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.