As per documentation, I can set the "tab" stylesheet of all QTabWidgets using QTabBar::tab, but this propagates to all other tabwidgets.

Can I set the style of a specific tab without reimplementing QtabWidget? something like QTabWidget#mytab?