forked from Ivasoft/DSView
Add DSLogic hardware support
This commit is contained in:
@@ -223,6 +223,13 @@ QLabel {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
QCheckBox::indicator:checked {
|
||||
image: url(:icons/checkbox.png);
|
||||
}
|
||||
QRadioButton::indicator:checked {
|
||||
image: url(:icons/radiobutton.png);
|
||||
}
|
||||
|
||||
QLabel:disabled {
|
||||
color: rgb(232, 232, 230, 255);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user