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

View File

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