Widget
0
0
861
697
Widget
0
0
0
0
0
-
0
0
0
0
0
-
0
0
0
0
0
-
0
-
150
0
150
16777215
background-color: rgb(94, 107, 157);
border-top-left-radius:14px;
border-bottom-left-radius:14px;
border-style: inset;
10
80
131
51
15
QPushButton{
border-radius:10px;
color: rgb(255, 255, 255);
background-color: rgba(255, 255, 255, 0);
}
QPushButton:hover{
border-radius:10px;
color: rgb(255, 255, 255);
background-color: rgba(74,89,146, 255);
}
首页
10
140
131
51
15
QPushButton{
border-radius:10px;
color: rgb(255, 255, 255);
background-color: rgba(255, 255, 255, 0);
}
QPushButton:hover{
border-radius:10px;
color: rgb(255, 255, 255);
background-color: rgba(74,89,146, 255);
}
设置
20
10
111
61
-
0
-
0
60
background-color: rgb(241, 244, 255);
border-top-right-radius:14px;
border-style: inset;
660
10
31
31
Corbel
20
Qt::DefaultContextMenu
Qt::LeftToRight
QPushButton{
color: rgb(182, 188, 212);
}
QPushButton:hover{
border-radius:15px;
color: rgb(0, 0, 0);
}
x
630
10
31
31
HoloLens MDL2 Assets
20
Qt::DefaultContextMenu
Qt::LeftToRight
QPushButton{
color: rgb(182, 188, 212);
}
QPushButton:hover{
border-radius:15px;
color: rgb(0, 0, 0);
}
-
20
10
231
41
20
IP广播分控启动器
250
10
351
41
15
-
Arial
background-color: rgb(241, 244, 255);
border-bottom-right-radius:14px;
border-style: inset;
0
-
0
80
16777215
80
background-color: rgb(10,22,53);
border-radius:10px;
20
20
111
41
Bahnschrift Light
13
Qt::TabFocus
QPushButton{
border-radius:10px;
color: rgb(255, 255, 255);
background-color: rgba(255,68,138,255);
}
QPushButton:hover{
border-radius:10px;
color: rgb(255, 255, 255);
background-color: rgba(255,100,150, 255);
}
打开服务
400
0
111
31
15
前端:离线
540
0
111
31
15
后端:离线
400
40
271
31
15
color: rgb(255, 255, 255);
-
0
0
0
0
0
-
12
Qt::ClickFocus
background-color: rgb(10,22,53);
color: rgb(0, 255, 0);
border-radius:10px;
-
background-color: rgb(10,22,53);
border-radius:10px;
-
13
color: rgb(255, 255, 255,150);
Web分控后端设置
10
100
311
51
-
C/S服务器端口
-
0
30
15
background-color: rgba(255, 255, 255, 200);
color: rgb(0, 0, 0);
10
160
311
51
-
Sub分控后端服务器IP
-
0
30
15
QComboBox{
background-color: rgb(77,85,104);
border-radius: 10px; /* 与父控件保持一致 */
border-style: inset; /* 与父控件保持一致 */
border-width: 1px; /* 设置边框宽度 */
border-color: white; /* 设置边框颜色 */
color: rgb(255, 255, 255);
}
QComboBox::drop-down {
subcontrol-origin: padding;
subcontrol-position: top right;/*放于右方顶部*/
width: 50px;/*设置按钮范围宽度*/
/*border-radius: 15px;
border-left-width: 1px;
border-left-color: darkgray;
border-left-style: solid;*/
border-top-right-radius: 3px;/*设置边框圆角*/
border-bottom-right-radius: 3px;
/*padding-right: 50px;*/
}
QComboBox QAbstractItemView {
border: 2px solid #f3f3f3;/*边框宽度、线形、颜色*/
background-color: rgba(237, 242, 255, 1);/*背景颜色*/
border-radius: 10px;/*圆角*/
padding: 1px 2px 1px 2px; /*针对于组合框中的文本内容*/
min-width: 9em; /*# 组合框的最小宽度*/
font-size: 15px;
color:rgb(0,0,0);
}
/* 下拉后,整个下拉窗体每项的样式 */
QComboBox QAbstractItemView::item {
border-radius: 10px;/*圆角*/
height: 50px; /* 项的高度(设置pComboBox->setView(new QListView());后,该项才起作用) */
background-color: rgb(0, 0, 0);
}
/*以下部分不知为何不生效,有待调试*/
/* 下拉后,整个下拉窗体越过每项的样式 */
QComboBox QAbstractItemView::item:hover {
color: #FFFFF0;
/* 整个下拉窗体越过每项的背景色 */
background-color: rgb(237, 242, 255);
}
/* 下拉后,整个下拉窗体被选择的每项的样式 */
QComboBox QAbstractItemView::item:selected {
color: #FFFFF0;
background-color: rgb(77, 85, 101);
font-size: 30px;
}
10
220
311
51
-
Sub分控后端端口
-
0
30
15
background-color: rgba(255, 255, 255, 200);
color: rgb(0, 0, 0);
10
280
311
51
-
Sub-IP音频端口
-
0
30
15
background-color: rgba(255, 255, 255, 200);
color: rgb(0, 0, 0);
10
340
311
51
-
Sub-Origins[跨域]
-
0
30
15
background-color: rgba(255, 255, 255, 200);
color: rgb(0, 0, 0);
10
400
311
51
-
Language[语言]
-
0
30
15
QComboBox{
background-color: rgb(77,85,104);
border-radius: 10px; /* 与父控件保持一致 */
border-style: inset; /* 与父控件保持一致 */
border-width: 1px; /* 设置边框宽度 */
border-color: white; /* 设置边框颜色 */
color: rgb(255, 255, 255);
}
QComboBox::drop-down {
subcontrol-origin: padding;
subcontrol-position: top right;/*放于右方顶部*/
width: 50px;/*设置按钮范围宽度*/
/*border-radius: 15px;
border-left-width: 1px;
border-left-color: darkgray;
border-left-style: solid;*/
border-top-right-radius: 3px;/*设置边框圆角*/
border-bottom-right-radius: 3px;
/*padding-right: 50px;*/
}
QComboBox QAbstractItemView {
border: 2px solid #f3f3f3;/*边框宽度、线形、颜色*/
background-color: rgba(237, 242, 255, 1);/*背景颜色*/
border-radius: 10px;/*圆角*/
padding: 1px 2px 1px 2px; /*针对于组合框中的文本内容*/
min-width: 9em; /*# 组合框的最小宽度*/
font-size: 15px;
color:rgb(0,0,0);
}
/* 下拉后,整个下拉窗体每项的样式 */
QComboBox QAbstractItemView::item {
border-radius: 10px;/*圆角*/
height: 50px; /* 项的高度(设置pComboBox->setView(new QListView());后,该项才起作用) */
background-color: rgb(0, 0, 0);
}
/*以下部分不知为何不生效,有待调试*/
/* 下拉后,整个下拉窗体越过每项的样式 */
QComboBox QAbstractItemView::item:hover {
color: #FFFFF0;
/* 整个下拉窗体越过每项的背景色 */
background-color: rgb(237, 242, 255);
}
/* 下拉后,整个下拉窗体被选择的每项的样式 */
QComboBox QAbstractItemView::item:selected {
color: #FFFFF0;
background-color: rgb(77, 85, 101);
font-size: 30px;
}
-
中文简体
-
English
10
40
311
51
-
C/S服务器IP
-
0
30
15
background-color: rgba(255, 255, 255, 200);
color: rgb(0, 0, 0);
-
13
color: rgba(255, 255, 255, 150);
Web分控前端设置
0
100
311
51
-
Web前端端口
-
0
30
15
background-color: rgba(255, 255, 255, 200);
color: rgb(0, 0, 0);
0
40
311
51
-
Web前端IP
-
0
30
15
background-color: rgba(255, 255, 255, 200);
color: rgb(0, 0, 0);
0
220
111
41
Bahnschrift Light
13
Qt::TabFocus
QPushButton{
border-radius:10px;
color: rgb(255, 255, 255);
background-color: rgba(255,68,138,255);
}
QPushButton:hover{
border-radius:10px;
color: rgb(255, 255, 255);
background-color: rgba(255,100,150, 255);
}
更换WebLogo
0
280
320
180
130
220
181
41
12
图片必须是100x40的大小
0
160
311
48
-
15
URL
-
15
true
-
0
80
16777215
80
background-color: rgb(10,22,53);
border-radius:10px;
560
20
111
41
Bahnschrift Light
13
Qt::TabFocus
QPushButton{
border-radius:10px;
color: rgb(255, 255, 255);
background-color: rgba(255,68,138,255);
}
QPushButton:hover{
border-radius:10px;
color: rgb(255, 255, 255);
background-color: rgba(255,100,150, 255);
}
初始化设置
440
20
111
41
Bahnschrift Light
13
Qt::TabFocus
QPushButton{
border-radius:10px;
color: rgb(255, 255, 255);
background-color: rgba(255,68,138,255);
}
QPushButton:hover{
border-radius:10px;
color: rgb(255, 255, 255);
background-color: rgba(255,100,150, 255);
}
保存