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