mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
refs #347, styles for infobar are in a separate file
This commit is contained in:
committed by
Roland Winklmeier
parent
e6d0f2ecb4
commit
8054022716
@@ -1,11 +1,15 @@
|
|||||||
QFrame {
|
QFrame {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding-left: 6px;
|
padding-left: 6px;
|
||||||
padding-right: 6px;
|
padding-right: 6px;
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** frameless is dynamic property**/
|
/** frameless is dynamic property**/
|
||||||
QDockWidget[frameless="true"] QFrame {
|
/** for frameless only use QDockWidget[frameless="true"] QFrame **/
|
||||||
background-color: darkslategray;
|
QDockWidget QFrame
|
||||||
|
{
|
||||||
|
background-color: darkslategray;
|
||||||
|
background-image: url(:/textures/icons/textures/texture-outer.jpg);
|
||||||
|
border: 0px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -47,12 +47,6 @@ QAbstractScrollArea #pg_StatusPageConsole { background-color: black; }
|
|||||||
|
|
||||||
/** main GUI parts **/
|
/** main GUI parts **/
|
||||||
|
|
||||||
#dw_InfoBarStatus {
|
|
||||||
background-image: url(:/textures/icons/textures/texture-outer.jpg);
|
|
||||||
background-color: darkslategray;
|
|
||||||
border: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wi_CentralWidgetOutside[frameless="true"] {
|
#wi_CentralWidgetOutside[frameless="true"] {
|
||||||
background-image: url(:/textures/icons/textures/texture-outer.jpg);
|
background-image: url(:/textures/icons/textures/texture-outer.jpg);
|
||||||
background-color: darkslategray;
|
background-color: darkslategray;
|
||||||
@@ -61,6 +55,8 @@ QAbstractScrollArea #pg_StatusPageConsole { background-color: black; }
|
|||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** dw_InfoBarStatus has its own style sheet **/
|
||||||
|
|
||||||
#fr_CentralFrameInside {
|
#fr_CentralFrameInside {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
@@ -444,4 +440,5 @@ QStatusBar::item {
|
|||||||
|
|
||||||
QStatusBar QLabel {
|
QStatusBar QLabel {
|
||||||
border: none;
|
border: none;
|
||||||
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user