diff --git a/docs/0gitee/bigscreen/index.html b/docs/0gitee/bigscreen/index.html
new file mode 100644
index 0000000..f1ce071
--- /dev/null
+++ b/docs/0gitee/bigscreen/index.html
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/0gitee/iotsystem/index.html b/docs/0gitee/iotsystem/index.html
new file mode 100644
index 0000000..78178c8
--- /dev/null
+++ b/docs/0gitee/iotsystem/index.html
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/0gitee/video_system/index.html b/docs/0gitee/video_system/index.html
new file mode 100644
index 0000000..6f82a3b
--- /dev/null
+++ b/docs/0gitee/video_system/index.html
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/0github/bigscreen/index.html b/docs/0github/bigscreen/index.html
new file mode 100644
index 0000000..83f6cc3
--- /dev/null
+++ b/docs/0github/bigscreen/index.html
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/0github/iotsystem/index.html b/docs/0github/iotsystem/index.html
new file mode 100644
index 0000000..f2a2519
--- /dev/null
+++ b/docs/0github/iotsystem/index.html
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/0github/video_system/index.html b/docs/0github/video_system/index.html
new file mode 100644
index 0000000..1431684
--- /dev/null
+++ b/docs/0github/video_system/index.html
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/bigscreen/index.html b/docs/bigscreen/index.html
index bd78a58..83f6cc3 100644
--- a/docs/bigscreen/index.html
+++ b/docs/bigscreen/index.html
@@ -2,7 +2,7 @@
-
+
\ No newline at end of file
diff --git a/docs/iotsystem/index.html b/docs/iotsystem/index.html
index 34fb549..f2a2519 100644
--- a/docs/iotsystem/index.html
+++ b/docs/iotsystem/index.html
@@ -2,7 +2,7 @@
-
+
\ No newline at end of file
diff --git a/docs/video_system/index.html b/docs/video_system/index.html
index 6fc6df9..1431684 100644
--- a/docs/video_system/index.html
+++ b/docs/video_system/index.html
@@ -2,7 +2,7 @@
-
+
\ No newline at end of file
diff --git a/ui/core_qss/qss/blacksoft.css b/ui/core_qss/qss/blacksoft.css
index 09a607a..5bc640a 100644
--- a/ui/core_qss/qss/blacksoft.css
+++ b/ui/core_qss/qss/blacksoft.css
@@ -550,13 +550,24 @@ border:0px solid #484848;
border-radius:3px;
}
-QToolBox::tab,QGroupBox#gboxDevicePanel,QGroupBox#gboxDeviceTitle,QFrame#gboxDevicePanel,QFrame#gboxDeviceTitle{
+QToolBox::tab,QWidget[form="panel"]{
padding:3px;
border-radius:5px;
color:#DCDCDC;
background:qlineargradient(spread:pad,x1:0,y1:0,x2:0,y2:1,stop:0 #484848,stop:1 #383838);
}
+QWidget[flag="paneltitle"]{
+border-bottom-left-radius:0px;
+border-bottom-right-radius:0px;
+}
+
+QWidget[flag="panelcontrol"]{
+border-top-width:0px;
+border-top-left-radius:0px;
+border-top-right-radius:0px;
+}
+
QToolTip{
border:0px solid #DCDCDC;
padding:1px;
diff --git a/ui/styledemo/qrc/qss/blacksoft.css b/ui/styledemo/qrc/qss/blacksoft.css
index 09a607a..5bc640a 100644
--- a/ui/styledemo/qrc/qss/blacksoft.css
+++ b/ui/styledemo/qrc/qss/blacksoft.css
@@ -550,13 +550,24 @@ border:0px solid #484848;
border-radius:3px;
}
-QToolBox::tab,QGroupBox#gboxDevicePanel,QGroupBox#gboxDeviceTitle,QFrame#gboxDevicePanel,QFrame#gboxDeviceTitle{
+QToolBox::tab,QWidget[form="panel"]{
padding:3px;
border-radius:5px;
color:#DCDCDC;
background:qlineargradient(spread:pad,x1:0,y1:0,x2:0,y2:1,stop:0 #484848,stop:1 #383838);
}
+QWidget[flag="paneltitle"]{
+border-bottom-left-radius:0px;
+border-bottom-right-radius:0px;
+}
+
+QWidget[flag="panelcontrol"]{
+border-top-width:0px;
+border-top-left-radius:0px;
+border-top-right-radius:0px;
+}
+
QToolTip{
border:0px solid #DCDCDC;
padding:1px;
diff --git a/ui/styledemo/qrc/qss/flatgray.css b/ui/styledemo/qrc/qss/flatgray.css
index 883e90f..dbe4b0d 100644
--- a/ui/styledemo/qrc/qss/flatgray.css
+++ b/ui/styledemo/qrc/qss/flatgray.css
@@ -550,13 +550,24 @@ border:0px solid #E4E4E4;
border-radius:3px;
}
-QToolBox::tab,QGroupBox#gboxDevicePanel,QGroupBox#gboxDeviceTitle,QFrame#gboxDevicePanel,QFrame#gboxDeviceTitle{
+QToolBox::tab,QWidget[form="panel"]{
padding:3px;
border-radius:5px;
color:#57595B;
background:qlineargradient(spread:pad,x1:0,y1:0,x2:0,y2:1,stop:0 #E4E4E4,stop:1 #E4E4E4);
}
+QWidget[flag="paneltitle"]{
+border-bottom-left-radius:0px;
+border-bottom-right-radius:0px;
+}
+
+QWidget[flag="panelcontrol"]{
+border-top-width:0px;
+border-top-left-radius:0px;
+border-top-right-radius:0px;
+}
+
QToolTip{
border:0px solid #57595B;
padding:1px;
diff --git a/ui/styledemo/qrc/qss/lightblue.css b/ui/styledemo/qrc/qss/lightblue.css
index 590189b..8397685 100644
--- a/ui/styledemo/qrc/qss/lightblue.css
+++ b/ui/styledemo/qrc/qss/lightblue.css
@@ -550,13 +550,24 @@ border:0px solid #DEF0FE;
border-radius:3px;
}
-QToolBox::tab,QGroupBox#gboxDevicePanel,QGroupBox#gboxDeviceTitle,QFrame#gboxDevicePanel,QFrame#gboxDeviceTitle{
+QToolBox::tab,QWidget[form="panel"]{
padding:3px;
border-radius:5px;
color:#386487;
background:qlineargradient(spread:pad,x1:0,y1:0,x2:0,y2:1,stop:0 #DEF0FE,stop:1 #C0DEF6);
}
+QWidget[flag="paneltitle"]{
+border-bottom-left-radius:0px;
+border-bottom-right-radius:0px;
+}
+
+QWidget[flag="panelcontrol"]{
+border-top-width:0px;
+border-top-left-radius:0px;
+border-top-right-radius:0px;
+}
+
QToolTip{
border:0px solid #386487;
padding:1px;