I was able to put the image into the listbox using:
Qt Code:
thbViewListBox->insertItem(pixmap, "1"); thbViewListBox->insertItem(pixmap2, "2");To copy to clipboard, switch view to plain text mode
Questions
- How can I draw a red border on this pixmap?
- If I want to have the label (i.e. text , "1") below the pixmap, is there anyway of doing so?
Please advice. Thank you.
Bookmarks