alarmEventConfigDialog
0
0
501
334
Dialog
0
0
0
0
0
-
QWidget #contentWidget
{
border:1px solid rgb(76,88,105);
background-color:rgba(36,43,50,250);
}
QLabel
{
font: 12pt "黑体";
color: rgb(250, 250, 250);
}
QRadioButton
{
spacing:8px;
font: 12pt "黑体";
color: rgb(250, 250, 250);
}
QRadioButton::indicator
{
width:36px;
height:20px;
}
QRadioButton::indicator:unchecked
{
image: url(:/images/ico_switch_off.png);
}
QRadioButton::indicator:checked
{
image: url(:/images/ico_switch_on.png);
}
QCheckBox
{
spacing:5px;
font: 12pt "黑体";
color: rgb(250, 250, 250);
}
QCheckBox::indicator
{
width:24px;
height:24px;
}
QCheckBox::indicator:checked
{
image: url(:/images/icon_checked_green.png);
}
QCheckBox::indicator:unchecked
{
image: url(:/images/icon_unchecked.png);
}
QLineEdit
{
font: 12pt "黑体";
color: rgb(250, 250, 250);
border:1px solid rgb(200,200,200);
background:transparent;
}
QLineEdit:focus
{
border:1px solid rgb(67,160,249);
}
QComboBox
{
font: 11pt "黑体";
color: rgb(250, 250, 250);
background-color: rgb(54, 62, 74);
border: 0px;
border-radius: 0px;
}
QComboBox:hover
{
background-color: rgb(72, 83, 99);
}
QComboBox::drop-down
{
border:0px;
}
QComboBox::down-arrow
{
margin-right:10px;
width:14px;
border-image: url(:/images/down-arrow.png);
}
QComboBox QAbstractItemView
{
outline: 0px; /*去除选中虚线框 */
border:0px;
background-color:rgba(25,25,25,220);
}
QComboBox QAbstractItemView::item:hover
{
background-color: rgb(43, 102, 158);
}
QComboBox QAbstractItemView::item:selected
{
color: rgb(250, 250, 250);
background-color: rgba(43, 102, 158, 80);
}
25
20
451
31
color: rgb(250, 250, 250);
font: 700 13pt "微软雅黑";
border:0.5px solid rgb(250,250,250);
border-left:0px;
border-top:0px;
border-right:0px;
报警配置
25
60
451
46
QWidget #tabBar
{
background-color: rgb(54, 62, 74);
border-bottom:1px solid rgb(200,200,200);
}
110
16
100
30
PointingHandCursor
QPushButton
{
color: rgb(250, 250, 250);
font: 700 12pt "黑体";
border:0px;
background-color:transparent;
}
QPushButton:hover
{
}
QPushButton:pressed
{
}
通知设置
10
16
100
30
PointingHandCursor
QPushButton
{
color: rgb(250, 250, 250);
font: 700 12pt "黑体";
border:1px solid rgb(200,200,200);
border-bottom:0px;
background-color:rgba(36,43,50, 250);
}
QPushButton:hover
{
}
QPushButton:pressed
{
}
数据筛选
25
110
451
171
0
QWidget #page_dataFilter
{
background-color:transparent;
}
0
10
101
21
报警级别
35
45
71
19
告知
true
140
45
71
19
预警
true
245
45
71
19
异常
true
350
45
71
19
事故
true
0
90
101
21
事件类型
35
125
91
19
硬事件
true
155
125
121
19
平台软事件
true
305
125
121
19
应用软事件
true
QWidget #page_notifySetting
{
background-color:transparent;
}
35
40
121
31
声音提示
true
false
180
40
121
31
自动弹窗
true
false
0
10
101
21
报警提示
0
90
101
21
弹窗设置
140
130
71
19
预警
false
245
130
71
19
异常
true
350
130
71
19
事故
true
35
130
71
19
告知
false
400
290
71
26
QPushButton
{
color: rgb(250, 250, 250);
font: 700 12pt "微软雅黑";
border:1px solid rgb(200,200,200);
border-radius:2px;
background-color:rgb(24,32,38);
}
QPushButton:hover
{
background-color:rgb(8,11,13);
}
QPushButton:pressed
{
background-color:rgb(24,32,38);
}
取消
false
true
315
290
71
26
QPushButton
{
color: rgb(250, 250, 250);
font: 700 12pt "微软雅黑";
border:0px;
border-radius:2px;
background-color:rgb(67,160,249);
}
QPushButton:hover
{
background-color:rgb(55,131,204);
}
QPushButton:pressed
{
background-color:rgb(67,160,249);
}
QPushButton:disabled
{
background-color: rgb(60, 60, 60);
}
确认
false