A single label shows either text or a pixmap by default (not both at once). Either use two labels or set a richt text string on the label that contains a pixmap:
Qt Code:
label->setText(tr("<img src=\":/images/my.png\"/> Terminal settings"));To copy to clipboard, switch view to plain text mode
Bookmarks