mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 09:15:34 +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
12 lines
224 B
Plaintext
12 lines
224 B
Plaintext
QFrame {
|
|
margin: 0px;
|
|
padding-left: 6px;
|
|
padding-right: 6px;
|
|
padding-bottom: 0px;
|
|
}
|
|
|
|
/** mainframeless is dynamic property**/
|
|
QDockWidget[mainframeless="true"] QFrame {
|
|
background-color: darkslategray;
|
|
}
|