Files
gcs-nf/App/ToolsUI/LandingGear_AJ500/LandingGear.qss
T

22 lines
281 B
Plaintext
Raw Normal View History

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);
}