1674 lines
42 KiB
XML
1674 lines
42 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>P00_PublicPage</class>
|
|
<widget class="QWidget" name="P00_PublicPage">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1024</width>
|
|
<height>768</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<widget class="QCheckBox" name="But_Page_10">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>630</x>
|
|
<y>680</y>
|
|
<width>60</width>
|
|
<height>80</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
color: green; /* 文本颜色 */
|
|
spacing: -55px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
padding-bottom: -50px; /* 底部内边距 */
|
|
font: 87 10pt "思源黑体 Heavy";
|
|
color: rgb(0, 255, 255);
|
|
}
|
|
QCheckBox:hover {
|
|
color: rgb(0, 255, 0);
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 60px;
|
|
height: 60px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Devices/Devices/ICO_Isolation0.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Devices/Devices/ICO_Isolation1.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Devices/Devices/ICO_Isolation1.png);
|
|
color: rgb(0, 255, 0)
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>绝缘检测</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_14">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>410</x>
|
|
<y>40</y>
|
|
<width>201</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);
|
|
font: 87 16pt "思源黑体 Heavy";
|
|
color: rgb(0, 255, 0);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>采煤机司机</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="But_Page_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>390</x>
|
|
<y>680</y>
|
|
<width>60</width>
|
|
<height>80</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
color: green; /* 文本颜色 */
|
|
spacing: -55px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
padding-bottom: -50px; /* 底部内边距 */
|
|
font: 87 10pt "思源黑体 Heavy";
|
|
color: rgb(0, 255, 255);
|
|
}
|
|
QCheckBox:hover {
|
|
color: rgb(0, 255, 0);
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 60px;
|
|
height: 60px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Devices/Devices/ICO_Cylinder0.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Devices/Devices/ICO_Cylinder1.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Devices/Devices/ICO_Cylinder1.png);
|
|
color: rgb(0, 255, 0)
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>油缸状态</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="But_Page_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>270</x>
|
|
<y>680</y>
|
|
<width>60</width>
|
|
<height>80</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
color: green; /* 文本颜色 */
|
|
spacing: -55px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
padding-bottom: -50px; /* 底部内边距 */
|
|
font: 87 10pt "思源黑体 Heavy";
|
|
color: rgb(0, 255, 255);
|
|
}
|
|
QCheckBox:hover {
|
|
color: rgb(0, 255, 0);
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 60px;
|
|
height: 60px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Devices/Devices/ICO_Loader0.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Devices/Devices/ICO_Loader1.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Devices/Devices/ICO_Loader1.png);
|
|
color: rgb(0, 255, 0)
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>装载设备</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="But_Page_15">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>930</x>
|
|
<y>680</y>
|
|
<width>60</width>
|
|
<height>80</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
color: green; /* 文本颜色 */
|
|
spacing: -55px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
padding-bottom: -50px; /* 底部内边距 */
|
|
font: 87 10pt "思源黑体 Heavy";
|
|
color: rgb(0, 255, 255);
|
|
}
|
|
QCheckBox:hover {
|
|
color: rgb(0, 255, 0);
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 60px;
|
|
height: 60px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Devices/Devices/ICO_Setting0.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Devices/Devices/ICO_Setting1.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Devices/Devices/ICO_Setting1.png);
|
|
color: rgb(0, 255, 0)
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>系统设置</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QWidget" name="layoutWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>310</x>
|
|
<y>0</y>
|
|
<width>40</width>
|
|
<height>63</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QLabel" name="label_13">
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);
|
|
font: 87 14pt "思源黑体 Heavy";
|
|
color: rgb(0, 255, 255);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>遥控</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="checkBox_5">
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
}
|
|
QCheckBox:hover {
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 26px;
|
|
height: 26px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Icos/Icos/LED1_Grey.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Icos/Icos/LED1_Green.png);
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="layoutWidget_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>609</x>
|
|
<y>40</y>
|
|
<width>513</width>
|
|
<height>34</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QLabel" name="label_15">
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);
|
|
font: 87 16pt "思源黑体 Heavy";
|
|
color: rgb(0, 255, 255);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>U:</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLCDNumber" name="LCD_SystemVal_U1">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>90</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);
|
|
color: rgb(0, 255, 0);
|
|
</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::NoFrame</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Plain</enum>
|
|
</property>
|
|
<property name="lineWidth">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="smallDecimalPoint">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="digitCount">
|
|
<number>6</number>
|
|
</property>
|
|
<property name="segmentStyle">
|
|
<enum>QLCDNumber::Flat</enum>
|
|
</property>
|
|
<property name="value" stdset="0">
|
|
<double>-3300.000000000000000</double>
|
|
</property>
|
|
<property name="intValue" stdset="0">
|
|
<number>-3300</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="horizontalSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>40</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label_17">
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);
|
|
font: 87 16pt "思源黑体 Heavy";
|
|
color: rgb(0, 255, 255);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>V:</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLCDNumber" name="LCD_SystemVal_V1">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>90</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);
|
|
color: rgb(0, 255, 0);
|
|
</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::NoFrame</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Plain</enum>
|
|
</property>
|
|
<property name="lineWidth">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="smallDecimalPoint">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="digitCount">
|
|
<number>6</number>
|
|
</property>
|
|
<property name="segmentStyle">
|
|
<enum>QLCDNumber::Flat</enum>
|
|
</property>
|
|
<property name="value" stdset="0">
|
|
<double>-3300.000000000000000</double>
|
|
</property>
|
|
<property name="intValue" stdset="0">
|
|
<number>-3300</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="horizontalSpacer_2">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>40</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label_19">
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);
|
|
font: 87 16pt "思源黑体 Heavy";
|
|
color: rgb(0, 255, 255);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>W:</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLCDNumber" name="LCD_SystemVal_W1">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>90</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);
|
|
color: rgb(0, 255, 0);
|
|
</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::NoFrame</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Plain</enum>
|
|
</property>
|
|
<property name="lineWidth">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="smallDecimalPoint">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="digitCount">
|
|
<number>6</number>
|
|
</property>
|
|
<property name="segmentStyle">
|
|
<enum>QLCDNumber::Flat</enum>
|
|
</property>
|
|
<property name="value" stdset="0">
|
|
<double>-3300.000000000000000</double>
|
|
</property>
|
|
<property name="intValue" stdset="0">
|
|
<number>-3300</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLCDNumber" name="LCD_MainHaul_R_3">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>95</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);
|
|
color: rgb(0, 255, 0);
|
|
</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::NoFrame</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Plain</enum>
|
|
</property>
|
|
<property name="lineWidth">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="smallDecimalPoint">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="digitCount">
|
|
<number>6</number>
|
|
</property>
|
|
<property name="segmentStyle">
|
|
<enum>QLCDNumber::Flat</enum>
|
|
</property>
|
|
<property name="value" stdset="0">
|
|
<double>-3300.000000000000000</double>
|
|
</property>
|
|
<property name="intValue" stdset="0">
|
|
<number>-3300</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QPushButton" name="But_help">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>940</x>
|
|
<y>5</y>
|
|
<width>30</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton{
|
|
/*常态状态下的按钮样式*/
|
|
border-image: url(:/Icos/Icos/icon_Help1.png);
|
|
}
|
|
|
|
QPushButton:hover {
|
|
/*鼠标悬浮在按钮上时,设置样式*/
|
|
border-image: url(:/Icos/Icos/icon_Help3.png);
|
|
}
|
|
|
|
/*点击按钮时,设置样式*/
|
|
QPushButton:pressed {
|
|
/*设置点击按钮时按钮的样式*/
|
|
border-image: url(:/Icos/Icos/icon_Help2.png);
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="But_Page_8">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>510</x>
|
|
<y>680</y>
|
|
<width>60</width>
|
|
<height>80</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
color: green; /* 文本颜色 */
|
|
spacing: -55px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
padding-bottom: -50px; /* 底部内边距 */
|
|
font: 87 10pt "思源黑体 Heavy";
|
|
color: rgb(0, 255, 255);
|
|
}
|
|
QCheckBox:hover {
|
|
color: rgb(0, 255, 0);
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 60px;
|
|
height: 60px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Devices/Devices/ICO_Remote0.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Devices/Devices/ICO_Remote1.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Devices/Devices/ICO_Remote1.png);
|
|
color: rgb(0, 255, 0)
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>遥控测试</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_7">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>5</x>
|
|
<y>5</y>
|
|
<width>60</width>
|
|
<height>60</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Icos/Icos/logo.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="But_Page_1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>90</x>
|
|
<y>680</y>
|
|
<width>60</width>
|
|
<height>80</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
color: green; /* 文本颜色 */
|
|
spacing: -55px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
padding-bottom: -50px; /* 底部内边距 */
|
|
font: 87 10pt "思源黑体 Heavy";
|
|
color: rgb(0, 255, 255);
|
|
}
|
|
QCheckBox:hover {
|
|
color: rgb(0, 255, 0);
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 60px;
|
|
height: 60px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Devices/Devices/ICO_Shield0.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Devices/Devices/ICO_Shield1.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Devices/Devices/ICO_Shield1.png);
|
|
color: rgb(0, 255, 0)
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>屏蔽条件</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QWidget" name="layoutWidget_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>160</x>
|
|
<y>0</y>
|
|
<width>40</width>
|
|
<height>63</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
<item>
|
|
<widget class="QLabel" name="label_9">
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);
|
|
font: 87 14pt "思源黑体 Heavy";
|
|
color: rgb(0, 255, 255);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>调试</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="checkBox">
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
}
|
|
QCheckBox:hover {
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 26px;
|
|
height: 26px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Icos/Icos/icon_health_warning.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Icos/Icos/LED1_Green.png);
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QLabel" name="LED_ConnectionStatus">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>5</y>
|
|
<width>71</width>
|
|
<height>60</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Icos/Icos/Exclamation.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="Title">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>420</x>
|
|
<y>0</y>
|
|
<width>181</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);
|
|
font: 87 22pt "思源黑体 Heavy";
|
|
color: rgb(0, 255, 255);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>主预览</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QWidget" name="layoutWidget_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>0</y>
|
|
<width>40</width>
|
|
<height>63</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
<item>
|
|
<widget class="QLabel" name="label_11">
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);
|
|
font: 87 14pt "思源黑体 Heavy";
|
|
color: rgb(0, 255, 255);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>急停</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="checkBox_3">
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
}
|
|
QCheckBox:hover {
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 26px;
|
|
height: 26px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Icos/Icos/LED1_Grey.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Icos/Icos/LED1_Green.png);
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="layoutWidget_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>260</x>
|
|
<y>0</y>
|
|
<width>40</width>
|
|
<height>63</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
<item>
|
|
<widget class="QLabel" name="label_12">
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);
|
|
font: 87 14pt "思源黑体 Heavy";
|
|
color: rgb(0, 255, 255);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>授权</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="checkBox_4">
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
}
|
|
QCheckBox:hover {
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 26px;
|
|
height: 26px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Icos/Icos/LED1_Grey.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Icos/Icos/LED1_Green.png);
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QCheckBox" name="But_Page_14">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>870</x>
|
|
<y>680</y>
|
|
<width>60</width>
|
|
<height>80</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
color: green; /* 文本颜色 */
|
|
spacing: -55px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
padding-bottom: -50px; /* 底部内边距 */
|
|
font: 87 10pt "思源黑体 Heavy";
|
|
color: rgb(0, 255, 255);
|
|
}
|
|
QCheckBox:hover {
|
|
color: rgb(0, 255, 0);
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 60px;
|
|
height: 60px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Devices/Devices/ICO_Parameter0.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Devices/Devices/ICO_Parameter1.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Devices/Devices/ICO_Parameter1.png);
|
|
color: rgb(0, 255, 0)
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>参数设置</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="But_Close">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>980</x>
|
|
<y>5</y>
|
|
<width>30</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton{
|
|
/*常态状态下的按钮样式*/
|
|
border-image: url(:/Icos/Icos/icon_Close1.png);
|
|
}
|
|
|
|
QPushButton:hover {
|
|
/*鼠标悬浮在按钮上时,设置样式*/
|
|
border-image: url(:/Icos/Icos/icon_Close3.png);
|
|
}
|
|
|
|
/*点击按钮时,设置样式*/
|
|
QPushButton:pressed {
|
|
/*设置点击按钮时按钮的样式*/
|
|
border-image: url(:/Icos/Icos/icon_Close2.png);
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="But_Page_11">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>690</x>
|
|
<y>680</y>
|
|
<width>60</width>
|
|
<height>80</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
color: green; /* 文本颜色 */
|
|
spacing: -55px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
padding-bottom: -50px; /* 底部内边距 */
|
|
font: 87 10pt "思源黑体 Heavy";
|
|
color: rgb(0, 255, 255);
|
|
}
|
|
QCheckBox:hover {
|
|
color: rgb(0, 255, 0);
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 60px;
|
|
height: 60px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Devices/Devices/ICO_Network0.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Devices/Devices/ICO_Network1.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Devices/Devices/ICO_Network2.png);
|
|
color: rgb(0, 255, 0)
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>网络拓扑</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="But_Page_0">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>680</y>
|
|
<width>60</width>
|
|
<height>80</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
color: green; /* 文本颜色 */
|
|
spacing: -50px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
padding-bottom: -50px; /* 底部内边距 */
|
|
font: 87 10pt "思源黑体 Heavy";
|
|
color: rgb(0, 255, 255);
|
|
}
|
|
QCheckBox:hover {
|
|
color: rgb(0, 255, 0);
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 60px;
|
|
height: 60px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Devices/Devices/ICO_Main0.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Devices/Devices/ICO_Main1.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Devices/Devices/ICO_Main1.png);
|
|
color: rgb(0, 255, 0)
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>主预览</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="But_Page_7">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>450</x>
|
|
<y>680</y>
|
|
<width>60</width>
|
|
<height>80</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
color: green; /* 文本颜色 */
|
|
spacing: -55px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
padding-bottom: -50px; /* 底部内边距 */
|
|
font: 87 10pt "思源黑体 Heavy";
|
|
color: rgb(0, 255, 255);
|
|
}
|
|
QCheckBox:hover {
|
|
color: rgb(0, 255, 0);
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 60px;
|
|
height: 60px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Devices/Devices/ICO_Alarm0.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Devices/Devices/ICO_Alarm1.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Devices/Devices/ICO_Alarm1.png);
|
|
color: rgb(0, 255, 0)
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>故障记录</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>692</y>
|
|
<width>1024</width>
|
|
<height>75</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/BottomBar.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="Lable_SystemTime">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>710</x>
|
|
<y>5</y>
|
|
<width>221</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);
|
|
font: 87 16pt "思源黑体 Heavy";
|
|
color: rgb(0, 255, 255);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>2025-12-32 88:88:88</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="But_Page_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>680</y>
|
|
<width>60</width>
|
|
<height>80</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
color: green; /* 文本颜色 */
|
|
spacing: -55px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
padding-bottom: -50px; /* 底部内边距 */
|
|
font: 87 10pt "思源黑体 Heavy";
|
|
color: rgb(0, 255, 255);
|
|
}
|
|
QCheckBox:hover {
|
|
color: rgb(0, 255, 0);
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 60px;
|
|
height: 60px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Devices/Devices/ICO_Cutting0.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Devices/Devices/ICO_Cutting1.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Devices/Devices/ICO_Cutting1.png);
|
|
color: rgb(0, 255, 0)
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>截割设备</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1024</width>
|
|
<height>61</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/Top.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="But_Page_9">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>570</x>
|
|
<y>680</y>
|
|
<width>60</width>
|
|
<height>80</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
color: green; /* 文本颜色 */
|
|
spacing: -55px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
padding-bottom: -50px; /* 底部内边距 */
|
|
font: 87 10pt "思源黑体 Heavy";
|
|
color: rgb(0, 255, 255);
|
|
}
|
|
QCheckBox:hover {
|
|
color: rgb(0, 255, 0);
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 60px;
|
|
height: 60px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Devices/Devices/ICO_Intelligent0.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Devices/Devices/ICO_Intelligent1.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Devices/Devices/ICO_Intelligent1.png);
|
|
color: rgb(0, 255, 0)
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>自动智能</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="But_Page_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>150</x>
|
|
<y>680</y>
|
|
<width>60</width>
|
|
<height>80</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
color: green; /* 文本颜色 */
|
|
spacing: -55px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
padding-bottom: -50px; /* 底部内边距 */
|
|
font: 87 10pt "思源黑体 Heavy";
|
|
color: rgb(0, 255, 255);
|
|
}
|
|
QCheckBox:hover {
|
|
color: rgb(0, 255, 0);
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 60px;
|
|
height: 60px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Devices/Devices/ICO_Pump0.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Devices/Devices/ICO_Pump1.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Devices/Devices/ICO_Pump1.png);
|
|
color: rgb(0, 255, 0)
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>油泵设备</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="But_Page_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>330</x>
|
|
<y>680</y>
|
|
<width>60</width>
|
|
<height>80</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
color: green; /* 文本颜色 */
|
|
spacing: -55px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
padding-bottom: -50px; /* 底部内边距 */
|
|
font: 87 10pt "思源黑体 Heavy";
|
|
color: rgb(0, 255, 255);
|
|
}
|
|
QCheckBox:hover {
|
|
color: rgb(0, 255, 0);
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 60px;
|
|
height: 60px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Devices/Devices/ICO_Transport0.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Devices/Devices/ICO_Transport1.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Devices/Devices/ICO_Transport1.png);
|
|
color: rgb(0, 255, 0)
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>运输设备</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="But_Page_13">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>810</x>
|
|
<y>680</y>
|
|
<width>60</width>
|
|
<height>80</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
color: green; /* 文本颜色 */
|
|
spacing: -55px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
padding-bottom: -50px; /* 底部内边距 */
|
|
font: 87 10pt "思源黑体 Heavy";
|
|
color: rgb(0, 255, 255);
|
|
}
|
|
QCheckBox:hover {
|
|
color: rgb(0, 255, 0);
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 60px;
|
|
height: 60px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Devices/Devices/ICO_Atlas0.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Devices/Devices/ICO_Atlas1.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Devices/Devices/ICO_Atlas1.png);
|
|
color: rgb(0, 255, 0)
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>随机图册</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="But_Page_12">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>750</x>
|
|
<y>680</y>
|
|
<width>60</width>
|
|
<height>80</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/* 📌 将文本显示在复选框下方 */
|
|
QCheckBox {
|
|
color: green; /* 文本颜色 */
|
|
spacing: -55px; /* 图标与文本的间距 */
|
|
text-align: bottom; /* 文本底部对齐 */
|
|
padding-bottom: -50px; /* 底部内边距 */
|
|
font: 87 10pt "思源黑体 Heavy";
|
|
color: rgb(0, 255, 255);
|
|
}
|
|
QCheckBox:hover {
|
|
color: rgb(0, 255, 0);
|
|
}
|
|
QCheckBox::indicator {
|
|
width: 60px;
|
|
height: 60px;
|
|
/* 使图标相对定位 *顶部中间* */
|
|
subcontrol-position: top center;
|
|
}
|
|
|
|
/* 📌 未选中状态 */
|
|
QCheckBox::indicator:unchecked {
|
|
border-image: url(:/Devices/Devices/ICO_INS0.png);
|
|
}
|
|
|
|
QCheckBox::indicator:unchecked:hover {
|
|
border-image: url(:/Devices/Devices/ICO_INS1.png);
|
|
}
|
|
|
|
/* 📌 已选中状态 */
|
|
QCheckBox::indicator:checked {
|
|
border-image: url(:/Devices/Devices/ICO_INS1.png);
|
|
color: rgb(0, 255, 0)
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>本地控制</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="Label_BorderImg">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>980</x>
|
|
<y>680</y>
|
|
<width>54</width>
|
|
<height>12</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>650</y>
|
|
<width>1024</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/Alarm.png);
|
|
font: 87 14pt "思源黑体 Heavy";</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QLabel" name="Num_MainAlarmNum">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>171</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);
|
|
color: rgb(0, 255, 255);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>共 25 条 第 32 条:</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="Txt_AlarmCode">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>170</x>
|
|
<y>0</y>
|
|
<width>121</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);
|
|
color: rgb(0, 255, 255);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>(FF88,FF88)</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="Lable_MainAlarm">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>290</x>
|
|
<y>0</y>
|
|
<width>731</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/null.png);
|
|
color: rgb(255, 0, 0);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>具体内容</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QScrollArea" name="scrollArea">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>70</y>
|
|
<width>1024</width>
|
|
<height>576</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-image: url(:/Frames/null.png);
|
|
background-color: transparent;</string>
|
|
</property>
|
|
<property name="widgetResizable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<widget class="QWidget" name="scrollAreaWidgetContents">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1022</width>
|
|
<height>574</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<zorder>Label_BorderImg</zorder>
|
|
<zorder>label</zorder>
|
|
<zorder>label_3</zorder>
|
|
<zorder>But_Page_10</zorder>
|
|
<zorder>label_14</zorder>
|
|
<zorder>But_Page_6</zorder>
|
|
<zorder>But_Page_4</zorder>
|
|
<zorder>But_Page_15</zorder>
|
|
<zorder>layoutWidget</zorder>
|
|
<zorder>layoutWidget_2</zorder>
|
|
<zorder>But_help</zorder>
|
|
<zorder>But_Page_8</zorder>
|
|
<zorder>label_7</zorder>
|
|
<zorder>But_Page_1</zorder>
|
|
<zorder>layoutWidget_3</zorder>
|
|
<zorder>LED_ConnectionStatus</zorder>
|
|
<zorder>Title</zorder>
|
|
<zorder>layoutWidget_4</zorder>
|
|
<zorder>layoutWidget_5</zorder>
|
|
<zorder>But_Page_14</zorder>
|
|
<zorder>But_Close</zorder>
|
|
<zorder>But_Page_11</zorder>
|
|
<zorder>But_Page_0</zorder>
|
|
<zorder>But_Page_7</zorder>
|
|
<zorder>Lable_SystemTime</zorder>
|
|
<zorder>But_Page_3</zorder>
|
|
<zorder>But_Page_9</zorder>
|
|
<zorder>But_Page_2</zorder>
|
|
<zorder>But_Page_5</zorder>
|
|
<zorder>But_Page_13</zorder>
|
|
<zorder>But_Page_12</zorder>
|
|
<zorder>groupBox</zorder>
|
|
<zorder>scrollArea</zorder>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|