Hi everyone,

is it possible to style each tab of a QTabWidget differently while using e.g. the tabindex as the individual tabs are widgets?
The setStyleSheet option only styles the whole QTabBar apart from using different states (: only-one, : first, : last, : middle, : previous-selected, : next-selected, : selected).

Thanks!!