Files
gcs-nf/App/Setting/Setting.qss
T

59 lines
794 B
Plaintext
Raw Normal View History

2020-08-19 22:21:48 +08:00
2020-05-15 18:47:47 +08:00
.QFrame {
2020-05-15 18:47:47 +08:00
background-color: #FFFFFF;
}
.QLineEdit {
2020-05-28 18:11:23 +08:00
background-color: #FFFFFF;
2020-06-10 20:04:56 +08:00
font: 15px "Arial";
2020-05-15 18:47:47 +08:00
}
2020-05-28 18:11:23 +08:00
.QLabel {
background-color: #FFFFFF;
2020-06-10 20:04:56 +08:00
font: 15px "Arial";
2020-05-28 18:11:23 +08:00
}
2020-05-15 18:47:47 +08:00
2020-05-28 18:11:23 +08:00
.QComboBox {
background-color: #FFFFFF;
2020-06-10 20:04:56 +08:00
font: 15px "Arial";
2020-05-28 18:11:23 +08:00
}
2020-05-15 18:47:47 +08:00
2020-05-28 18:11:23 +08:00
.QTreeWidget {
background-color: #FFFFFF;
2020-06-18 18:13:25 +08:00
font: 30px "Arial";
2020-05-28 18:11:23 +08:00
}
2020-05-15 18:47:47 +08:00
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;
}
2020-05-15 18:47:47 +08:00
2020-08-19 22:21:48 +08:00
.QProgressBar {
text-align: center;
color: rgb(255, 85, 0);
}
2020-09-08 16:56:59 +08:00
2020-09-25 18:37:30 +08:00
.QPushButton[state="0"]{
2020-09-26 17:55:46 +08:00
font :15px;
border-image:url(:/img/sub1_unSelected.png);
2020-09-08 16:56:59 +08:00
}
2020-09-25 18:37:30 +08:00
.QPushButton[state="2"]{
2020-09-26 17:55:46 +08:00
font :20px;
font-weight:bold;
border-image:url(:/img/sub1_Selected.png);
2020-09-08 16:56:59 +08:00
}