PDA

View Full Version : How to style Toolbar background in MainWindow under OSX?



maik.stange
27th October 2010, 12:13
Hi there,

we are using a .qss file for the stylesheets since yesterday and I want to make a darker style.
So I tried the following code:


* {
font-size:11px;
color:#c1c1c1;
font-family:"Arial";
background:#515151;
}

QLabel{
background:transparent;
}

The problem you can see in the picture. It seems, that the background color works as intended for the filled toolbar, but a i also want it for the whole background there. Is there a way to make the whole bar dark?

Problem picture:
5406

Thanks in advance!
Maik