mirror of
https://github.com/UN-GCPDS/qt-material.git
synced 2025-01-27 17:02:57 +08:00
Diferent color for text disabled in QRadioButton and QCheckBox (others pending)
This commit is contained in:
parent
7f6b7a0934
commit
2574fc00a4
@ -512,6 +512,11 @@ QCheckBox {
|
|||||||
spacing: 5px;
|
spacing: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QRadioButton:disabled,
|
||||||
|
QCheckBox:disabled {
|
||||||
|
color: {{secondaryTextColor|opacity(0.3)}};
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
QCheckBox::indicator:checked {
|
QCheckBox::indicator:checked {
|
||||||
image: url(:/icon/primary/checkbox_checked.svg);
|
image: url(:/icon/primary/checkbox_checked.svg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user