41 lines
460 B
Plaintext
41 lines
460 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";
|
|
}
|
|
|
|
|
|
|
|
|
|
|