Ref T424, style sheet for disabled radio buttons

This commit is contained in:
Klaus Basan
2018-11-04 17:37:40 +01:00
parent 084ade9e2b
commit 755da55186

View File

@@ -497,6 +497,12 @@ QRadioButton::indicator:checked {
);
}
QRadioButton::disabled {
background: rgba(4, 105, 105, 105);
color: darkgray;
border: 0px;
}
QScrollArea {
border: 1px solid green;
border-radius: 5px;