Qt Code:
label->setPixmap(px); l->addWidget(label); } scrollArea->setWidget(viewport);To copy to clipboard, switch view to plain text mode
This won't look very good but it's a place to start. Using QGraphicsView or QListView might give you better results though...
Bookmarks