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.