2019-02-19 02:53:43 +08:00
|
|
|
[fontColor="white"] QLabel {
|
2019-03-23 20:58:44 +08:00
|
|
|
color: @mainText;
|
2019-02-23 00:01:43 +08:00
|
|
|
font: @big;
|
2019-02-19 02:53:43 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
[fontColor="black"] QLabel {
|
2019-02-23 00:01:43 +08:00
|
|
|
color: @statusActive;
|
|
|
|
font: @big;
|
2019-02-19 02:53:43 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton {
|
2019-02-23 00:01:43 +08:00
|
|
|
margin: 0;
|
2019-02-19 02:53:43 +08:00
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
QProgressBar {
|
2019-02-23 00:01:43 +08:00
|
|
|
border: 2px solid @statusActive;
|
2019-02-19 02:53:43 +08:00
|
|
|
border-radius: 0px;
|
2019-02-23 00:01:43 +08:00
|
|
|
background-color: @statusActive;
|
2019-02-19 02:53:43 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QProgressBar::chunk {
|
2019-03-23 20:58:44 +08:00
|
|
|
background-color: @transferMiddle;
|
2019-02-19 02:53:43 +08:00
|
|
|
width: 1px;
|
2019-02-23 00:01:43 +08:00
|
|
|
}
|