Files
EJM_Display/Pages/P00_PublicPage.ui

1486 lines
39 KiB
Plaintext
Raw Permalink Normal View History

2025-08-20 23:06:28 +08:00
<?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>
2025-10-21 11:11:52 +08:00
<property name="styleSheet">
<string notr="true">background-color: transparent; /* 背景透明 */
color: #e0f7fa</string>
</property>
2025-08-20 23:06:28 +08:00
<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 &quot;思源黑体 Heavy&quot;;
2025-10-21 11:11:52 +08:00
color:#3b82f6</string>
2025-08-20 23:06:28 +08:00
</property>
<property name="text">
<string>采煤机司机</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</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 &quot;思源黑体 Heavy&quot;;
2025-10-21 11:11:52 +08:00
</string>
2025-08-20 23:06:28 +08:00
</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 &quot;思源黑体 Heavy&quot;;
2025-10-21 11:11:52 +08:00
</string>
2025-08-20 23:06:28 +08:00
</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>
2025-10-21 11:11:52 +08:00
<property name="font">
<font>
<family>思源黑体 Heavy</family>
<pointsize>15</pointsize>
<weight>50</weight>
<bold>false</bold>
<kerning>true</kerning>
</font>
</property>
2025-08-20 23:06:28 +08:00
<property name="styleSheet">
2025-10-21 11:11:52 +08:00
<string notr="true">color: #4fd1c5</string>
2025-08-20 23:06:28 +08:00
</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 &quot;思源黑体 Heavy&quot;;
2025-10-21 11:11:52 +08:00
</string>
2025-08-20 23:06:28 +08:00
</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">
2025-10-21 11:11:52 +08:00
<string notr="true">color: #4fd1c5</string>
2025-08-20 23:06:28 +08:00
</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 &quot;思源黑体 Heavy&quot;;
2025-10-21 11:11:52 +08:00
</string>
2025-08-20 23:06:28 +08:00
</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">
2025-10-21 11:11:52 +08:00
<string notr="true">color: #4fd1c5</string>
2025-08-20 23:06:28 +08:00
</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>
2025-10-21 11:11:52 +08:00
<x>930</x>
<y>-8</y>
<width>60</width>
<height>60</height>
2025-08-20 23:06:28 +08:00
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
/*常态状态下的按钮样式*/
2025-10-21 11:11:52 +08:00
border-image: url(:/Buttons/Help_Normal.png);
2025-08-20 23:06:28 +08:00
}
QPushButton:hover {
/*鼠标悬浮在按钮上时,设置样式*/
2025-10-21 11:11:52 +08:00
border-image: url(:/Buttons/Help_Hover.png);
2025-08-20 23:06:28 +08:00
}
</string>
</property>
<property name="text">
<string/>
</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="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 &quot;思源黑体 Heavy&quot;;
2025-10-21 11:11:52 +08:00
</string>
2025-08-20 23:06:28 +08:00
</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>
2025-09-15 22:28:43 +08:00
<widget class="QLabel" name="Title">
2025-08-20 23:06:28 +08:00
<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);
2025-10-21 11:11:52 +08:00
font: 87 22pt &quot;思源黑体 Heavy&quot;;</string>
2025-08-20 23:06:28 +08:00
</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 &quot;思源黑体 Heavy&quot;;
2025-10-21 11:11:52 +08:00
</string>
2025-08-20 23:06:28 +08:00
</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 &quot;思源黑体 Heavy&quot;;
2025-10-21 11:11:52 +08:00
</string>
2025-08-20 23:06:28 +08:00
</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>
2025-10-21 11:11:52 +08:00
<widget class="QPushButton" name="But_Close">
2025-08-20 23:06:28 +08:00
<property name="geometry">
<rect>
2025-10-21 11:11:52 +08:00
<x>970</x>
<y>-8</y>
2025-08-20 23:06:28 +08:00
<width>60</width>
2025-10-21 11:11:52 +08:00
<height>60</height>
2025-08-20 23:06:28 +08:00
</rect>
</property>
<property name="styleSheet">
2025-10-21 11:11:52 +08:00
<string notr="true">QPushButton{
/*常态状态下的按钮样式*/
border-image: url(:/Buttons/Restart_Normal.png);
2025-08-20 23:06:28 +08:00
}
2025-10-21 11:11:52 +08:00
QPushButton:hover {
/*鼠标悬浮在按钮上时,设置样式*/
border-image: url(:/Buttons/Restart_Hover.png);
2025-08-20 23:06:28 +08:00
}
</string>
</property>
<property name="text">
2025-10-21 11:11:52 +08:00
<string/>
2025-08-20 23:06:28 +08:00
</property>
</widget>
2025-10-21 11:11:52 +08:00
<widget class="QLabel" name="Lable_SystemTime">
2025-08-20 23:06:28 +08:00
<property name="geometry">
<rect>
2025-10-21 11:11:52 +08:00
<x>710</x>
2025-08-20 23:06:28 +08:00
<y>5</y>
2025-10-21 11:11:52 +08:00
<width>221</width>
2025-08-20 23:06:28 +08:00
<height>30</height>
</rect>
</property>
<property name="styleSheet">
2025-10-21 11:11:52 +08:00
<string notr="true">border-image: url(:/Frames/null.png);
font: 87 16pt &quot;思源黑体 Heavy&quot;;
2025-08-20 23:06:28 +08:00
</string>
</property>
<property name="text">
2025-10-21 11:11:52 +08:00
<string>2025-12-32 88:88:88</string>
2025-08-20 23:06:28 +08:00
</property>
2025-10-21 11:11:52 +08:00
<property name="alignment">
<set>Qt::AlignCenter</set>
2025-08-20 23:06:28 +08:00
</property>
</widget>
2025-10-21 11:11:52 +08:00
<widget class="QLabel" name="label">
2025-08-20 23:06:28 +08:00
<property name="geometry">
<rect>
2025-10-21 11:11:52 +08:00
<x>0</x>
<y>0</y>
<width>1024</width>
<height>61</height>
2025-08-20 23:06:28 +08:00
</rect>
</property>
<property name="styleSheet">
2025-10-21 11:11:52 +08:00
<string notr="true">border-image: url(:/Frames/Frames/Top.png);</string>
2025-08-20 23:06:28 +08:00
</property>
<property name="text">
2025-10-21 11:11:52 +08:00
<string/>
2025-08-20 23:06:28 +08:00
</property>
</widget>
2025-10-21 11:11:52 +08:00
<widget class="QLabel" name="Label_BorderImg">
2025-08-20 23:06:28 +08:00
<property name="geometry">
<rect>
2025-10-21 11:11:52 +08:00
<x>0</x>
<y>0</y>
<width>1024</width>
<height>768</height>
2025-08-20 23:06:28 +08:00
</rect>
</property>
<property name="styleSheet">
2025-10-21 11:11:52 +08:00
<string notr="true">border-image: url(:/Imgs/Imgs/newbg_all.png);</string>
2025-08-20 23:06:28 +08:00
</property>
<property name="text">
2025-10-21 11:11:52 +08:00
<string/>
2025-08-20 23:06:28 +08:00
</property>
</widget>
2025-10-21 11:11:52 +08:00
<widget class="QGroupBox" name="groupBox">
2025-08-20 23:06:28 +08:00
<property name="geometry">
<rect>
<x>0</x>
2025-10-21 11:11:52 +08:00
<y>650</y>
2025-08-20 23:06:28 +08:00
<width>1024</width>
2025-10-21 11:11:52 +08:00
<height>32</height>
2025-08-20 23:06:28 +08:00
</rect>
</property>
<property name="styleSheet">
2025-10-21 11:11:52 +08:00
<string notr="true">border-image: url(:/Frames/Frames/Alarm.png);
font: 87 14pt &quot;思源黑体 Heavy&quot;;</string>
2025-08-20 23:06:28 +08:00
</property>
2025-10-21 11:11:52 +08:00
<property name="title">
2025-08-20 23:06:28 +08:00
<string/>
</property>
2025-10-21 11:11:52 +08:00
<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: none;</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: none</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: none;
color: #ef4444</string>
</property>
<property name="text">
<string>具体内容</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
2025-08-20 23:06:28 +08:00
</widget>
2025-10-21 11:11:52 +08:00
<widget class="QScrollArea" name="scrollArea">
2025-08-20 23:06:28 +08:00
<property name="geometry">
<rect>
2025-10-21 11:11:52 +08:00
<x>0</x>
<y>72</y>
<width>1024</width>
<height>576</height>
2025-08-20 23:06:28 +08:00
</rect>
</property>
<property name="styleSheet">
2025-10-21 11:11:52 +08:00
<string notr="true">background-image: url(:/Frames/null.png);
background-color: transparent;</string>
2025-08-20 23:06:28 +08:00
</property>
2025-10-21 11:11:52 +08:00
<property name="widgetResizable">
<bool>true</bool>
2025-08-20 23:06:28 +08:00
</property>
2025-10-21 11:11:52 +08:00
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1022</width>
<height>574</height>
</rect>
</property>
</widget>
2025-08-20 23:06:28 +08:00
</widget>
2025-10-21 11:11:52 +08:00
<widget class="QLabel" name="Label_VoiceWidget">
2025-08-20 23:06:28 +08:00
<property name="geometry">
<rect>
2025-10-21 11:11:52 +08:00
<x>32</x>
<y>214</y>
<width>960</width>
<height>288</height>
2025-08-20 23:06:28 +08:00
</rect>
</property>
<property name="styleSheet">
2025-10-21 11:11:52 +08:00
<string notr="true">border-image: url(:/Frames/Frames/49.png);
font: 87 64pt &quot;思源黑体 Heavy&quot;;
color: #f59e0b</string>
2025-08-20 23:06:28 +08:00
</property>
<property name="text">
2025-10-21 11:11:52 +08:00
<string>播放语音提示</string>
2025-08-20 23:06:28 +08:00
</property>
2025-10-21 11:11:52 +08:00
<property name="alignment">
<set>Qt::AlignCenter</set>
2025-08-20 23:06:28 +08:00
</property>
</widget>
2025-10-21 11:11:52 +08:00
<widget class="QGroupBox" name="groupBox_2">
2025-08-20 23:06:28 +08:00
<property name="geometry">
<rect>
<x>0</x>
2025-10-21 11:11:52 +08:00
<y>687</y>
2025-08-20 23:06:28 +08:00
<width>1024</width>
2025-10-21 11:11:52 +08:00
<height>81</height>
2025-08-20 23:06:28 +08:00
</rect>
</property>
<property name="styleSheet">
2025-10-21 11:11:52 +08:00
<string notr="true">border-image: url(:/Frames/Frames/BottomBar.png);</string>
2025-08-20 23:06:28 +08:00
</property>
2025-10-21 11:11:52 +08:00
<property name="title">
2025-08-20 23:06:28 +08:00
<string/>
</property>
2025-10-21 11:11:52 +08:00
<widget class="QPushButton" name="ButToPage_16">
<property name="geometry">
<rect>
<x>920</x>
<y>0</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true">/* ======= 常态 ======= */
QPushButton {
/* 图标 */
border-image: url(:/Frames/null.png);
background-image: url(:/BottombarButton/PageNormal_16.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
2025-08-20 23:06:28 +08:00
font: 87 10pt &quot;思源黑体 Heavy&quot;;
2025-10-21 11:11:52 +08:00
padding-top: 50px; /* 文字位置: */
2025-08-20 23:06:28 +08:00
}
2025-10-21 11:11:52 +08:00
/* ======= 悬浮 ======= */
QPushButton:hover {
background-image: url(:/BottombarButton/PageHover_16.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
color: #22c55e; /* 文字颜色 */
font: 87 12pt &quot;思源黑体 Heavy&quot;;
2025-08-20 23:06:28 +08:00
2025-10-21 11:11:52 +08:00
}</string>
</property>
<property name="text">
<string>系统设置</string>
</property>
</widget>
<widget class="QPushButton" name="ButToPage_2">
<property name="geometry">
<rect>
<x>80</x>
<y>0</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true">/* ======= 常态 ======= */
QPushButton {
/* 图标 */
border-image: url(:/Frames/null.png);
background-image: url(:/BottombarButton/PageNormal_2.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
2025-08-20 23:06:28 +08:00
font: 87 10pt &quot;思源黑体 Heavy&quot;;
2025-10-21 11:11:52 +08:00
padding-top: 50px; /* 文字位置: */
2025-08-20 23:06:28 +08:00
}
2025-10-21 11:11:52 +08:00
/* ======= 悬浮 ======= */
QPushButton:hover {
background-image: url(:/BottombarButton/PageHover_2.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
color: #22c55e; /* 文字颜色 */
font: 87 12pt &quot;思源黑体 Heavy&quot;;
}</string>
</property>
<property name="text">
<string>屏蔽条件</string>
</property>
</widget>
<widget class="QPushButton" name="ButToPage_9">
<property name="geometry">
<rect>
<x>500</x>
<y>0</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true">/* ======= 常态 ======= */
QPushButton {
/* 图标 */
border-image: url(:/Frames/null.png);
background-image: url(:/BottombarButton/PageNormal_9.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
font: 87 10pt &quot;思源黑体 Heavy&quot;;
padding-top: 50px; /* 文字位置: */
2025-08-20 23:06:28 +08:00
}
2025-10-21 11:11:52 +08:00
/* ======= 悬浮 ======= */
QPushButton:hover {
background-image: url(:/BottombarButton/PageHover_9.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
color: #22c55e; /* 文字颜色 */
font: 87 12pt &quot;思源黑体 Heavy&quot;;
}</string>
</property>
<property name="text">
<string>遥控测试</string>
</property>
</widget>
<widget class="QPushButton" name="ButToPage_7">
<property name="geometry">
<rect>
<x>380</x>
<y>0</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true">/* ======= 常态 ======= */
QPushButton {
/* 图标 */
border-image: url(:/Frames/null.png);
background-image: url(:/BottombarButton/PageNormal_7.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
font: 87 10pt &quot;思源黑体 Heavy&quot;;
padding-top: 50px; /* 文字位置: */
2025-08-20 23:06:28 +08:00
}
2025-10-21 11:11:52 +08:00
/* ======= 悬浮 ======= */
QPushButton:hover {
background-image: url(:/BottombarButton/PageHover_7.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
color: #22c55e; /* 文字颜色 */
font: 87 12pt &quot;思源黑体 Heavy&quot;;
}</string>
</property>
<property name="text">
<string>液压设备</string>
</property>
</widget>
<widget class="QPushButton" name="ButToPage_8">
<property name="geometry">
<rect>
<x>440</x>
<y>0</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true">/* ======= 常态 ======= */
QPushButton {
/* 图标 */
border-image: url(:/Frames/null.png);
background-image: url(:/BottombarButton/PageNormal_8.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
font: 87 10pt &quot;思源黑体 Heavy&quot;;
padding-top: 50px; /* 文字位置: */
2025-08-20 23:06:28 +08:00
}
2025-10-21 11:11:52 +08:00
/* ======= 悬浮 ======= */
QPushButton:hover {
background-image: url(:/BottombarButton/PageHover_8.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
color: #22c55e; /* 文字颜色 */
font: 87 12pt &quot;思源黑体 Heavy&quot;;
}</string>
</property>
<property name="text">
<string>报警记录</string>
</property>
</widget>
<widget class="QPushButton" name="ButToPage_13">
<property name="geometry">
<rect>
<x>740</x>
<y>0</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true">/* ======= 常态 ======= */
QPushButton {
/* 图标 */
border-image: url(:/Frames/null.png);
background-image: url(:/BottombarButton/PageNormal_13.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
font: 87 10pt &quot;思源黑体 Heavy&quot;;
padding-top: 50px; /* 文字位置: */
2025-08-20 23:06:28 +08:00
}
2025-10-21 11:11:52 +08:00
/* ======= 悬浮 ======= */
QPushButton:hover {
background-image: url(:/BottombarButton/PageHover_13.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
color: #22c55e; /* 文字颜色 */
font: 87 12pt &quot;思源黑体 Heavy&quot;;
}</string>
</property>
<property name="text">
<string>本地控制</string>
</property>
</widget>
<widget class="QPushButton" name="ButToPage_6">
<property name="geometry">
<rect>
<x>320</x>
<y>0</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true">/* ======= 常态 ======= */
QPushButton {
/* 图标 */
border-image: url(:/Frames/null.png);
background-image: url(:/BottombarButton/PageNormal_6.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
font: 87 10pt &quot;思源黑体 Heavy&quot;;
padding-top: 50px; /* 文字位置: */
2025-08-20 23:06:28 +08:00
}
2025-10-21 11:11:52 +08:00
/* ======= 悬浮 ======= */
QPushButton:hover {
background-image: url(:/BottombarButton/PageHover_6.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
color: #22c55e; /* 文字颜色 */
font: 87 12pt &quot;思源黑体 Heavy&quot;;
}</string>
</property>
<property name="text">
<string>运输设备</string>
</property>
</widget>
<widget class="QPushButton" name="ButToPage_12">
<property name="geometry">
<rect>
<x>680</x>
<y>0</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true">/* ======= 常态 ======= */
QPushButton {
/* 图标 */
border-image: url(:/Frames/null.png);
background-image: url(:/BottombarButton/PageNormal_12.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
2025-08-20 23:06:28 +08:00
font: 87 10pt &quot;思源黑体 Heavy&quot;;
2025-10-21 11:11:52 +08:00
padding-top: 50px; /* 文字位置: */
2025-08-20 23:06:28 +08:00
}
2025-10-21 11:11:52 +08:00
/* ======= 悬浮 ======= */
QPushButton:hover {
background-image: url(:/BottombarButton/PageHover_12.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
color: #22c55e; /* 文字颜色 */
font: 87 12pt &quot;思源黑体 Heavy&quot;;
2025-08-20 23:06:28 +08:00
2025-10-21 11:11:52 +08:00
}</string>
</property>
<property name="text">
<string>网络拓扑</string>
</property>
</widget>
<widget class="QPushButton" name="ButToPage_1">
<property name="geometry">
<rect>
<x>20</x>
<y>0</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="whatsThis">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-size:12pt;&quot;&gt;设备主预览&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true">/* ======= 常态 ======= */
QPushButton {
/* 图标 */
background-image: url(:/BottombarButton/PageNormal_1.png);
background-color: transparent; /* 背景透明 */
border-image: url(:/Frames/null.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
2025-08-20 23:06:28 +08:00
font: 87 10pt &quot;思源黑体 Heavy&quot;;
2025-10-21 11:11:52 +08:00
padding-top: 50px; /* 文字位置: */
2025-08-20 23:06:28 +08:00
}
2025-10-21 11:11:52 +08:00
/* ======= 悬浮 ======= */
QPushButton:hover {
background-image: url(:/BottombarButton/PageHover_1.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
color: #22c55e; /* 文字颜色 */
font: 87 12pt &quot;思源黑体 Heavy&quot;;
}</string>
</property>
<property name="text">
<string>主预览</string>
</property>
</widget>
<widget class="QPushButton" name="ButToPage_4">
<property name="geometry">
<rect>
<x>200</x>
<y>0</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true">/* ======= 常态 ======= */
QPushButton {
/* 图标 */
border-image: url(:/Frames/null.png);
background-image: url(:/BottombarButton/PageNormal_4.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
font: 87 10pt &quot;思源黑体 Heavy&quot;;
padding-top: 50px; /* 文字位置: */
2025-08-20 23:06:28 +08:00
}
2025-10-21 11:11:52 +08:00
/* ======= 悬浮 ======= */
QPushButton:hover {
background-image: url(:/BottombarButton/PageHover_4.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
color: #22c55e; /* 文字颜色 */
font: 87 12pt &quot;思源黑体 Heavy&quot;;
}</string>
</property>
<property name="text">
<string>截割设备</string>
</property>
</widget>
<widget class="QPushButton" name="ButToPage_11">
<property name="geometry">
<rect>
<x>620</x>
<y>0</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true">/* ======= 常态 ======= */
QPushButton {
/* 图标 */
border-image: url(:/Frames/null.png);
background-image: url(:/BottombarButton/PageNormal_11.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
2025-08-20 23:06:28 +08:00
font: 87 10pt &quot;思源黑体 Heavy&quot;;
2025-10-21 11:11:52 +08:00
padding-top: 50px; /* 文字位置: */
2025-08-20 23:06:28 +08:00
}
2025-10-21 11:11:52 +08:00
/* ======= 悬浮 ======= */
QPushButton:hover {
background-image: url(:/BottombarButton/PageHover_11.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
color: #22c55e; /* 文字颜色 */
font: 87 12pt &quot;思源黑体 Heavy&quot;;
2025-08-20 23:06:28 +08:00
2025-10-21 11:11:52 +08:00
}</string>
</property>
<property name="text">
<string>绝缘检测</string>
</property>
</widget>
<widget class="QPushButton" name="ButToPage_3">
2025-09-15 22:28:43 +08:00
<property name="geometry">
<rect>
2025-10-21 11:11:52 +08:00
<x>140</x>
2025-09-15 22:28:43 +08:00
<y>0</y>
2025-10-21 11:11:52 +08:00
<width>80</width>
<height>80</height>
2025-09-15 22:28:43 +08:00
</rect>
</property>
2025-10-21 11:11:52 +08:00
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
2025-09-15 22:28:43 +08:00
<property name="styleSheet">
2025-10-21 11:11:52 +08:00
<string notr="true">/* ======= 常态 ======= */
QPushButton {
/* 图标 */
border-image: url(:/Frames/null.png);
background-image: url(:/BottombarButton/PageNormal_3.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
font: 87 10pt &quot;思源黑体 Heavy&quot;;
padding-top: 50px; /* 文字位置: */
}
/* ======= 悬浮 ======= */
QPushButton:hover {
background-image: url(:/BottombarButton/PageHover_3.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
color: #22c55e; /* 文字颜色 */
font: 87 12pt &quot;思源黑体 Heavy&quot;;
}</string>
2025-09-15 22:28:43 +08:00
</property>
<property name="text">
2025-10-21 11:11:52 +08:00
<string>油泵设备</string>
2025-09-15 22:28:43 +08:00
</property>
</widget>
2025-10-21 11:11:52 +08:00
<widget class="QPushButton" name="ButToPage_5">
2025-09-15 22:28:43 +08:00
<property name="geometry">
<rect>
2025-10-21 11:11:52 +08:00
<x>260</x>
2025-09-15 22:28:43 +08:00
<y>0</y>
2025-10-21 11:11:52 +08:00
<width>80</width>
<height>80</height>
2025-09-15 22:28:43 +08:00
</rect>
</property>
2025-10-21 11:11:52 +08:00
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
2025-09-15 22:28:43 +08:00
<property name="styleSheet">
2025-10-21 11:11:52 +08:00
<string notr="true">/* ======= 常态 ======= */
QPushButton {
/* 图标 */
border-image: url(:/Frames/null.png);
background-image: url(:/BottombarButton/PageNormal_5.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
font: 87 10pt &quot;思源黑体 Heavy&quot;;
padding-top: 50px; /* 文字位置: */
}
/* ======= 悬浮 ======= */
QPushButton:hover {
background-image: url(:/BottombarButton/PageHover_5.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
color: #22c55e; /* 文字颜色 */
font: 87 12pt &quot;思源黑体 Heavy&quot;;
}</string>
2025-09-15 22:28:43 +08:00
</property>
<property name="text">
2025-10-21 11:11:52 +08:00
<string>装载设备</string>
2025-09-15 22:28:43 +08:00
</property>
</widget>
2025-10-21 11:11:52 +08:00
<widget class="QPushButton" name="ButToPage_10">
2025-09-15 22:28:43 +08:00
<property name="geometry">
<rect>
2025-10-21 11:11:52 +08:00
<x>560</x>
2025-09-15 22:28:43 +08:00
<y>0</y>
2025-10-21 11:11:52 +08:00
<width>80</width>
<height>80</height>
2025-09-15 22:28:43 +08:00
</rect>
</property>
2025-10-21 11:11:52 +08:00
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
2025-09-15 22:28:43 +08:00
<property name="styleSheet">
2025-10-21 11:11:52 +08:00
<string notr="true">/* ======= 常态 ======= */
QPushButton {
/* 图标 */
border-image: url(:/Frames/null.png);
background-image: url(:/BottombarButton/PageNormal_10.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
font: 87 10pt &quot;思源黑体 Heavy&quot;;
padding-top: 50px; /* 文字位置: */
}
/* ======= 悬浮 ======= */
QPushButton:hover {
background-image: url(:/BottombarButton/PageHover_10.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
color: #22c55e; /* 文字颜色 */
font: 87 12pt &quot;思源黑体 Heavy&quot;;
}</string>
2025-09-15 22:28:43 +08:00
</property>
<property name="text">
2025-10-21 11:11:52 +08:00
<string>腔内监控</string>
2025-09-15 22:28:43 +08:00
</property>
2025-10-21 11:11:52 +08:00
</widget>
<widget class="QPushButton" name="ButToPage_14">
<property name="geometry">
<rect>
<x>800</x>
<y>0</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true">/* ======= 常态 ======= */
QPushButton {
/* 图标 */
border-image: url(:/Frames/null.png);
background-image: url(:/BottombarButton/PageNormal_14.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
font: 87 10pt &quot;思源黑体 Heavy&quot;;
padding-top: 50px; /* 文字位置: */
}
/* ======= 悬浮 ======= */
QPushButton:hover {
background-image: url(:/BottombarButton/PageHover_14.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
color: #22c55e; /* 文字颜色 */
font: 87 12pt &quot;思源黑体 Heavy&quot;;
}</string>
</property>
<property name="text">
<string>随机图册</string>
2025-09-15 22:28:43 +08:00
</property>
</widget>
2025-10-21 11:11:52 +08:00
<widget class="QPushButton" name="ButToPage_15">
2025-09-28 17:14:34 +08:00
<property name="geometry">
<rect>
2025-10-21 11:11:52 +08:00
<x>860</x>
2025-09-28 17:14:34 +08:00
<y>0</y>
2025-10-21 11:11:52 +08:00
<width>80</width>
<height>80</height>
2025-09-28 17:14:34 +08:00
</rect>
</property>
2025-10-21 11:11:52 +08:00
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true">/* ======= 常态 ======= */
QPushButton {
/* 图标 */
border-image: url(:/Frames/null.png);
background-image: url(:/BottombarButton/PageNormal_15.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
font: 87 10pt &quot;思源黑体 Heavy&quot;;
padding-top: 50px; /* 文字位置: */
}
/* ======= 悬浮 ======= */
QPushButton:hover {
background-image: url(:/BottombarButton/PageHover_15.png);
background-repeat: no-repeat; /* 不重复 */
background-color: transparent; /* 背景透明 */
color: #22c55e; /* 文字颜色 */
font: 87 12pt &quot;思源黑体 Heavy&quot;;
}</string>
</property>
<property name="text">
<string>参数设置</string>
</property>
2025-09-28 17:14:34 +08:00
</widget>
</widget>
2025-09-15 22:28:43 +08:00
<zorder>Label_BorderImg</zorder>
2025-10-21 11:11:52 +08:00
<zorder>scrollArea</zorder>
2025-08-20 23:06:28 +08:00
<zorder>label</zorder>
<zorder>label_14</zorder>
<zorder>layoutWidget</zorder>
<zorder>layoutWidget_2</zorder>
<zorder>But_help</zorder>
<zorder>label_7</zorder>
<zorder>layoutWidget_3</zorder>
<zorder>LED_ConnectionStatus</zorder>
2025-09-15 22:28:43 +08:00
<zorder>Title</zorder>
2025-08-20 23:06:28 +08:00
<zorder>layoutWidget_4</zorder>
<zorder>layoutWidget_5</zorder>
<zorder>But_Close</zorder>
<zorder>Lable_SystemTime</zorder>
2025-09-15 22:28:43 +08:00
<zorder>groupBox</zorder>
2025-09-30 15:36:46 +08:00
<zorder>Label_VoiceWidget</zorder>
2025-10-21 11:11:52 +08:00
<zorder>groupBox_2</zorder>
2025-08-20 23:06:28 +08:00
</widget>
2025-09-30 15:36:46 +08:00
<resources>
<include location="../Pictures/Pictures.qrc"/>
2025-10-21 11:11:52 +08:00
<include location="../Pictures/Buttons/Buttons.qrc"/>
<include location="../Pictures/BottombarButton/BottombarButton.qrc"/>
2025-09-30 15:36:46 +08:00
</resources>
2025-08-20 23:06:28 +08:00
<connections/>
</ui>