Added QCheckBox and QRadioButtons

main
Alexhuszagh 2016-10-26 14:51:01 -04:00
parent d1c6f4bec9
commit 6b04b6572f
2 changed files with 13 additions and 19 deletions

View File

@ -37,11 +37,11 @@
QToolTip QToolTip
{ {
border: 1px solid #eff0f1; border: 0.1ex solid #eff0f1;
background-color: #31363b; background-color: #31363b;
alternate-background-color: #3b4045; alternate-background-color: #3b4045;
color: #eff0f1; color: #eff0f1;
padding: 5px; padding: 0.5ex;
opacity: 200; opacity: 200;
} }
@ -71,10 +71,10 @@ QWidget:item:selected
QCheckBox QCheckBox
{ {
spacing: 5px; spacing: 0.5ex;
outline: none; outline: none;
color: #eff0f1; color: #eff0f1;
margin-bottom: 2px; margin-bottom: 0.2ex;
opacity: 200; opacity: 200;
} }
@ -85,7 +85,7 @@ QCheckBox:disabled
QGroupBox::indicator QGroupBox::indicator
{ {
margin-left: 2px; margin-left: 0.2ex;
} }
QCheckBox::indicator:unchecked, QCheckBox::indicator:unchecked,
@ -151,10 +151,10 @@ QGroupBox::indicator:unchecked:disabled
QRadioButton QRadioButton
{ {
spacing: 5px; spacing: 0.5ex;
outline: none; outline: none;
color: #eff0f1; color: #eff0f1;
margin-bottom: 2px; margin-bottom: 0.2ex;
} }
QRadioButton:disabled QRadioButton:disabled

View File

@ -39,7 +39,7 @@ QToolTip
{ {
background-color: black; background-color: black;
color: white; color: white;
padding: 5px; padding: 0.5ex;
} }
QWidget QWidget
@ -68,10 +68,10 @@ QWidget:item:selected
QCheckBox QCheckBox
{ {
spacing: 5px; spacing: 0.5ex;
outline: none; outline: none;
color: #31363B; color: #31363B;
margin-bottom: 2px; margin-bottom: 0.2ex;
opacity: 200; opacity: 200;
} }
@ -80,15 +80,9 @@ QCheckBox:disabled
color: #BAB9B8; color: #BAB9B8;
} }
QCheckBox::indicator,
QGroupBox::indicator
{
width: 18px;
height: 18px;
}
QGroupBox::indicator QGroupBox::indicator
{ {
margin-left: 0.2ex;
margin-left: 2px; margin-left: 2px;
} }
@ -162,10 +156,10 @@ QGroupBox::indicator:unchecked:disabled
QRadioButton QRadioButton
{ {
spacing: 5px; spacing: 0.5ex;
outline: none; outline: none;
color: #31363B; color: #31363B;
margin-bottom: 2px; margin-bottom: 0.2ex;
} }
QRadioButton:disabled QRadioButton:disabled