2
0
forked from Ivasoft/DSView

Add DSLogic hardware support

This commit is contained in:
DreamSourceLab
2014-04-14 17:46:11 +08:00
parent a76c4b4a5f
commit 264a094168
300 changed files with 305141 additions and 284 deletions

View File

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