This commit is contained in:
Talley Lambert
2021-04-25 17:26:19 -04:00
parent e56d96fa5a
commit 7d323240be
3 changed files with 41 additions and 15 deletions

View File

@@ -3,11 +3,15 @@ from qtrangeslider.qtcompat import QtCore
from qtrangeslider.qtcompat import QtWidgets as QtW
QSS = """
QSlider {
min-height: 20px;
}
QSlider::groove:horizontal {
border: 0px;
background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #777, stop:1 #aaa);
height: 20px;
border-radius: 10px;
border: 0px;
background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #777, stop:1 #aaa);
height: 20px;
border-radius: 10px;
}
QSlider::handle {