所有协议解析完成
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
|
||||
|
||||
|
||||
.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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user