Improve QCheckBox and QRadioButton
- use own resources - fix disabled state
Before Width: | Height: | Size: 637 B After Width: | Height: | Size: 492 B |
Before Width: | Height: | Size: 604 B After Width: | Height: | Size: 491 B |
Before Width: | Height: | Size: 812 B After Width: | Height: | Size: 512 B |
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 493 B |
BIN
qdarkstyle/rc/checkbox_indeterminate_disabled.png
Normal file
After Width: | Height: | Size: 492 B |
Before Width: | Height: | Size: 601 B After Width: | Height: | Size: 514 B |
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 464 B |
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 464 B |
Before Width: | Height: | Size: 538 B After Width: | Height: | Size: 483 B |
Before Width: | Height: | Size: 701 B After Width: | Height: | Size: 940 B |
Before Width: | Height: | Size: 650 B After Width: | Height: | Size: 972 B |
Before Width: | Height: | Size: 982 B After Width: | Height: | Size: 933 B |
Before Width: | Height: | Size: 611 B After Width: | Height: | Size: 728 B |
Before Width: | Height: | Size: 580 B After Width: | Height: | Size: 760 B |
Before Width: | Height: | Size: 873 B After Width: | Height: | Size: 724 B |
@ -136,6 +136,7 @@ QGroupBox::indicator:indeterminate:focus
|
||||
image: url(:/qss_icons/rc/checkbox_indeterminate_focus.png);
|
||||
}
|
||||
|
||||
QCheckBox::indicator:checked:disabled,
|
||||
QGroupBox::indicator:checked:disabled
|
||||
{
|
||||
image: url(:/qss_icons/rc/checkbox_checked_disabled.png);
|
||||
@ -205,12 +206,12 @@ QRadioButton::indicator:indeterminate:pressed
|
||||
QRadioButton::indicator:checked:disabled
|
||||
{
|
||||
outline: none;
|
||||
image: url(:/qss_icons/rc/radio_checked.png);
|
||||
image: url(:/qss_icons/rc/radio_checked_disabled.png);
|
||||
}
|
||||
|
||||
QRadioButton::indicator:unchecked:disabled
|
||||
{
|
||||
image: url(:/qss_icons/rc/radio_unchecked.png);
|
||||
image: url(:/qss_icons/rc/radio_unchecked_disabled.png);
|
||||
}
|
||||
|
||||
|
||||
|