2022-07-16 23:54:47 +08:00
|
|
|
|
2022-09-09 10:59:44 +08:00
|
|
|
.QLabel {
|
|
|
|
|
font: 20px "黑体";
|
|
|
|
|
}
|
2022-07-16 23:54:47 +08:00
|
|
|
|
2022-09-09 10:59:44 +08:00
|
|
|
.QCheckBox{
|
|
|
|
|
font: 20px "黑体";
|
|
|
|
|
width: 25px;
|
|
|
|
|
height: 25px;
|
|
|
|
|
}
|
2022-07-16 23:54:47 +08:00
|
|
|
|
|
|
|
|
.QCheckBox::indicator {
|
|
|
|
|
width: 15px;
|
|
|
|
|
height: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.QCheckBox::indicator[state="0"] {
|
|
|
|
|
image:url(:/img/normal.png);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.QCheckBox::indicator[state="1"] {
|
|
|
|
|
image:url(:/img/fail.png);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.QCheckBox::indicator[state="2"] {
|
|
|
|
|
image:url(:/img/warning.png);
|
|
|
|
|
}
|
|
|
|
|
|
2022-07-23 10:59:04 +08:00
|
|
|
.QCheckBox::indicator[state="3"] {
|
|
|
|
|
image:url(:/img/inital.png);
|
|
|
|
|
}
|
|
|
|
|
|
2022-07-16 23:54:47 +08:00
|
|
|
|