|
@@ -54,13 +54,12 @@ Login QFrame#line_2
|
|
|
/*主界面*/
|
|
|
MainWnd QWidget#TabSideBar
|
|
|
{
|
|
|
- /*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #EEF0F8, stop: 1 #E6E7F9);*/
|
|
|
- background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(238, 240, 248, 0.1), stop: 1 rgba(230, 231, 249, 0.1));
|
|
|
+ background: #2F3297;
|
|
|
}
|
|
|
|
|
|
MainWnd QWidget#centralwidget
|
|
|
{
|
|
|
- background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(238, 240, 248, 0.1), stop: 1 rgba(230, 231, 249, 0.1));
|
|
|
+ background: #1D2087;
|
|
|
}
|
|
|
|
|
|
MainWnd QFrame#line,
|
|
@@ -71,23 +70,27 @@ MainAndSecondaryCamerasWnd QFrame#line_16,
|
|
|
ChartsAndCamerasWnd QFrame#line_2
|
|
|
{
|
|
|
border:none;
|
|
|
- background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(238, 240, 248, 0.1), stop: 1 rgba(230, 231, 249, 0.1));
|
|
|
+ background-color: rgba(186, 189, 220, 0.6);
|
|
|
}
|
|
|
|
|
|
MainWnd QWidget#TabSideBar QToolButton
|
|
|
{
|
|
|
- color: #1D2087;
|
|
|
+ color: #FFFFFF;
|
|
|
font-weight: bold;
|
|
|
- background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(238, 240, 248, 0.1), stop: 1 rgba(230, 231, 249, 0.1));
|
|
|
+ background: #5A5CAD;
|
|
|
border-radius:6px;
|
|
|
}
|
|
|
|
|
|
+MainWnd QLabel#label_logo_m {
|
|
|
+ image: url(:/images/deep/logo1.png);
|
|
|
+}
|
|
|
+
|
|
|
/*侧边栏按钮*/
|
|
|
QWidget#TabSideBar>QToolButton::hover,QWidget#TabSideBar>QToolButton::checked
|
|
|
{
|
|
|
border:none;
|
|
|
color:#FFFFFF;
|
|
|
- background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 rgba(238, 240, 248, 0.1), stop: 1 rgba(230, 231, 249, 0.1));
|
|
|
+ background: #E17D07;
|
|
|
}
|
|
|
|
|
|
MainWnd QToolButton
|
|
@@ -97,54 +100,54 @@ MainWnd QToolButton
|
|
|
|
|
|
QWidget#TabSideBar>QToolButton#tabHomeBtn
|
|
|
{
|
|
|
- qproperty-icon:url(:/images/light/home.png);
|
|
|
+ qproperty-icon:url(:/images/deep/home.png);
|
|
|
}
|
|
|
|
|
|
QWidget#TabSideBar>QToolButton#tabProductionBtn
|
|
|
{
|
|
|
- qproperty-icon:url(:/images/light/Productionn assistance.png);
|
|
|
+ qproperty-icon:url(:/images/deep/Productionn assistance.png);
|
|
|
}
|
|
|
|
|
|
QWidget#TabSideBar>QToolButton#tabProgramBtn
|
|
|
{
|
|
|
- qproperty-icon:url(:/images/light/Program.png);
|
|
|
+ qproperty-icon:url(:/images/deep/Program.png);
|
|
|
}
|
|
|
|
|
|
QWidget#TabSideBar>QToolButton#tabMessageBtn
|
|
|
{
|
|
|
- qproperty-icon:url(:/images/light/Message.png);
|
|
|
+ qproperty-icon:url(:/images/deep/Message.png);
|
|
|
}
|
|
|
|
|
|
QWidget#TabSideBar>QToolButton#tabModuleBtn
|
|
|
{
|
|
|
- qproperty-icon:url(:/images/light/Module.png);
|
|
|
+ qproperty-icon:url(:/images/deep/Module.png);
|
|
|
}
|
|
|
|
|
|
QWidget#TabSideBar>QToolButton#tabDispositionBtn
|
|
|
{
|
|
|
- qproperty-icon:url(:/images/light/Disposition.png);
|
|
|
+ qproperty-icon:url(:/images/deep/Disposition.png);
|
|
|
}
|
|
|
|
|
|
QWidget#TabSideBar>QToolButton#tabDiagnosisBtn
|
|
|
{
|
|
|
- qproperty-icon:url(:/images/light/Diagnosis.png);
|
|
|
+ qproperty-icon:url(:/images/deep/Diagnosis.png);
|
|
|
}
|
|
|
|
|
|
QWidget#TabSideBar>QToolButton#tabSystemBtn
|
|
|
{
|
|
|
- qproperty-icon:url(:/images/light/System.png);
|
|
|
+ qproperty-icon:url(:/images/deep/System.png);
|
|
|
}
|
|
|
|
|
|
QWidget#TabSideBar>QToolButton#tabHelpBtn
|
|
|
{
|
|
|
- qproperty-icon:url(:/images/light/Help.png);
|
|
|
+ qproperty-icon:url(:/images/deep/Help.png);
|
|
|
}
|
|
|
|
|
|
/*顶部*/
|
|
|
QWidget#Toptitlebar
|
|
|
{
|
|
|
/*border-radius: 6px;*/
|
|
|
- background: #5C63BE;
|
|
|
+ background: #4E53B8;
|
|
|
color: #FFFFFF;
|
|
|
}
|
|
|
|
|
@@ -176,7 +179,7 @@ QWidget#Toptitlebar QPushButton#pushButton_3
|
|
|
OriginalWnd QWidget#widget_2,
|
|
|
OriginalWnd QWidget#widget
|
|
|
{
|
|
|
- background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #F1F4FD, stop: 1 #E5E4F6);
|
|
|
+ background: #2F3297;
|
|
|
border-radius: 10px;
|
|
|
}
|
|
|
|
|
@@ -199,43 +202,47 @@ OriginalWnd QWidget#widget QToolButton#startButton
|
|
|
padding-left: 9px;
|
|
|
}
|
|
|
|
|
|
-OriginalWnd QWidget#widget QPushButton#ChartButton:hover,
|
|
|
-OriginalWnd QWidget#widget QPushButton#DoubleImageButton:hover,
|
|
|
-OriginalWnd QWidget#widget QPushButton#SingleImageButton:hover,
|
|
|
-OriginalWnd QWidget#widget QPushButton#ChartButton:checked,
|
|
|
-OriginalWnd QWidget#widget QPushButton#DoubleImageButton:checked,
|
|
|
-OriginalWnd QWidget#widget QPushButton#SingleImageButton:checked
|
|
|
+OriginalWnd QWidget#widget>QToolButton#ChartButton::hover,
|
|
|
+OriginalWnd QWidget#widget>QToolButton#DoubleImageButton::hover,
|
|
|
+OriginalWnd QWidget#widget>QToolButton#SingleImageButton::hover,
|
|
|
+OriginalWnd QWidget#widget>QToolButton#ChartButton::checked,
|
|
|
+OriginalWnd QWidget#widget>QToolButton#DoubleImageButton::checked,
|
|
|
+OriginalWnd QWidget#widget>QToolButton#SingleImageButton::checked
|
|
|
{
|
|
|
- background: #A9B4FF;
|
|
|
+ background: #E17D07;
|
|
|
}
|
|
|
|
|
|
-OriginalWnd QWidget#widget QPushButton#ChartButton
|
|
|
+OriginalWnd QWidget#widget QToolButton#ChartButton
|
|
|
{
|
|
|
border-radius: 6px;
|
|
|
- background: #CBD0FF;
|
|
|
- image: url(:/images/light/Demo001_1.png);
|
|
|
+ background: #5A5CAD;
|
|
|
+ padding-bottom: 8px;
|
|
|
+ qproperty-icon:url(:/images/deep/Demo001_1.png);
|
|
|
}
|
|
|
|
|
|
-OriginalWnd QWidget#widget QPushButton#DoubleImageButton
|
|
|
+OriginalWnd QWidget#widget QToolButton#DoubleImageButton
|
|
|
{
|
|
|
border-radius: 6px;
|
|
|
- background: #CBD0FF;
|
|
|
- image: url(:/images/light/Demo001_2.png);
|
|
|
+ background: #5A5CAD;
|
|
|
+ padding-bottom: 8px;
|
|
|
+ qproperty-icon:url(:/images/deep/Demo001_2.png);
|
|
|
}
|
|
|
|
|
|
-OriginalWnd QWidget#widget QPushButton#SingleImageButton
|
|
|
+OriginalWnd QWidget#widget QToolButton#SingleImageButton
|
|
|
{
|
|
|
border-radius: 6px;
|
|
|
- background: #CBD0FF;
|
|
|
- image: url(:/images/light/Demo001_3.png);
|
|
|
+ background: #5A5CAD;
|
|
|
+ padding-bottom: 8px;
|
|
|
+ qproperty-icon:url(:/images/deep/Demo001_3.png);
|
|
|
}
|
|
|
|
|
|
/* SingleCameraOperationWnd */
|
|
|
QComboBox
|
|
|
{
|
|
|
- border:1px solid #BABBDC;
|
|
|
+ border:1px solid #6D6FB6;
|
|
|
border-radius:6px;
|
|
|
- background:#FFFFFF;
|
|
|
+ background: #4C4FA6;
|
|
|
+ color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
QComboBox::down-arrow
|
|
@@ -258,14 +265,14 @@ ChartsAndCamerasWnd QWidget#Leftwidget,
|
|
|
ChartsAndCamerasWnd QWidget#Rightwidget
|
|
|
{
|
|
|
border-radius: 10px;
|
|
|
- background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #F1F4FD, stop: 1 #E5E4F6);
|
|
|
+ background: #2F3297;
|
|
|
}
|
|
|
|
|
|
Group QPushButton#GroupButton
|
|
|
{
|
|
|
image: url(:/images/LightGroup/LightSwitch.png);
|
|
|
border-radius: 6px;
|
|
|
- background:qlineargradient(spread:pad,x1:0,y1:0,x2:0,y2:1,stop:0 #949FE8,stop:1 #2D309B);
|
|
|
+ background: #6A6FFF;
|
|
|
}
|
|
|
|
|
|
SingleCameraOperationWnd QPushButton#LiveButton,
|
|
@@ -275,7 +282,7 @@ ChartsAndCamerasWnd QPushButton#LiveButton
|
|
|
{
|
|
|
color: #FFFFFF;
|
|
|
border-radius: 6px;
|
|
|
- background:qlineargradient(spread:pad,x1:0,y1:0,x2:0,y2:1,stop:0 #949FE8,stop:1 #2D309B);
|
|
|
+ background: #6A6FFF;
|
|
|
}
|
|
|
|
|
|
SingleCameraOperationWnd QWidget#RedLight,
|
|
@@ -286,20 +293,26 @@ MainAndSecondaryCamerasWnd QWidget#RedLight,
|
|
|
MainAndSecondaryCamerasWnd QWidget#GreenLight,
|
|
|
MainAndSecondaryCamerasWnd QWidget#BlueLight,
|
|
|
MainAndSecondaryCamerasWnd QWidget#DotLight,
|
|
|
+MainAndSecondaryCamerasWnd QWidget#RedLight_L,
|
|
|
+MainAndSecondaryCamerasWnd QWidget#GreenLight_L,
|
|
|
+MainAndSecondaryCamerasWnd QWidget#BlueLight_L,
|
|
|
+MainAndSecondaryCamerasWnd QWidget#DotLight_L,
|
|
|
ChartsAndCamerasWnd QWidget#RedLight,
|
|
|
ChartsAndCamerasWnd QWidget#GreenLight,
|
|
|
ChartsAndCamerasWnd QWidget#BlueLight,
|
|
|
ChartsAndCamerasWnd QWidget#DotLight
|
|
|
{
|
|
|
- background: #D6D8ED;
|
|
|
+ background: #4E53B8;
|
|
|
}
|
|
|
|
|
|
SingleCameraOperationWnd QLineEdit,
|
|
|
MainAndSecondaryCamerasWnd QLineEdit,
|
|
|
ChartsAndCamerasWnd QLineEdit
|
|
|
{
|
|
|
+ background: #4C4FA6;
|
|
|
border-radius: 6px;
|
|
|
- border: 1px solid #BABBDC;
|
|
|
+ border: 1px solid #6D6FB6;
|
|
|
+ color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
SingleCameraOperationWnd QWidget#BackGround,
|
|
@@ -312,32 +325,47 @@ ChartsAndCamerasWnd QWidget#BackGround
|
|
|
border-radius: 0px;
|
|
|
}
|
|
|
|
|
|
-SingleCameraOperationWnd QLabel#RedLightlabel,
|
|
|
-MainAndSecondaryCamerasWnd QLabel#RedLightlabel_2,
|
|
|
-ChartsAndCamerasWnd QLabel#RedLightlabel
|
|
|
+QProgressBar {
|
|
|
+ border: 2px solid grey;
|
|
|
+ border-radius: 5px;
|
|
|
+ background-color: transparent;
|
|
|
+}
|
|
|
+
|
|
|
+QProgressBar#RedLightprogressBar::chunk,
|
|
|
+QProgressBar#RedLightprogressBar_2::chunk,
|
|
|
+QProgressBar#RedLightprogressBar_L::chunk
|
|
|
{
|
|
|
- image: url(:/images/LightGroup/RedLight.png);
|
|
|
+ border-radius: 3px;
|
|
|
+ background-color: red;
|
|
|
+ height: 1px;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
-SingleCameraOperationWnd QLabel#GreenLightlabel,
|
|
|
-MainAndSecondaryCamerasWnd QLabel#GreenLightlabel_5,
|
|
|
-ChartsAndCamerasWnd QLabel#GreenLightlabel
|
|
|
+QProgressBar#GreenLightprogressBar::chunk,
|
|
|
+QProgressBar#GreenLightprogressBar_5::chunk,
|
|
|
+QProgressBar#GreenLightprogressBar_L::chunk
|
|
|
{
|
|
|
- image: url(:/images/LightGroup/GreenLight.png);
|
|
|
+ border-radius: 3px;
|
|
|
+ background-color: Green;
|
|
|
+ height: 1px;
|
|
|
}
|
|
|
|
|
|
-SingleCameraOperationWnd QLabel#BlueLightlabel,
|
|
|
-MainAndSecondaryCamerasWnd QLabel#BlueLightlabel_2,
|
|
|
-ChartsAndCamerasWnd QLabel#BlueLightlabel
|
|
|
+QProgressBar#BlueLightprogressBar::chunk,
|
|
|
+QProgressBar#BlueLightprogressBar_2::chunk,
|
|
|
+QProgressBar#BlueLightprogressBar_L::chunk
|
|
|
{
|
|
|
- image: url(:/images/LightGroup/BlueLight.png);
|
|
|
+ border-radius: 3px;
|
|
|
+ background-color: Blue;
|
|
|
+ height: 1px;
|
|
|
}
|
|
|
|
|
|
-SingleCameraOperationWnd QLabel#DotLightlabel,
|
|
|
-MainAndSecondaryCamerasWnd QLabel#DotLightlabel_2,
|
|
|
-ChartsAndCamerasWnd QLabel#DotLightlabel
|
|
|
+QProgressBar#DotLightprogressBar::chunk,
|
|
|
+QProgressBar#DotLightprogressBar_2::chunk,
|
|
|
+QProgressBar#DotLightprogressBar_L::chunk
|
|
|
{
|
|
|
- image: url(:/images/LightGroup/DotLight.png);
|
|
|
+ border-radius: 3px;
|
|
|
+ background-color: yellow;
|
|
|
+ height: 1px;
|
|
|
}
|
|
|
|
|
|
/* 工具栏 */
|
|
@@ -347,7 +375,7 @@ MainAndSecondaryCamerasWnd QWidget#RightToolbar,
|
|
|
ChartsAndCamerasWnd QWidget#Toolbar
|
|
|
{
|
|
|
border-radius: 6px;
|
|
|
- background: #CBD0FF;
|
|
|
+ background: #4E53B8;
|
|
|
}
|
|
|
|
|
|
SingleCameraOperationWnd QWidget#Toolbar QPushButton,
|
|
@@ -356,7 +384,7 @@ MainAndSecondaryCamerasWnd QWidget#RightToolbar QPushButton,
|
|
|
ChartsAndCamerasWnd QWidget#Toolbar QPushButton
|
|
|
{
|
|
|
border-radius: 6px;
|
|
|
- background: #CBD0FF;
|
|
|
+ background: #4E53B8;
|
|
|
border:none;
|
|
|
}
|
|
|
|
|
@@ -382,7 +410,7 @@ ChartsAndCamerasWnd QFrame#line_5,
|
|
|
ChartsAndCamerasWnd QFrame#line_6
|
|
|
{
|
|
|
border:none;
|
|
|
- background-color: rgba(78, 81, 206, 0.5);
|
|
|
+ background-color: rgba(255, 255, 255, 0.5);
|
|
|
}
|
|
|
|
|
|
SingleCameraOperationWnd QPushButton#pushButton_2,
|
|
@@ -394,7 +422,7 @@ MainAndSecondaryCamerasWnd QLabel#Rightlabel_Percentage,
|
|
|
ChartsAndCamerasWnd QPushButton#pushButton_2,
|
|
|
ChartsAndCamerasWnd QLabel#label_Percentage
|
|
|
{
|
|
|
- color: #4E51CE;
|
|
|
+ color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
SingleCameraOperationWnd QPushButton#ZoomUpButton,
|
|
@@ -402,7 +430,7 @@ MainAndSecondaryCamerasWnd QPushButton#LeftZoomUpButton,
|
|
|
MainAndSecondaryCamerasWnd QPushButton#RightZoomUpButton,
|
|
|
ChartsAndCamerasWnd QPushButton#ZoomUpButton
|
|
|
{
|
|
|
- image: url(:/images/light/zoom up.png);
|
|
|
+ image: url(:/images/deep/zoom up.png);
|
|
|
}
|
|
|
|
|
|
SingleCameraOperationWnd QPushButton#ZoomOutButton,
|
|
@@ -410,7 +438,7 @@ MainAndSecondaryCamerasWnd QPushButton#LeftZoomOutButton,
|
|
|
MainAndSecondaryCamerasWnd QPushButton#RightZoomOutButton,
|
|
|
ChartsAndCamerasWnd QPushButton#ZoomOutButton
|
|
|
{
|
|
|
- image: url(:/images/light/zoom out.png);
|
|
|
+ image: url(:/images/deep/zoom out.png);
|
|
|
}
|
|
|
|
|
|
SingleCameraOperationWnd QPushButton#RulerButton,
|
|
@@ -418,7 +446,7 @@ MainAndSecondaryCamerasWnd QPushButton#LeftRulerButton,
|
|
|
MainAndSecondaryCamerasWnd QPushButton#RightRulerButton,
|
|
|
ChartsAndCamerasWnd QPushButton#RulerButton
|
|
|
{
|
|
|
- image: url(:/images/light/ruler.png);
|
|
|
+ image: url(:/images/deep/ruler.png);
|
|
|
}
|
|
|
|
|
|
SingleCameraOperationWnd QPushButton#PenButton,
|
|
@@ -426,24 +454,85 @@ MainAndSecondaryCamerasWnd QPushButton#LeftPenButton,
|
|
|
MainAndSecondaryCamerasWnd QPushButton#RightPenButton,
|
|
|
ChartsAndCamerasWnd QPushButton#PenButton
|
|
|
{
|
|
|
- image: url(:/images/light/pen.png);
|
|
|
+ image: url(:/images/deep/pen.png);
|
|
|
}
|
|
|
|
|
|
/* 为垂直滑块设置样式 */
|
|
|
-QSlider::groove:vertical {
|
|
|
+QSlider#RedLightverticalSlider::groove:vertical,
|
|
|
+QSlider#RedLightverticalSlider_L::groove:vertical,
|
|
|
+QSlider#RedLightverticalSlider_2::groove:vertical
|
|
|
+{
|
|
|
height: 56px;
|
|
|
width: 3px;
|
|
|
- background: rgba(78, 81, 206, 0.25);
|
|
|
+ background: red;
|
|
|
+}
|
|
|
+
|
|
|
+QSlider#GreenLightverticalSlider::groove:vertical,
|
|
|
+QSlider#GreenLightverticalSlider_L::groove:vertical,
|
|
|
+QSlider#GreenLightverticalSlider_5::groove:vertical
|
|
|
+{
|
|
|
+ height: 56px;
|
|
|
+ width: 3px;
|
|
|
+ background: Green;
|
|
|
+}
|
|
|
+
|
|
|
+QSlider#BlueLightverticalSlider::groove:vertical,
|
|
|
+QSlider#BlueLightverticalSlider_L::groove:vertical
|
|
|
+{
|
|
|
+ height: 56px;
|
|
|
+ width: 3px;
|
|
|
+ background: Blue;
|
|
|
}
|
|
|
|
|
|
-QSlider::sub-page:vertical {
|
|
|
+QSlider#DotLightverticalSlider::groove:vertical,
|
|
|
+QSlider#DotLightverticalSlider_L::groove:vertical,
|
|
|
+QSlider#DotLightverticalSlider_2::groove:vertical
|
|
|
+{
|
|
|
+ height: 56px;
|
|
|
+ width: 3px;
|
|
|
+ background: yellow;
|
|
|
+}
|
|
|
+
|
|
|
+/*QSlider::sub-page:vertical {
|
|
|
height: 56px;
|
|
|
width: 3px;
|
|
|
background: rgba(78, 81, 206, 0.25);
|
|
|
+}*/
|
|
|
+
|
|
|
+QSlider#RedLightverticalSlider::handle:vertical,
|
|
|
+QSlider#RedLightverticalSlider_L::handle:vertical,
|
|
|
+QSlider#RedLightverticalSlider_2::handle:vertical
|
|
|
+{
|
|
|
+ border-image: url(:/images/LightGroup/red.png);
|
|
|
+ height: 6px;
|
|
|
+ margin: 0px -5px 0px -5px;
|
|
|
+ border-radius: 4px;
|
|
|
+}
|
|
|
+
|
|
|
+QSlider#GreenLightverticalSlider::handle:vertical,
|
|
|
+QSlider#GreenLightverticalSlider_L::handle:vertical,
|
|
|
+QSlider#GreenLightverticalSlider_5::handle:vertical
|
|
|
+{
|
|
|
+ border-image: url(:/images/LightGroup/green.png);
|
|
|
+ height: 6px;
|
|
|
+ margin: 0px -5px 0px -5px;
|
|
|
+ border-radius: 4px;
|
|
|
+}
|
|
|
+
|
|
|
+QSlider#BlueLightverticalSlider::handle:vertical,
|
|
|
+QSlider#BlueLightverticalSlider_L::handle:vertical
|
|
|
+{
|
|
|
+ border-image: url(:/images/LightGroup/blue.png);
|
|
|
+ height: 6px;
|
|
|
+ margin: 0px -5px 0px -5px;
|
|
|
+ border-radius: 4px;
|
|
|
}
|
|
|
|
|
|
-QSlider::handle:vertical {
|
|
|
- border-image: url(:/images/LightGroup/slider.png);
|
|
|
+QSlider#DotLightverticalSlider::handle:vertical,
|
|
|
+QSlider#DotLightverticalSlider_L::handle:vertical,
|
|
|
+QSlider#DotLightverticalSlider_2::handle:vertical
|
|
|
+{
|
|
|
+ border-image: url(:/images/LightGroup/yellow.png);
|
|
|
height: 6px;
|
|
|
margin: 0px -5px 0px -5px;
|
|
|
border-radius: 4px;
|
|
@@ -470,7 +559,7 @@ QScrollBar
|
|
|
|
|
|
QScrollBar::handle
|
|
|
{
|
|
|
- background: #B5B9ED;
|
|
|
+ background: #5058B3;
|
|
|
border-radius: 5px;
|
|
|
}
|
|
|
|
|
@@ -522,6 +611,7 @@ ChartsAndCamerasWnd QCheckBox {
|
|
|
border: 0px solid #FFFFFF;
|
|
|
padding: 4px;
|
|
|
spacing: 18px;
|
|
|
+ color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
ChartsAndCamerasWnd QCheckBox::indicator{
|