views:

64

answers:

0

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.