状态修改

This commit is contained in:
hm
2020-10-09 13:30:11 +08:00
parent 8d58cc6307
commit cfabeaaa2b
12 changed files with 123 additions and 38 deletions
+1
View File
@@ -5,5 +5,6 @@
<qresource prefix="/img">
<file>fail.png</file>
<file>normal.png</file>
<file>warning.png</file>
</qresource>
</RCC>
+7
View File
@@ -32,6 +32,9 @@
image:url(:/img/fail.png);
}
.QLabel[state="2"] {
image:url(:/img/warning.png);
}
.QComboBox {
@@ -57,4 +60,8 @@
image:url(:/img/fail.png);
}
.QCheckBox::indicator[state="2"] {
image:url(:/img/warning.png);
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

+1
View File
@@ -5,5 +5,6 @@
<qresource prefix="/img">
<file>fail.png</file>
<file>normal.png</file>
<file>warning.png</file>
</qresource>
</RCC>
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB