I want that user could rename tabs: clicking on current tab label should turn on editable mode. The only way I can see is to use stacked layout + scrollarea + custom widgets + stackedwidget. Can I do it with standard QTabWidget?
And one more question. Can I create custom pseudo states (like predefined :hover, :selected etc)?