mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
style sheets: * style sheets with background textures * scroll area / toolbox style sheet fix * floating dock widgets * kept 1st version of stylesheets in backup directory * removed maininfoarea stylesheet, no longer needed with fixed style sheet code * central paintEvent method to enable style sheets in derived widgets * detect frameless windows, dynamic properties
8 lines
123 B
Plaintext
8 lines
123 B
Plaintext
QWidget {
|
|
color: white;
|
|
font-family: "Arial";
|
|
font-size: 8pt;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
}
|