I'm trying to design a thumbnail viewer that displays several pixmaps in a grid of some type.
I want it to automatically re-arrange the thumbnails when I resize the window. So far I've tried using a QGridLayout to do this but it doesn't seem like it has the ability to auto-rearrange.
Any suggestions on what Qt objects to use for this purpose? Or are there any good examples to point me to? Thanks!
Bookmarks