Ref T731, style sheet for level meters

This commit is contained in:
Klaus Basan
2019-09-26 14:29:07 +02:00
committed by Mat Sutcliffe
parent 76fd0cfc91
commit b26cde4ed5

View File

@@ -716,6 +716,20 @@ QToolTip {
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 **/
QTabBar::tab[supervisormsg=true] { background-color: red; }
QTextEdit[supervisormsg=true] { border: 2px solid red; margin: 2px; }