Files
gcs-nf/App/ToolsUI/tools_Index4/tools_index4.qss
T

42 lines
528 B
Plaintext
Raw Normal View History

2020-08-19 22:21:48 +08:00
.QFrame {
background-color: #FFFFFF;
}
.QLabel {
background-color: #FFFFFF;
font: 15px "黑体";
2020-08-19 22:21:48 +08:00
}
.QComboBox {
background-color: #FFFFFF;
font: 30px "黑体";
2020-08-19 22:21:48 +08:00
}
.QTreeWidget {
background-color: #FFFFFF;
font: 30px "黑体";
2020-08-19 22:21:48 +08:00
}
QProgressBar {
border: 2px solid grey;
border-radius: 5px;
background-color: #FFFFFF;
}
QProgressBar::chunk {
background-color: #05B8CC;
width: 20px;
}
QProgressBar {
font: 15px "黑体";
2020-08-19 22:21:48 +08:00
text-align: center;
color: #0A0A0A;
}