51 lines
658 B
Plaintext
51 lines
658 B
Plaintext
|
|
|
|
.QFrame {
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
.QPushButton{
|
|
font :15px "黑体";
|
|
}
|
|
|
|
.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);
|
|
}
|
|
|
|
.QDoubleSpinBox {
|
|
font: 15px "黑体";
|
|
}
|
|
|
|
.QTextBrowser {
|
|
font: 15px "黑体";
|
|
}
|
|
|
|
.QLabel {
|
|
background-color: #FFFFFF;
|
|
font: 15px "黑体";
|
|
}
|
|
|
|
.QComboBox {
|
|
background-color: #FFFFFF;
|
|
font: 15px "黑体";
|
|
}
|
|
|
|
.QTreeWidget {
|
|
background-color: #FFFFFF;
|
|
font: 30px "黑体";
|
|
}
|
|
|
|
.QTreeWidget::Header {
|
|
font: 15px "黑体";
|
|
}
|
|
|
|
|
|
|