Diferent color for text disabled in QRadioButton and QCheckBox (others pending)

This commit is contained in:
Yeison 2020-09-19 17:23:50 -05:00
parent 7f6b7a0934
commit 2574fc00a4

View File

@ -512,6 +512,11 @@ QCheckBox {
spacing: 5px;
}
QRadioButton:disabled,
QCheckBox:disabled {
color: {{secondaryTextColor|opacity(0.3)}};
}
QCheckBox::indicator:checked {
image: url(:/icon/primary/checkbox_checked.svg);