GUI background color
Solved
General and Desktop
-
wrote on 10 Jul 2020, 11:10 last edited by
-
Lifetime Qt Championwrote on 10 Jul 2020, 12:35 last edited by mrjj 7 Oct 2020, 12:36
Hi
One option is stylesheetMainWindow->setStyleSheet(QString::fromUtf8("#centralWidget {\n"
"background-color: rgb(255, 255, 255);\n"
"}"));The #centralWidget is the Widget object name. make sure to change to match yours.
-
wrote on 10 Jul 2020, 13:18 last edited by
@mrjj Thanks for your suggestion :)
-
@mrjj Thanks for your suggestion :)
1/4