[SOLVED] How To Style Tab Background on Mac OSX
-
wrote on 7 Oct 2015, 16:18 last edited by maximo 10 Aug 2015, 05:16
-
wrote on 8 Oct 2015, 04:47 last edited by
The solution is an undocumented trick:
QTabBar { background-color: transparent; qproperty-drawBase:0; }
This lets you make the dark grey area (called the "tab bar base") as transparent. Or, alternatively, you can style it by changing the
background-color
value to a color.
1/2