monitorConfigDlg
0
0
673
506
12
Dialog
0
0
0
0
0
-
0
21
16777215
21
QWidget {
background: #2c5282;
color: white;
border: none;
}
QWidget QLabel {
color: white;
font-size: 12px;
background: transparent;
}
0
6
0
0
0
-
参数配置
-
Qt::Orientation::Horizontal
584
18
-
/* 标签页容器 */
QTabWidget::pane {
border: 1px solid #e2e8f0;
border-radius: 4px;
background-color: white;
margin-top: 4px;
}
/* 标签栏 */
QTabWidget::tab-bar {
alignment: left;
padding: 1px 1px 0 1px;
}
/* 单个标签 */
QTabBar::tab {
background-color: #f8fafc;
color: #94a3b8;
border: 1px solid #e2e8f0;
border-bottom: none;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
padding: 6px 16px;
margin-right: 2px;
font-size: 11px;
font-weight: 500;
}
/* 标签悬停 */
QTabBar::tab:hover {
background-color: #f1f5f9;
color: #64748b;
border-color: #cbd5e1;
}
/* 标签选中 */
QTabBar::tab:selected {
background-color: white;
color: #1e293b;
border-color: #e2e8f0;
border-bottom-color: white;
font-weight: 500;
margin-bottom: -1px;
padding-top: 7px;
}
0
监控参数配置
-
设备列表
-
-
可选参数列表
-
-
-
配置详情
-
显示名称:
-
-
查询参数:
-
9
-
展示类型:
-
60
0
-
字符
-
图表
-
Qt::Orientation::Horizontal
526
20
-
0
0
0
0
0
10
-
-
否
-
是
-
Qt::Orientation::Vertical
20
40
-
接线图中展示:
-
Qt::Orientation::Horizontal
40
20
0
0
0
0
10
-
-
折线
-
柱状
-
时间范围:
-
图表类型:
-
-
5min
-
10min
-
30min
-
Qt::Orientation::Vertical
20
40
-
10
-
Qt::Orientation::Horizontal
40
20
-
80
20
QPushButton {
background-color: #5a79a1; /* 中性灰蓝,不刺眼 */
color: white;
border: none; /* 无边框,扁平化 */
border-radius: 4px; /* 小圆角,扁平感 */
font-size: 13px; /* 适中字号 */
font-weight: 500; /* 中等字重 */
}
QPushButton:hover {
background-color: #4a5d7e; /* 稍深的灰蓝 */
}
QPushButton:pressed {
background-color: #3d4e6b; /* 更深的灰蓝 */
}
QPushButton:disabled {
background-color: #a0b3d1; /* 灰调的浅蓝 */
color: #d1dce9; /* 浅灰色文字 */
}
确定
-
80
20
QPushButton {
background-color: #5a79a1; /* 中性灰蓝,不刺眼 */
color: white;
border: none; /* 无边框,扁平化 */
border-radius: 4px; /* 小圆角,扁平感 */
font-size: 13px; /* 适中字号 */
font-weight: 500; /* 中等字重 */
}
QPushButton:hover {
background-color: #4a5d7e; /* 稍深的灰蓝 */
}
QPushButton:pressed {
background-color: #3d4e6b; /* 更深的灰蓝 */
}
QPushButton:disabled {
background-color: #a0b3d1; /* 灰调的浅蓝 */
color: #d1dce9; /* 浅灰色文字 */
}
取消
-
Qt::Orientation::Horizontal
40
20