2015-01-26 18:09:21 +08:00
|
|
|
[fontColor="white"] QLabel {
|
|
|
|
color:white;
|
|
|
|
font:@medium;
|
2014-11-18 03:08:55 +08:00
|
|
|
}
|
|
|
|
|
2015-01-26 18:09:21 +08:00
|
|
|
[fontColor="black"] QLabel {
|
|
|
|
color:black;
|
2015-01-04 19:04:30 +08:00
|
|
|
font:@medium;
|
2014-11-18 03:08:55 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton {
|
|
|
|
margin:0;
|
2015-01-27 17:49:18 +08:00
|
|
|
border: none;
|
2014-11-18 03:08:55 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QProgressBar {
|
|
|
|
border: 2px solid black;
|
2015-01-27 17:49:18 +08:00
|
|
|
border-radius: 4px;
|
|
|
|
background-color: @mediumGrey;
|
2014-11-18 03:08:55 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QProgressBar::chunk {
|
2015-01-27 17:49:18 +08:00
|
|
|
background-color: @lightGrey;
|
|
|
|
width: 1px;
|
2014-11-18 03:08:55 +08:00
|
|
|
}
|