Form
0
0
326
170
Form
-
QProgressBar {
border: 2px solid grey;
border-radius: 5px;
}
QProgressBar::chunk {
background-color: #05B8CC;
width: 20px;
}
QProgressBar {
border: 2px solid grey;
border-radius: 5px;
text-align: center;
}
24
-
QProgressBar::chunk {
background-color: #CD96CD;
width: 10px;
margin: 0.5px;
}
QProgressBar {
border: 2px solid grey;
border-radius: 5px;
text-align: center;
}
24
-
QProgressBar:horizontal {border: 1px solid gray; border-radius: 3px; background: white; padding: 1px; }
QProgressBar::chunk:horizontal { background: qlineargradient(x1: 0, y1: 0.5, x2: 1, y2: 0.5, stop: 0 green, stop: 1 lightgrey);}
25
100
75
-
QProgressBar::chunk {
background:
qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0,
stop:0 rgba(0, 0, 0,0), stop:0.5 rgba(235, 148, 61, 255), stop:1 rgba(0, 0, 0, 0)) ;
width: 100px;
}
QProgressBar {
border: 2px dashed grey;
border-radius: 5px;
}
0
0
-1
-
Qt::Vertical
20
41