Files
gcs-nf/App/ToolsUI/ToolsUI.qss
T
2020-10-15 22:21:38 +08:00

57 lines
699 B
Plaintext

.QFrame {
background-color: #FFFFFF;
}
.QPushButton[state="0"]{
font :15px;
border-image:url(:/img/sub_rect.png);
}
.QPushButton[state="2"]{
font :20px;
font-weight:bold;
border-image:url(:/img/sub_rect.png);
}
.QLabel {
background-color: #FFFFFF;
font: 15px "Arial";
}
.QComboBox {
background-color: #FFFFFF;
font: 15px "Arial";
}
.QTreeWidget {
background-color: #FFFFFF;
font: 30px "Arial";
}
QProgressBar {
border: 2px solid grey;
border-radius: 5px;
background-color: #FFFFFF;
}
QProgressBar::chunk {
background-color: #05B8CC;
width: 20px;
}
QProgressBar {
text-align: center;
color: #0A0A0A;
}