mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-03 16:25:54 +08:00
Ref T573, qss styles adjustments
This commit is contained in:
committed by
Mat Sutcliffe
parent
19ac6d9285
commit
0b273bafc8
@@ -1,14 +1,37 @@
|
|||||||
/** style is applied to a CDockWidgetInfoBar **/
|
/** style is applied to a CDockWidgetInfoBar **/
|
||||||
/** frameless is dynamic property**/
|
/** frameless is dynamic property**/
|
||||||
/** for frameless only use QDockWidget[framelessDockWidget="true"] QFrame **/
|
/** for frameless only use QDockWidget[framelessDockWidget="true"] QFrame **/
|
||||||
|
/** "xpdrmode", m_transponder.getTransponderMode **/
|
||||||
|
/** "xpdrmodeshort", m_transponder.getModeAsShortString **/
|
||||||
|
|
||||||
QFrame {
|
BlackGui--CDockWidgetInfoBar {
|
||||||
|
background: black; /* background is background color here */
|
||||||
|
background-image: url(:/textures/icons/textures/texture-inner.jpg);
|
||||||
|
}
|
||||||
|
|
||||||
|
BlackGui--CDockWidgetInfoBar[floating="true"] {
|
||||||
|
min-width: 50em;
|
||||||
|
}
|
||||||
|
|
||||||
|
BlackGui--Components--CTransponderModeComponent {
|
||||||
|
min-width: 2em;
|
||||||
|
min-height: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
BlackGui--Components--CInfoBarStatusComponent {
|
||||||
|
padding-left: 1.0em;
|
||||||
|
padding-right: 1.0em;
|
||||||
|
}
|
||||||
|
|
||||||
|
QLabel {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding-left: 6px;
|
padding-left: 0.5em;
|
||||||
padding-right: 6px;
|
padding-right: 0.25em;
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
padding-top: 0px;
|
padding-top: 0px;
|
||||||
|
border: 0px;
|
||||||
|
/**
|
||||||
background-color: darkslategray;
|
background-color: darkslategray;
|
||||||
background-image: url(:/textures/icons/textures/texture-outer.jpg);
|
background-image: url(:/textures/icons/textures/texture-outer.jpg);
|
||||||
border: 0px;
|
**/
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -184,6 +184,7 @@ BlackGui--Components--CTextEditDialog,
|
|||||||
BlackGui--Components--CSetupLoadingDialog,
|
BlackGui--Components--CSetupLoadingDialog,
|
||||||
BlackGui--Components--CDownloadComponent,
|
BlackGui--Components--CDownloadComponent,
|
||||||
BlackGui--Components--CDownloadDialog,
|
BlackGui--Components--CDownloadDialog,
|
||||||
|
BlackGui--Components--CUpdateInfoDialog,
|
||||||
BlackGui--Components--CRawFsdMessagesComponent,
|
BlackGui--Components--CRawFsdMessagesComponent,
|
||||||
BlackGui--Components--CRawFsdMessagesDialog,
|
BlackGui--Components--CRawFsdMessagesDialog,
|
||||||
BlackGui--Components--CDbOwnModelsDialog,
|
BlackGui--Components--CDbOwnModelsDialog,
|
||||||
@@ -200,7 +201,7 @@ BlackGui--Components--CLegalInfoComponent
|
|||||||
|
|
||||||
/* default for buttons */
|
/* default for buttons */
|
||||||
QToolButton {
|
QToolButton {
|
||||||
background-color: transparent; /* transparent tool buttons */
|
background-color: rgba(0, 0, 255, 128);
|
||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user