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.