The corner widget in a QTabWidget doesn't render at all.
I have tried to use QToolButton and QLabel.
Qt Code:
{ QTabWidget tw; tw.setCornerWidget (label); }To copy to clipboard, switch view to plain text mode
Simple enough, and I do see a little extra space at the beginning of the tab-list, but nothing is rendered there.
Bookmarks