Updated slider handle color

This commit is contained in:
Jordan Sherer 2018-07-20 09:00:36 -04:00
parent 553f2400e5
commit efd6b54ba7

View File

@ -1123,15 +1123,15 @@ background:yellow;
</item>
<item row="1" column="3">
<widget class="QPushButton" name="deMacroButton">
<property name="visible">
<bool>false</bool>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="visible">
<bool>false</bool>
</property>
<property name="text">
<string>DE</string>
</property>
@ -1438,16 +1438,17 @@ background:yellow;
</property>
<property name="styleSheet">
<string notr="true">QSlider {
selection-background-color: rgb(70, 70, 70);
selection-background-color: rgb(170, 170, 170);
}
QSlider::groove:vertical{
width:60px;
/*background-color:transparent;*/
}
QSlider::handle:vertical {
background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #fefefe, stop:1 #eee);
border:1px solid #999;
background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #2ecc71, stop:1 #27ae60);
border:1px solid #179e50;
width:30px;
height:30px;
margin:-2px -8px;
@ -1455,7 +1456,7 @@ border-radius:2px;
}
QSlider::handle:vertical:hover {
background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #fff, stop:1 #fefefe);
background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #2ecc71, stop:1 #3edc81);
}</string>
</property>
<property name="maximum">