Thanks, Lykurg - will try that!
Cheers,
Michael
Thanks, Lykurg - will try that!
Cheers,
Michael
You can also try a gridview with a bunch of QLabels.
QLabel label; label.setPixmap(p); arranged in a grid.
Ah okay - another approach to try outHave you done something like that?
...and you can write your own layout class which arranges widgets in a grid. Most easiest way is same size widgets in a flow layout (which you can find in the documentation).
Bookmarks