[SOLVED] Font color in Stylesheet?
General and Desktop
3
Posts
2
Posters
26.7k
Views
1
Watching
-
wrote on 20 Oct 2013, 13:11 last edited by
Hi,
I want to change my application looks so that the background is black.
With that in mind, I would like all my labels, text, etc, to be white by defaultIs there an easy way to do that with stylesheet? I have not found anything related to color with "font" attribute.
Thank you!Here my current interface :
https://www.dropbox.com/s/on1vehtgshu2nil/font1.png -
wrote on 20 Oct 2013, 13:48 last edited by
ui->LineEdit1->setStyleSheet("color: white;");
-
wrote on 20 Oct 2013, 19:19 last edited by
Thank you
QLabel {
color: white;
}
1/3