Ref T731, use CLevelMeter in CAudioDeviceVolumeSetupComponent

This commit is contained in:
Klaus Basan
2019-09-27 02:21:38 +02:00
committed by Mat Sutcliffe
parent b5ad603e55
commit a06205efbd
4 changed files with 142 additions and 145 deletions

View File

@@ -716,18 +716,12 @@ QToolTip {
border: 1px solid white;
}
BlackGui--Components--CAudioDeviceVolumeSetupComponent
QProgressBar {
BlackGui--CLevelMeter {
qproperty-lowColor: lightgray;
border: 1px solid grey;
border-radius: 5px;
padding: 1px;
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 **/