|
@@ -228,14 +228,24 @@ QRadioButton::indicator
|
|
height: 16px;
|
|
height: 16px;
|
|
|
|
|
|
}
|
|
}
|
|
|
|
+/*
|
|
|
|
+QRadioButton:disabled
|
|
|
|
+{
|
|
|
|
+ color: #B8B8B8;
|
|
|
|
+} */
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
QRadioButton::indicator::unchecked
|
|
QRadioButton::indicator::unchecked
|
|
{
|
|
{
|
|
|
|
+ color: #3A3F63;
|
|
image: url(:/Standard_ICON/Radio_Unchecked.png);
|
|
image: url(:/Standard_ICON/Radio_Unchecked.png);
|
|
}
|
|
}
|
|
|
|
|
|
QRadioButton::indicator::checked
|
|
QRadioButton::indicator::checked
|
|
{
|
|
{
|
|
|
|
+ color: #3A3F63;
|
|
image: url(:/Standard_ICON/Radio_Checked.png);
|
|
image: url(:/Standard_ICON/Radio_Checked.png);
|
|
}
|
|
}
|
|
|
|
|