QTabBar background color and QTabBar:tab icon center
-
Hi
I think its a bit different pr platform with the QTabBar as on windows,
it does color all of the widget.what I normally do is to use
https://doc.qt.io/qt-5/qobject.html#dumpObjectTree
on the Widget to see what its made of.
Then you can target those other widgets too with the stylesheet.