Code
/* ---------------------------------------------------------------- */
/* QDialog | Options Screen */
/* ---------------------------------------------------------------- */
QDialog { /* Pop up dialogs, such as the connection dialog, but even Options screen. */
background-color: moccasin;
}
OptionsDialog { /* Can also be skinned using QDialog, but seeing this screen is far larger than most QDialogs you can do more specific skinning by using this class instead */
}
Alles anzeigen