Well, it worked, after QLabel was parented to the tab! Usually these things are auto-parented; and that's why the confusion.
Qt Code:
{ QTabWidget tw; tw.setCornerWidget (label); }To copy to clipboard, switch view to plain text mode
Well, it worked, after QLabel was parented to the tab! Usually these things are auto-parented; and that's why the confusion.
Qt Code:
{ QTabWidget tw; tw.setCornerWidget (label); }To copy to clipboard, switch view to plain text mode
Bookmarks