QT's QGraphicsview clickable icon on screen

Posted by goodwince on Stack Overflow See other posts from Stack Overflow or by goodwince
Published on 2010-03-28T00:41:13Z Indexed on 2010/03/28 0:43 UTC
Read the original article Hit count: 672

I'm working on a project with QT and am trying to draw icons from a database.

I have auxiliary information in the table that I would like to display if the user chooses to see it (i.e. the x,y of the icon and some other options from database).

I am debating on would it be better to go through and just redraw all the icons with this information added, or do some sort of looping through the icons and setting some value to true to display the information.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about qt

Related posts about qgraphicsview