Is there any way to set two different qss style rules for two QTabWidgets tabs. I can set style rule for all tab like this:
QTabBar::tab {...}
But it will set the stye for all tab bars of QTabWidgets
How to set QTabBar tab style for certain instance of QTabWidget?
setStyleSheet()
on wich object ? – thibscQTabWidget#myobjname { ... }
– thibsc