Qt Stylesheets #2
-
Global Qt stylesheet applies to all controls
-
e.g. QWidget { background-color: palegoldenrod; }
QWorkspace { background-color: darkkhaki; }
/* Nice Windows-XP-style password character. */
QLineEdit[echoMode="2"] { lineedit-password-character: 9679; }