状态修改
This commit is contained in:
@@ -5,5 +5,6 @@
|
||||
<qresource prefix="/img">
|
||||
<file>fail.png</file>
|
||||
<file>normal.png</file>
|
||||
<file>warning.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
||||
@@ -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 |
@@ -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 |
Reference in New Issue
Block a user