1486 lines
39 KiB
XML
1486 lines
39 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>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: transparent; /* 背景透明 */
|
|
color: #e0f7fa</string>
|
|
</property>
|
|
<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:#3b82f6</string>
|
|
</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 "思源黑体 Heavy";
|
|
</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";
|
|
</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="font">
|
|
<font>
|
|
<family>思源黑体 Heavy</family>
|
|
<pointsize>15</pointsize>
|
|
<weight>50</weight>
|
|
<bold>false</bold>
|
|
<kerning>true</kerning>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color: #4fd1c5</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";
|
|
</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">color: #4fd1c5</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";
|
|
</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">color: #4fd1c5</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>930</x>
|
|
<y>-8</y>
|
|
<width>60</width>
|
|
<height>60</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton{
|
|
/*常态状态下的按钮样式*/
|
|
border-image: url(:/Buttons/Help_Normal.png);
|
|
}
|
|
|
|
QPushButton:hover {
|
|
/*鼠标悬浮在按钮上时,设置样式*/
|
|
border-image: url(:/Buttons/Help_Hover.png);
|
|
}
|
|
</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 "思源黑体 Heavy";
|
|
</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";</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";
|
|
</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";
|
|
</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="QPushButton" name="But_Close">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>970</x>
|
|
<y>-8</y>
|
|
<width>60</width>
|
|
<height>60</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton{
|
|
/*常态状态下的按钮样式*/
|
|
border-image: url(:/Buttons/Restart_Normal.png);
|
|
}
|
|
|
|
QPushButton:hover {
|
|
/*鼠标悬浮在按钮上时,设置样式*/
|
|
border-image: url(:/Buttons/Restart_Hover.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";
|
|
</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="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="QLabel" name="Label_BorderImg">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1024</width>
|
|
<height>768</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Imgs/Imgs/newbg_all.png);</string>
|
|
</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: 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>
|
|
</widget>
|
|
<widget class="QScrollArea" name="scrollArea">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>72</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>
|
|
<widget class="QLabel" name="Label_VoiceWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>32</x>
|
|
<y>214</y>
|
|
<width>960</width>
|
|
<height>288</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/49.png);
|
|
font: 87 64pt "思源黑体 Heavy";
|
|
color: #f59e0b</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>播放语音提示</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>687</y>
|
|
<width>1024</width>
|
|
<height>81</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/Frames/Frames/BottomBar.png);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<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; /* 背景透明 */
|
|
font: 87 10pt "思源黑体 Heavy";
|
|
padding-top: 50px; /* 文字位置: */
|
|
|
|
}
|
|
|
|
/* ======= 悬浮 ======= */
|
|
QPushButton:hover {
|
|
background-image: url(:/BottombarButton/PageHover_16.png);
|
|
background-repeat: no-repeat; /* 不重复 */
|
|
background-color: transparent; /* 背景透明 */
|
|
color: #22c55e; /* 文字颜色 */
|
|
font: 87 12pt "思源黑体 Heavy";
|
|
|
|
}</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; /* 背景透明 */
|
|
font: 87 10pt "思源黑体 Heavy";
|
|
padding-top: 50px; /* 文字位置: */
|
|
|
|
}
|
|
|
|
/* ======= 悬浮 ======= */
|
|
QPushButton:hover {
|
|
background-image: url(:/BottombarButton/PageHover_2.png);
|
|
background-repeat: no-repeat; /* 不重复 */
|
|
background-color: transparent; /* 背景透明 */
|
|
color: #22c55e; /* 文字颜色 */
|
|
font: 87 12pt "思源黑体 Heavy";
|
|
}</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 "思源黑体 Heavy";
|
|
padding-top: 50px; /* 文字位置: */
|
|
|
|
}
|
|
|
|
/* ======= 悬浮 ======= */
|
|
QPushButton:hover {
|
|
background-image: url(:/BottombarButton/PageHover_9.png);
|
|
background-repeat: no-repeat; /* 不重复 */
|
|
background-color: transparent; /* 背景透明 */
|
|
color: #22c55e; /* 文字颜色 */
|
|
font: 87 12pt "思源黑体 Heavy";
|
|
|
|
}</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 "思源黑体 Heavy";
|
|
padding-top: 50px; /* 文字位置: */
|
|
|
|
}
|
|
|
|
/* ======= 悬浮 ======= */
|
|
QPushButton:hover {
|
|
background-image: url(:/BottombarButton/PageHover_7.png);
|
|
background-repeat: no-repeat; /* 不重复 */
|
|
background-color: transparent; /* 背景透明 */
|
|
color: #22c55e; /* 文字颜色 */
|
|
font: 87 12pt "思源黑体 Heavy";
|
|
|
|
}</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 "思源黑体 Heavy";
|
|
padding-top: 50px; /* 文字位置: */
|
|
|
|
}
|
|
|
|
/* ======= 悬浮 ======= */
|
|
QPushButton:hover {
|
|
background-image: url(:/BottombarButton/PageHover_8.png);
|
|
background-repeat: no-repeat; /* 不重复 */
|
|
background-color: transparent; /* 背景透明 */
|
|
color: #22c55e; /* 文字颜色 */
|
|
font: 87 12pt "思源黑体 Heavy";
|
|
|
|
}</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 "思源黑体 Heavy";
|
|
padding-top: 50px; /* 文字位置: */
|
|
|
|
}
|
|
|
|
/* ======= 悬浮 ======= */
|
|
QPushButton:hover {
|
|
background-image: url(:/BottombarButton/PageHover_13.png);
|
|
background-repeat: no-repeat; /* 不重复 */
|
|
background-color: transparent; /* 背景透明 */
|
|
color: #22c55e; /* 文字颜色 */
|
|
font: 87 12pt "思源黑体 Heavy";
|
|
|
|
}</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 "思源黑体 Heavy";
|
|
padding-top: 50px; /* 文字位置: */
|
|
|
|
}
|
|
|
|
/* ======= 悬浮 ======= */
|
|
QPushButton:hover {
|
|
background-image: url(:/BottombarButton/PageHover_6.png);
|
|
background-repeat: no-repeat; /* 不重复 */
|
|
background-color: transparent; /* 背景透明 */
|
|
color: #22c55e; /* 文字颜色 */
|
|
font: 87 12pt "思源黑体 Heavy";
|
|
|
|
}</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; /* 背景透明 */
|
|
font: 87 10pt "思源黑体 Heavy";
|
|
padding-top: 50px; /* 文字位置: */
|
|
|
|
}
|
|
|
|
/* ======= 悬浮 ======= */
|
|
QPushButton:hover {
|
|
background-image: url(:/BottombarButton/PageHover_12.png);
|
|
background-repeat: no-repeat; /* 不重复 */
|
|
background-color: transparent; /* 背景透明 */
|
|
color: #22c55e; /* 文字颜色 */
|
|
font: 87 12pt "思源黑体 Heavy";
|
|
|
|
}</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><html><head/><body><p align="center"><span style=" font-size:12pt;">设备主预览</span></p></body></html></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; /* 背景透明 */
|
|
font: 87 10pt "思源黑体 Heavy";
|
|
padding-top: 50px; /* 文字位置: */
|
|
|
|
}
|
|
|
|
/* ======= 悬浮 ======= */
|
|
QPushButton:hover {
|
|
background-image: url(:/BottombarButton/PageHover_1.png);
|
|
background-repeat: no-repeat; /* 不重复 */
|
|
background-color: transparent; /* 背景透明 */
|
|
color: #22c55e; /* 文字颜色 */
|
|
font: 87 12pt "思源黑体 Heavy";
|
|
}</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 "思源黑体 Heavy";
|
|
padding-top: 50px; /* 文字位置: */
|
|
|
|
}
|
|
|
|
/* ======= 悬浮 ======= */
|
|
QPushButton:hover {
|
|
background-image: url(:/BottombarButton/PageHover_4.png);
|
|
background-repeat: no-repeat; /* 不重复 */
|
|
background-color: transparent; /* 背景透明 */
|
|
color: #22c55e; /* 文字颜色 */
|
|
font: 87 12pt "思源黑体 Heavy";
|
|
|
|
}</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; /* 背景透明 */
|
|
font: 87 10pt "思源黑体 Heavy";
|
|
padding-top: 50px; /* 文字位置: */
|
|
|
|
}
|
|
|
|
/* ======= 悬浮 ======= */
|
|
QPushButton:hover {
|
|
background-image: url(:/BottombarButton/PageHover_11.png);
|
|
background-repeat: no-repeat; /* 不重复 */
|
|
background-color: transparent; /* 背景透明 */
|
|
color: #22c55e; /* 文字颜色 */
|
|
font: 87 12pt "思源黑体 Heavy";
|
|
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>绝缘检测</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="ButToPage_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</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_3.png);
|
|
background-repeat: no-repeat; /* 不重复 */
|
|
background-color: transparent; /* 背景透明 */
|
|
font: 87 10pt "思源黑体 Heavy";
|
|
padding-top: 50px; /* 文字位置: */
|
|
|
|
}
|
|
|
|
/* ======= 悬浮 ======= */
|
|
QPushButton:hover {
|
|
background-image: url(:/BottombarButton/PageHover_3.png);
|
|
background-repeat: no-repeat; /* 不重复 */
|
|
background-color: transparent; /* 背景透明 */
|
|
color: #22c55e; /* 文字颜色 */
|
|
font: 87 12pt "思源黑体 Heavy";
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>油泵设备</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="ButToPage_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>260</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_5.png);
|
|
background-repeat: no-repeat; /* 不重复 */
|
|
background-color: transparent; /* 背景透明 */
|
|
font: 87 10pt "思源黑体 Heavy";
|
|
padding-top: 50px; /* 文字位置: */
|
|
|
|
}
|
|
|
|
/* ======= 悬浮 ======= */
|
|
QPushButton:hover {
|
|
background-image: url(:/BottombarButton/PageHover_5.png);
|
|
background-repeat: no-repeat; /* 不重复 */
|
|
background-color: transparent; /* 背景透明 */
|
|
color: #22c55e; /* 文字颜色 */
|
|
font: 87 12pt "思源黑体 Heavy";
|
|
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>装载设备</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="ButToPage_10">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>560</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_10.png);
|
|
background-repeat: no-repeat; /* 不重复 */
|
|
background-color: transparent; /* 背景透明 */
|
|
font: 87 10pt "思源黑体 Heavy";
|
|
padding-top: 50px; /* 文字位置: */
|
|
|
|
}
|
|
|
|
/* ======= 悬浮 ======= */
|
|
QPushButton:hover {
|
|
background-image: url(:/BottombarButton/PageHover_10.png);
|
|
background-repeat: no-repeat; /* 不重复 */
|
|
background-color: transparent; /* 背景透明 */
|
|
color: #22c55e; /* 文字颜色 */
|
|
font: 87 12pt "思源黑体 Heavy";
|
|
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>腔内监控</string>
|
|
</property>
|
|
</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 "思源黑体 Heavy";
|
|
padding-top: 50px; /* 文字位置: */
|
|
|
|
}
|
|
|
|
/* ======= 悬浮 ======= */
|
|
QPushButton:hover {
|
|
background-image: url(:/BottombarButton/PageHover_14.png);
|
|
background-repeat: no-repeat; /* 不重复 */
|
|
background-color: transparent; /* 背景透明 */
|
|
color: #22c55e; /* 文字颜色 */
|
|
font: 87 12pt "思源黑体 Heavy";
|
|
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>随机图册</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="ButToPage_15">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>860</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_15.png);
|
|
background-repeat: no-repeat; /* 不重复 */
|
|
background-color: transparent; /* 背景透明 */
|
|
font: 87 10pt "思源黑体 Heavy";
|
|
padding-top: 50px; /* 文字位置: */
|
|
|
|
}
|
|
|
|
/* ======= 悬浮 ======= */
|
|
QPushButton:hover {
|
|
background-image: url(:/BottombarButton/PageHover_15.png);
|
|
background-repeat: no-repeat; /* 不重复 */
|
|
background-color: transparent; /* 背景透明 */
|
|
color: #22c55e; /* 文字颜色 */
|
|
font: 87 12pt "思源黑体 Heavy";
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>参数设置</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<zorder>Label_BorderImg</zorder>
|
|
<zorder>scrollArea</zorder>
|
|
<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>
|
|
<zorder>Title</zorder>
|
|
<zorder>layoutWidget_4</zorder>
|
|
<zorder>layoutWidget_5</zorder>
|
|
<zorder>But_Close</zorder>
|
|
<zorder>Lable_SystemTime</zorder>
|
|
<zorder>groupBox</zorder>
|
|
<zorder>Label_VoiceWidget</zorder>
|
|
<zorder>groupBox_2</zorder>
|
|
</widget>
|
|
<resources>
|
|
<include location="../Pictures/Pictures.qrc"/>
|
|
<include location="../Pictures/Buttons/Buttons.qrc"/>
|
|
<include location="../Pictures/BottombarButton/BottombarButton.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|