mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Ref T731, style sheet for level meters
This commit is contained in:
committed by
Mat Sutcliffe
parent
76fd0cfc91
commit
b26cde4ed5
@@ -716,6 +716,20 @@ QToolTip {
|
|||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BlackGui--Components--CAudioDeviceVolumeSetupComponent
|
||||||
|
QProgressBar {
|
||||||
|
border: 1px solid grey;
|
||||||
|
border-radius: 5px;
|
||||||
|
height: 1em;
|
||||||
|
/** background-color: qlineargradient(x1:0, y1:0, x2:1, y2:0, stop:0 white, stop: 0.4 gray, stop:1 green); **/
|
||||||
|
}
|
||||||
|
|
||||||
|
BlackGui--Components--CAudioDeviceVolumeSetupComponent
|
||||||
|
QProgressBar::chunk {
|
||||||
|
width: 20px;
|
||||||
|
margin: 0.0px;
|
||||||
|
}
|
||||||
|
|
||||||
/** T506 supervisor messages **/
|
/** T506 supervisor messages **/
|
||||||
QTabBar::tab[supervisormsg=true] { background-color: red; }
|
QTabBar::tab[supervisormsg=true] { background-color: red; }
|
||||||
QTextEdit[supervisormsg=true] { border: 2px solid red; margin: 2px; }
|
QTextEdit[supervisormsg=true] { border: 2px solid red; margin: 2px; }
|
||||||
|
|||||||
Reference in New Issue
Block a user