mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 15:25:34 +08:00
15 lines
397 B
Plaintext
15 lines
397 B
Plaintext
/** style is applied to a CDockWidgetInfoBar **/
|
|
/** frameless is dynamic property**/
|
|
/** for frameless only use QDockWidget[framelessDockWidget="true"] QFrame **/
|
|
|
|
QFrame {
|
|
margin: 0px;
|
|
padding-left: 6px;
|
|
padding-right: 6px;
|
|
padding-bottom: 0px;
|
|
padding-top: 0px;
|
|
background-color: darkslategray;
|
|
background-image: url(:/textures/icons/textures/texture-outer.jpg);
|
|
border: 0px;
|
|
}
|