59 lines
794 B
Plaintext
59 lines
794 B
Plaintext
|
|
|
|
.QFrame {
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
.QLineEdit {
|
|
background-color: #FFFFFF;
|
|
font: 15px "Arial";
|
|
}
|
|
|
|
.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: rgb(255, 85, 0);
|
|
}
|
|
|
|
|
|
.QPushButton[state="0"]{
|
|
font :15px;
|
|
|
|
border-image:url(:/img/sub1_unSelected.png);
|
|
}
|
|
|
|
.QPushButton[state="2"]{
|
|
font :20px;
|
|
font-weight:bold;
|
|
border-image:url(:/img/sub1_Selected.png);
|
|
}
|
|
|
|
|
|
|
|
|