PDA

View Full Version : Image thumbnails canvas - implementation question



Talei
2nd June 2012, 16:34
Hello,
I want to implement image thumbnails widget in with user can change image thumbnails size and my question is:
What to use? Views like i.e. QListView with model and use QIcon for thumbnails image or maybe QGraphicsView with qpixmapitems?
With one is faster, performance wise?

Regards.

Talei
4th June 2012, 14:41
Any idea what's faster for image displaying (with size change and checkbox field)
QListView or QGraphicsView?

wysota
5th June 2012, 15:12
For simple display QListView will be a bit faster but the difference is neglectible.