[minor] beautiful progressbar
This commit is contained in:
parent
69ad0bf23b
commit
7522201e06
@ -250,5 +250,5 @@ background-color:rgba(230, 230, 230, 255);
|
|||||||
}
|
}
|
||||||
|
|
||||||
QProgressBar::chunk{
|
QProgressBar::chunk{
|
||||||
background-color:qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(0, 70, 180, 150), stop:1 transparent);
|
background-color:qlineargradient(spread:reflect, x1:0, y1:0, x2:0.5, y2:0, stop:0 transparent, stop:1 rgba(0, 70, 180, 150));
|
||||||
}
|
}
|
||||||
|
@ -249,5 +249,5 @@ background-color:rgba(60, 60, 70, 255);
|
|||||||
}
|
}
|
||||||
|
|
||||||
QProgressBar::chunk{
|
QProgressBar::chunk{
|
||||||
background-color:qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(0, 150, 190, 255), stop:1 transparent);
|
background-color:qlineargradient(spread:reflect, x1:0, y1:0, x2:0.5, y2:0, stop:0 transparent, stop:1 rgba(0, 150, 190, 255));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user