mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 03:35:35 +08:00
* different dyn. property names for main window, dock window and infoarea * dyn.properties for nested QWidgets * style sheet for navigator * utility function to delete layout * added standard OS icons, some formatting in CICons * actions in main window to be used in navigator * main window becomes normal window when minimized so it is correctly displayed in Win taskbar Remark: Frameless floating dockwidgets with rounded borders not yet working
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;
|
|
}
|