5501 lines
133 KiB
XML
5501 lines
133 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<ui version="4.0">
|
||
<class>P01_MianPage</class>
|
||
<widget class="QWidget" name="P01_MianPage">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>1024</width>
|
||
<height>576</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>1024</width>
|
||
<height>576</height>
|
||
</size>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string>Form</string>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background-color: transparent; /* 背景透明 */
|
||
color: #e0f7fa</string>
|
||
</property>
|
||
<widget class="QSlider" name="Slider_Haul_L">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>40</width>
|
||
<height>211</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">/* ============== 主滑块控件 ============== */
|
||
QSlider:vertical {
|
||
|
||
border-image: url(:/Frames/Frames/bg_ele_mode.png);
|
||
min-width: 30px; /* 关键:保证宽度固定 */
|
||
min-height: 200px; /* 必须设置高度 */
|
||
background: transparent;
|
||
margin: 0px;
|
||
padding: 0px;
|
||
}
|
||
|
||
/* ============== 隐藏默认轨道 ============== */
|
||
QSlider::groove:vertical {
|
||
width: 0px; /* 隐藏轨道 */
|
||
background: transparent;
|
||
border: none;
|
||
}
|
||
|
||
/* ============== 自定义滑块手柄 ============== */
|
||
QSlider::handle:vertical {
|
||
|
||
border-image: url(:/Icos/Icos/ico_Haul.png);
|
||
width: 30px;
|
||
height: 30px;
|
||
margin: 0 -15px; /* 水平居中(左移15px) */
|
||
}
|
||
</string>
|
||
</property>
|
||
<property name="minimum">
|
||
<number>-100</number>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>100</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="tracking">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="orientation">
|
||
<enum>Qt::Vertical</enum>
|
||
</property>
|
||
<property name="invertedAppearance">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="invertedControls">
|
||
<bool>false</bool>
|
||
</property>
|
||
</widget>
|
||
<widget class="QSlider" name="Slider_Haul_R">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>984</x>
|
||
<y>0</y>
|
||
<width>40</width>
|
||
<height>211</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">/* ============== 主滑块控件 ============== */
|
||
QSlider:vertical {
|
||
|
||
border-image: url(:/Frames/Frames/bg_ele_mode.png);
|
||
min-width: 30px; /* 关键:保证宽度固定 */
|
||
min-height: 200px; /* 必须设置高度 */
|
||
background: transparent;
|
||
margin: 0px;
|
||
padding: 0px;
|
||
}
|
||
|
||
/* ============== 隐藏默认轨道 ============== */
|
||
QSlider::groove:vertical {
|
||
width: 0px; /* 隐藏轨道 */
|
||
background: transparent;
|
||
border: none;
|
||
}
|
||
|
||
/* ============== 自定义滑块手柄 ============== */
|
||
QSlider::handle:vertical {
|
||
|
||
border-image: url(:/Icos/Icos/ico_Haul.png);
|
||
width: 30px;
|
||
height: 30px;
|
||
margin: 0 -15px; /* 水平居中(左移15px) */
|
||
}
|
||
</string>
|
||
</property>
|
||
<property name="minimum">
|
||
<number>-100</number>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>100</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="tracking">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="orientation">
|
||
<enum>Qt::Vertical</enum>
|
||
</property>
|
||
<property name="invertedAppearance">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="invertedControls">
|
||
<bool>false</bool>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_MiningB1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>590</x>
|
||
<y>215</y>
|
||
<width>40</width>
|
||
<height>15</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<weight>50</weight>
|
||
<italic>false</italic>
|
||
<bold>false</bold>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</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>5</number>
|
||
</property>
|
||
<property name="mode">
|
||
<enum>QLCDNumber::Dec</enum>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
<property name="value" stdset="0">
|
||
<double>-9.000000000000000</double>
|
||
</property>
|
||
<property name="intValue" stdset="0">
|
||
<number>-9</number>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_MainHaul_R">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>984</x>
|
||
<y>210</y>
|
||
<width>40</width>
|
||
<height>23</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</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>4</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
<property name="intValue" stdset="0">
|
||
<number>-255</number>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_MiningT1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>590</x>
|
||
<y>0</y>
|
||
<width>40</width>
|
||
<height>15</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</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>5</number>
|
||
</property>
|
||
<property name="mode">
|
||
<enum>QLCDNumber::Dec</enum>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
<property name="value" stdset="0">
|
||
<double>9.000000000000000</double>
|
||
</property>
|
||
<property name="intValue" stdset="0">
|
||
<number>9</number>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Gif_Radar">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>40</x>
|
||
<y>0</y>
|
||
<width>130</width>
|
||
<height>130</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Imgs/Imgs/Radar.gif);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_MainHaul_L">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>210</y>
|
||
<width>40</width>
|
||
<height>23</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</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>4</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
<property name="intValue" stdset="0">
|
||
<number>-255</number>
|
||
</property>
|
||
</widget>
|
||
<widget class="QSlider" name="Slider_Mining">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>590</x>
|
||
<y>15</y>
|
||
<width>40</width>
|
||
<height>200</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">/* ============== 主滑块控件 ============== */
|
||
QSlider:vertical {
|
||
|
||
border-image: url(:/Frames/Frames/bg_ele_mode.png);
|
||
min-width: 30px; /* 关键:保证宽度固定 */
|
||
min-height: 200px; /* 必须设置高度 */
|
||
background: transparent;
|
||
margin: 0px;
|
||
padding: 0px;
|
||
}
|
||
|
||
/* ============== 隐藏默认轨道 ============== */
|
||
QSlider::groove:vertical {
|
||
width: 0px; /* 隐藏轨道 */
|
||
background: transparent;
|
||
border: none;
|
||
}
|
||
|
||
/* ============== 自定义滑块手柄 ============== */
|
||
QSlider::handle:vertical {
|
||
image: url(:/Devices/Devices/ICO_Cutting1.png);
|
||
width: 30px;
|
||
height: 30px;
|
||
margin: 0 -15px; /* 水平居中(左移15px) */
|
||
}
|
||
</string>
|
||
</property>
|
||
<property name="minimum">
|
||
<number>-1000</number>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>10000</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>2000</number>
|
||
</property>
|
||
<property name="tracking">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="orientation">
|
||
<enum>Qt::Vertical</enum>
|
||
</property>
|
||
<property name="invertedAppearance">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="invertedControls">
|
||
<bool>false</bool>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Label_TransportPos">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>94</x>
|
||
<y>59</y>
|
||
<width>16</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Icos/Icos/Pos.png);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="BrushPad" name="TrailDisplay_1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>630</x>
|
||
<y>0</y>
|
||
<width>115</width>
|
||
<height>230</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>115</width>
|
||
<height>230</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/Frames/bg_ele_mode.png);</string>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="BrushPad" name="TrailDisplay_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>750</x>
|
||
<y>0</y>
|
||
<width>230</width>
|
||
<height>230</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>230</width>
|
||
<height>230</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/Frames/bg_ele_mode.png);</string>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QGroupBox" name="GB_CurPump">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>300</y>
|
||
<width>521</width>
|
||
<height>40</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/Frames/bg_1.png);
|
||
font: 87 15pt "思源黑体 Heavy";</string>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="MotorStatus_Pump">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>5</y>
|
||
<width>91</width>
|
||
<height>30</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>油泵电机:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_CurPump_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>26</y>
|
||
<width>200</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1500</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_CurPump_1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>2</y>
|
||
<width>200</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: rgb(255, 170, 0);
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1500</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_CurPump_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>14</y>
|
||
<width>200</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1500</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Label_UnitCurPump">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>420</x>
|
||
<y>5</y>
|
||
<width>101</width>
|
||
<height>30</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>A /128.9A</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_CurPump">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>330</x>
|
||
<y>5</y>
|
||
<width>91</width>
|
||
<height>30</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_CurPump_1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>2</y>
|
||
<width>40</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_CurPump_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>14</y>
|
||
<width>40</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_CurPump_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>26</y>
|
||
<width>40</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="GB_CurPump_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>340</y>
|
||
<width>521</width>
|
||
<height>40</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/Frames/bg_1.png);
|
||
font: 87 15pt "思源黑体 Heavy";</string>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="MotorStatus_Cut">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>5</y>
|
||
<width>91</width>
|
||
<height>30</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>截割电机:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_CurCut_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>26</y>
|
||
<width>200</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1500</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_CurCut_1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>2</y>
|
||
<width>200</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1500</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_CurCut_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>14</y>
|
||
<width>200</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1500</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Label_UnitCurCut">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>420</x>
|
||
<y>5</y>
|
||
<width>101</width>
|
||
<height>30</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>A /128.9A</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_CurCut">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>330</x>
|
||
<y>5</y>
|
||
<width>91</width>
|
||
<height>30</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_CurCut_1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>2</y>
|
||
<width>40</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_CurCut_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>14</y>
|
||
<width>40</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_CurCut_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>26</y>
|
||
<width>40</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="GB_CurPump_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>380</y>
|
||
<width>521</width>
|
||
<height>40</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/Frames/bg_1.png);
|
||
font: 87 15pt "思源黑体 Heavy";</string>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="MotorStatus_LoaderL">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>5</y>
|
||
<width>91</width>
|
||
<height>30</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>左装载机:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_CurLoaderL_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>26</y>
|
||
<width>200</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1500</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_CurLoaderL_1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>2</y>
|
||
<width>200</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1500</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_CurLoaderL_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>14</y>
|
||
<width>200</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1500</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Label_UnitCurLoaderL">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>420</x>
|
||
<y>5</y>
|
||
<width>101</width>
|
||
<height>30</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>A /128.9A</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_CurLoaderL">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>330</x>
|
||
<y>5</y>
|
||
<width>91</width>
|
||
<height>30</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_CurLoaderL_1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>2</y>
|
||
<width>40</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_CurLoaderL_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>14</y>
|
||
<width>40</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_CurLoaderL_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>26</y>
|
||
<width>40</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="GB_CurPump_4">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>420</y>
|
||
<width>521</width>
|
||
<height>40</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/Frames/bg_1.png);
|
||
font: 87 15pt "思源黑体 Heavy";</string>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="MotorStatus_LoaderR">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>5</y>
|
||
<width>91</width>
|
||
<height>30</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>右装载机:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_CurLoaderR_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>26</y>
|
||
<width>200</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1500</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_CurLoaderR_1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>2</y>
|
||
<width>200</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1500</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_CurLoaderR_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>14</y>
|
||
<width>200</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1500</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Label_UnitCurLoaderR">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>420</x>
|
||
<y>5</y>
|
||
<width>101</width>
|
||
<height>30</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>A /128.9A</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_CurLoaderR">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>330</x>
|
||
<y>5</y>
|
||
<width>91</width>
|
||
<height>30</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_CurLoaderR_1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>2</y>
|
||
<width>40</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_CurLoaderR_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>14</y>
|
||
<width>40</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_CurLoaderR_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>26</y>
|
||
<width>40</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="GB_CurPump_5">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>460</y>
|
||
<width>521</width>
|
||
<height>40</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/Frames/bg_1.png);
|
||
font: 87 15pt "思源黑体 Heavy";</string>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="MotorStatus_TransportL">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>5</y>
|
||
<width>91</width>
|
||
<height>30</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>左运输机:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_CurTransportL_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>26</y>
|
||
<width>200</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1500</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_CurTransportL_1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>2</y>
|
||
<width>200</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1500</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_CurTransportL_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>14</y>
|
||
<width>200</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1500</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Label_UnitCurTransportL">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>420</x>
|
||
<y>5</y>
|
||
<width>101</width>
|
||
<height>30</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>A /128.9A</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_CurTransportL">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>330</x>
|
||
<y>5</y>
|
||
<width>91</width>
|
||
<height>30</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_CurTransportL_1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>2</y>
|
||
<width>40</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_CurTransportL_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>14</y>
|
||
<width>40</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_CurTransportL_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>26</y>
|
||
<width>40</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="GB_CurPump_6">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>500</y>
|
||
<width>521</width>
|
||
<height>40</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/Frames/bg_1.png);
|
||
font: 87 15pt "思源黑体 Heavy";</string>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="MotorStatus_TransportR">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>5</y>
|
||
<width>91</width>
|
||
<height>30</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>右运输机:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_CurTransportR_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>26</y>
|
||
<width>200</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1500</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_CurTransportR_1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>2</y>
|
||
<width>200</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1500</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_CurTransportR_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>14</y>
|
||
<width>200</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1500</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Label_UnitCurTransportR">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>420</x>
|
||
<y>5</y>
|
||
<width>101</width>
|
||
<height>30</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>A /128.9A</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_CurTransportR">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>330</x>
|
||
<y>5</y>
|
||
<width>91</width>
|
||
<height>30</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_CurTransportR_1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>2</y>
|
||
<width>40</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_CurTransportR_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>14</y>
|
||
<width>40</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_CurTransportR_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>26</y>
|
||
<width>40</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="GB_CurPump_7">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>540</y>
|
||
<width>521</width>
|
||
<height>40</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/Frames/bg_1.png);
|
||
font: 87 15pt "思源黑体 Heavy";</string>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="MotorStatus_Standby">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>5</y>
|
||
<width>91</width>
|
||
<height>30</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>备用电机:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_CurStandby_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>26</y>
|
||
<width>200</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1500</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_CurStandby_1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>2</y>
|
||
<width>200</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1500</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_CurStandby_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>14</y>
|
||
<width>200</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1500</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Label_UnitCurStandby">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>420</x>
|
||
<y>5</y>
|
||
<width>101</width>
|
||
<height>30</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>A /128.9A</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_CurStandby">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>330</x>
|
||
<y>5</y>
|
||
<width>91</width>
|
||
<height>30</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_CurStandby_1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>2</y>
|
||
<width>40</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_CurStandby_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>14</y>
|
||
<width>40</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_CurStandby_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>26</y>
|
||
<width>40</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>240</y>
|
||
<width>261</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 87 10pt "思源黑体 Heavy";
|
||
border-image: url(:/Frames/Frames/bg_1.png);</string>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="label_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>91</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>油泵温度:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_TempPump">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>2</y>
|
||
<width>101</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1500</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_TempPump">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>190</x>
|
||
<y>2</y>
|
||
<width>51</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_14">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>240</x>
|
||
<y>0</y>
|
||
<width>16</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>℃</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>260</x>
|
||
<y>240</y>
|
||
<width>261</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 87 10pt "思源黑体 Heavy";
|
||
border-image: url(:/Frames/Frames/bg_1.png);</string>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="label_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>91</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>截割温度:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_TempCut">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>2</y>
|
||
<width>101</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1500</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_TempCut">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>190</x>
|
||
<y>2</y>
|
||
<width>51</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_22">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>240</x>
|
||
<y>0</y>
|
||
<width>16</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>℃</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>260</x>
|
||
<y>260</y>
|
||
<width>261</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 87 10pt "思源黑体 Heavy";
|
||
border-image: url(:/Frames/Frames/bg_1.png);</string>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="label_4">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>91</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>右装载机温度:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_TempLoaderR">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>2</y>
|
||
<width>101</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1500</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_TempLoaderR">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>190</x>
|
||
<y>2</y>
|
||
<width>51</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_23">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>240</x>
|
||
<y>0</y>
|
||
<width>16</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>℃</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox_4">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>260</y>
|
||
<width>261</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 87 10pt "思源黑体 Heavy";
|
||
border-image: url(:/Frames/Frames/bg_1.png);</string>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="label_5">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>91</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>左装载机温度:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_TempLoaderL">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>2</y>
|
||
<width>101</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1500</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_TempLoaderL">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>190</x>
|
||
<y>2</y>
|
||
<width>51</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_20">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>240</x>
|
||
<y>0</y>
|
||
<width>16</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>℃</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox_5">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>260</x>
|
||
<y>280</y>
|
||
<width>261</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 87 10pt "思源黑体 Heavy";
|
||
border-image: url(:/Frames/Frames/bg_1.png);</string>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="label_6">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>91</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>右运输机温度:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_TempTransportR">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>2</y>
|
||
<width>101</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1500</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_TempTransportR">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>190</x>
|
||
<y>2</y>
|
||
<width>51</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_24">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>240</x>
|
||
<y>0</y>
|
||
<width>16</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>℃</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox_6">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>280</y>
|
||
<width>261</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 87 10pt "思源黑体 Heavy";
|
||
border-image: url(:/Frames/Frames/bg_1.png);</string>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="label_15">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>91</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>左运输机温度:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_TempTransportL">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>2</y>
|
||
<width>101</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1500</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_TempTransportL">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>190</x>
|
||
<y>2</y>
|
||
<width>51</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_21">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>240</x>
|
||
<y>0</y>
|
||
<width>16</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>℃</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox_7">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>770</x>
|
||
<y>260</y>
|
||
<width>251</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 87 10pt "思源黑体 Heavy";
|
||
border-image: url(:/Frames/Frames/bg_1.png);</string>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="label_16">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>91</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>油箱温度:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_OilTemp">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>2</y>
|
||
<width>101</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1000</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_OilTemp">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>190</x>
|
||
<y>2</y>
|
||
<width>51</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_29">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>235</x>
|
||
<y>0</y>
|
||
<width>16</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>℃</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox_8">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>520</x>
|
||
<y>258</y>
|
||
<width>251</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 87 10pt "思源黑体 Heavy";
|
||
border-image: url(:/Frames/Frames/bg_1.png);</string>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="label_17">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>2</y>
|
||
<width>91</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>油箱液位:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_OilLevel">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>2</y>
|
||
<width>101</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1000</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_OilLevel">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>190</x>
|
||
<y>2</y>
|
||
<width>41</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>5</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_28">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>228</x>
|
||
<y>0</y>
|
||
<width>25</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>mm</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_EncoderR">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>310</x>
|
||
<y>210</y>
|
||
<width>130</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>10</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_EncoderL">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>170</x>
|
||
<y>210</y>
|
||
<width>130</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>10</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_18">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>40</x>
|
||
<y>200</y>
|
||
<width>130</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;font: 87 15pt "思源黑体 Heavy";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>编码器(mm)</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox_9">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>520</x>
|
||
<y>280</y>
|
||
<width>501</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 87 10pt "思源黑体 Heavy";
|
||
border-image: url(:/Frames/Frames/bg_1.png);</string>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="Led_EStop_1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>40</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>急停1</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Led_EStop_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>40</x>
|
||
<y>0</y>
|
||
<width>40</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string>border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>急停2</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Led_EStop_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>80</x>
|
||
<y>0</y>
|
||
<width>40</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string>border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>急停3</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Led_EStop_4">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>120</x>
|
||
<y>0</y>
|
||
<width>40</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string>border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>急停4</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Led_EStop_5">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>160</x>
|
||
<y>0</y>
|
||
<width>40</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string>border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>急停5</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Led_EStop_6">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>200</x>
|
||
<y>0</y>
|
||
<width>40</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string>border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>急停6</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Led_EStop_7">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>240</x>
|
||
<y>0</y>
|
||
<width>40</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string>border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>急停7</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Led_EStop_8">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>280</x>
|
||
<y>0</y>
|
||
<width>40</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string>border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>急停8</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Led_EStop_9">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>320</x>
|
||
<y>0</y>
|
||
<width>40</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string>border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>急停9</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Led_EStop_10">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>360</x>
|
||
<y>0</y>
|
||
<width>40</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string>border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>急停10</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Led_EStop_11">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>405</x>
|
||
<y>0</y>
|
||
<width>40</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string>border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>急停11</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox_10">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>520</x>
|
||
<y>360</y>
|
||
<width>501</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 87 10pt "思源黑体 Heavy";
|
||
border-image: url(:/Frames/Frames/bg_1.png);</string>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="Status_P2_1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>80</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string>border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>集中润滑泵</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Status_P2_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>80</x>
|
||
<y>0</y>
|
||
<width>80</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string>border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>增压水泵</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Status_P2_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>160</x>
|
||
<y>0</y>
|
||
<width>80</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string>border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>履带张紧</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Status_P2_4">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>240</x>
|
||
<y>0</y>
|
||
<width>80</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string>border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>运输张紧</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Status_P2_5">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>320</x>
|
||
<y>0</y>
|
||
<width>181</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string>border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>行走马达与锚杆互锁</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox_11">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>520</x>
|
||
<y>340</y>
|
||
<width>501</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 87 10pt "思源黑体 Heavy";
|
||
border-image: url(:/Frames/Frames/bg_1.png);</string>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="Status_P1_1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>80</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string>border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>KM11</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Status_P1_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>80</x>
|
||
<y>0</y>
|
||
<width>80</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string>border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>后灯控制</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Status_P1_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>160</x>
|
||
<y>0</y>
|
||
<width>80</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string>border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>截割喷雾阀</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Status_P1_4">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>240</x>
|
||
<y>0</y>
|
||
<width>80</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string>border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>铲板喷雾阀</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Status_P1_5">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>320</x>
|
||
<y>0</y>
|
||
<width>80</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string>border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>除尘风机阀</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Status_P1_6">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>400</x>
|
||
<y>0</y>
|
||
<width>101</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string>border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>自动化指示灯</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox_12">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>770</x>
|
||
<y>240</y>
|
||
<width>251</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 87 10pt "思源黑体 Heavy";
|
||
border-image: url(:/Frames/Frames/bg_1.png);</string>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="label_19">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>91</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>备用温度:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_SpareTemp">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>2</y>
|
||
<width>101</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1500</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_SpareTemp">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>190</x>
|
||
<y>2</y>
|
||
<width>51</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_27">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>235</x>
|
||
<y>0</y>
|
||
<width>16</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>℃</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox_13">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>520</x>
|
||
<y>240</y>
|
||
<width>251</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 87 10pt "思源黑体 Heavy";
|
||
border-image: url(:/Frames/Frames/bg_1.png);</string>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="label_25">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>91</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>备用电机温度:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_TempStandby">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>2</y>
|
||
<width>101</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1500</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_TempStandby">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>190</x>
|
||
<y>2</y>
|
||
<width>51</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_26">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>235</x>
|
||
<y>0</y>
|
||
<width>16</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>℃</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox_14">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>520</x>
|
||
<y>300</y>
|
||
<width>501</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/Frames/bg_1.png);
|
||
font: 87 10pt "思源黑体 Heavy";</string>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="label_30">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>5</y>
|
||
<width>91</width>
|
||
<height>30</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>油泵压力:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_PressurePump_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>110</x>
|
||
<y>14</y>
|
||
<width>300</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1000</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_PressurePump_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>110</x>
|
||
<y>26</y>
|
||
<width>300</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1000</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QProgressBar" name="PB_PressurePump_1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>110</x>
|
||
<y>2</y>
|
||
<width>300</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>10</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QProgressBar {
|
||
background-color: transparent;
|
||
border: 1px solid #888888;
|
||
border-radius: 1px;
|
||
}
|
||
QProgressBar::chunk {
|
||
background-color: #05B8CC;
|
||
}</string>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1000</number>
|
||
</property>
|
||
<property name="value">
|
||
<number>17</number>
|
||
</property>
|
||
<property name="format">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_PressurePump_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>410</x>
|
||
<y>14</y>
|
||
<width>40</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_PressurePump_1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>410</x>
|
||
<y>2</y>
|
||
<width>40</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_PressurePump_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>410</x>
|
||
<y>26</y>
|
||
<width>40</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/null.png);color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::NoFrame</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="digitCount">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Label_UnitCurPump_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>450</x>
|
||
<y>5</y>
|
||
<width>51</width>
|
||
<height>30</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;color: #4fd1c5;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>MPa</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox_15">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>520</x>
|
||
<y>400</y>
|
||
<width>501</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 87 10pt "思源黑体 Heavy";
|
||
border-image: url(:/Frames/Frames/bg_1.png);</string>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="label_31">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>91</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>ESR1:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_32">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>250</x>
|
||
<y>0</y>
|
||
<width>91</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>ESR2:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Status_IESR_1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>80</x>
|
||
<y>0</y>
|
||
<width>21</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Icos/Icos/LED1_Green.png);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Status_QESR_1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>110</x>
|
||
<y>0</y>
|
||
<width>21</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Icos/Icos/LED2_Green.png);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Status_IESR_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>340</x>
|
||
<y>0</y>
|
||
<width>21</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Icos/Icos/LED1_Rad.png);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Status_QESR_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>370</x>
|
||
<y>0</y>
|
||
<width>21</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Icos/Icos/LED3_Rad (2).png);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox_16">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>520</x>
|
||
<y>380</y>
|
||
<width>501</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font: 87 10pt "思源黑体 Heavy";
|
||
border-image: url(:/Frames/Frames/bg_1.png);</string>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="Status_P3_1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>80</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string>border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>LS2阀</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Status_P3_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>80</x>
|
||
<y>0</y>
|
||
<width>80</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string>border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>LS3高低速</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Status_P3_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>160</x>
|
||
<y>0</y>
|
||
<width>80</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string>border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>探水钻闭锁</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Status_P3_4">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>240</x>
|
||
<y>0</y>
|
||
<width>80</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string>border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>主机油缸闭锁</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Status_P3_5">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>320</x>
|
||
<y>0</y>
|
||
<width>181</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string>border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>行走马达闭锁</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox_17">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>520</x>
|
||
<y>420</y>
|
||
<width>501</width>
|
||
<height>161</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/Frames/bg_1.png);
|
||
font: 87 12pt "思源黑体 Heavy";</string>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QGroupBox" name="groupBox_18">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>30</y>
|
||
<width>121</width>
|
||
<height>32</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="label_33">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>8</y>
|
||
<width>91</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>左截割</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Status_Oil_1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>0</y>
|
||
<width>32</width>
|
||
<height>32</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Icos/Icos/icon_stretch.png);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox_19">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>380</x>
|
||
<y>30</y>
|
||
<width>121</width>
|
||
<height>32</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="label_34">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>8</y>
|
||
<width>91</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>右截割</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Status_Oil_4">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>0</y>
|
||
<width>32</width>
|
||
<height>32</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Icos/Icos/icon_stretch.png);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox_20">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>120</x>
|
||
<y>30</y>
|
||
<width>121</width>
|
||
<height>32</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="label_35">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>8</y>
|
||
<width>91</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>左后支撑</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Status_Oil_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>0</y>
|
||
<width>32</width>
|
||
<height>32</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Icos/Icos/icon_shorten.png);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox_21">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>260</x>
|
||
<y>30</y>
|
||
<width>121</width>
|
||
<height>32</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="label_36">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>8</y>
|
||
<width>91</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>右后支撑</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Status_Oil_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>0</y>
|
||
<width>32</width>
|
||
<height>32</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Icos/Icos/icon_stretch.png);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox_22">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>60</y>
|
||
<width>121</width>
|
||
<height>32</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="label_37">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>8</y>
|
||
<width>91</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>运输机升降</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Status_Oil_5">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>0</y>
|
||
<width>32</width>
|
||
<height>32</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Icos/Icos/icon_stretch.png);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox_23">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>120</x>
|
||
<y>60</y>
|
||
<width>121</width>
|
||
<height>32</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="label_38">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>8</y>
|
||
<width>91</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>铲板升降</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Status_Oil_6">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>0</y>
|
||
<width>32</width>
|
||
<height>32</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Icos/Icos/icon_stretch.png);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox_24">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>260</x>
|
||
<y>60</y>
|
||
<width>121</width>
|
||
<height>32</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="label_39">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>8</y>
|
||
<width>91</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>运输机摆动</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Status_Oil_7">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>0</y>
|
||
<width>32</width>
|
||
<height>32</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Icos/Icos/icon_stretch.png);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox_25">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>380</x>
|
||
<y>60</y>
|
||
<width>121</width>
|
||
<height>32</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="label_40">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>8</y>
|
||
<width>91</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>铲板扩展</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Status_Oil_8">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>0</y>
|
||
<width>32</width>
|
||
<height>32</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Icos/Icos/icon_stretch.png);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox_26">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>90</y>
|
||
<width>121</width>
|
||
<height>32</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="label_41">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>8</y>
|
||
<width>91</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>滚筒伸缩</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Status_Oil_9">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>0</y>
|
||
<width>32</width>
|
||
<height>32</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Icos/Icos/icon_stretch.png);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox_27">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>120</x>
|
||
<y>90</y>
|
||
<width>121</width>
|
||
<height>32</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="label_42">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>8</y>
|
||
<width>91</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>临时支撑</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Status_Oil_10">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>0</y>
|
||
<width>32</width>
|
||
<height>32</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Icos/Icos/icon_stretch.png);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox_28">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>260</x>
|
||
<y>90</y>
|
||
<width>121</width>
|
||
<height>32</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="label_43">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>8</y>
|
||
<width>91</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>液压侧平台</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Status_Oil_11">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>0</y>
|
||
<width>32</width>
|
||
<height>32</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Icos/Icos/icon_stretch.png);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox_29">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>380</x>
|
||
<y>90</y>
|
||
<width>121</width>
|
||
<height>32</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="label_44">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>8</y>
|
||
<width>91</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>电控测平台</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Status_Oil_12">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>0</y>
|
||
<width>32</width>
|
||
<height>32</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Icos/Icos/icon_stretch.png);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox_30">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>120</y>
|
||
<width>121</width>
|
||
<height>32</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<widget class="QLabel" name="label_45">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>8</y>
|
||
<width>91</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>掏槽</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="Status_Oil_13">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>0</y>
|
||
<width>32</width>
|
||
<height>32</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Icos/Icos/icon_stretch.png);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QLabel" name="label_46">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>1024</width>
|
||
<height>576</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>1024</width>
|
||
<height>576</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>1024</width>
|
||
<height>576</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: url(:/Frames/Frames/Main.png);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QFrame" name="Frame_Dev3D">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>100</x>
|
||
<y>-30</y>
|
||
<width>420</width>
|
||
<height>237</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>420</width>
|
||
<height>237</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::StyledPanel</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Raised</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_47">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>40</x>
|
||
<y>110</y>
|
||
<width>130</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;font: 87 15pt "思源黑体 Heavy";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>机身倾角(°)</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_PitchAngle">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>80</x>
|
||
<y>150</y>
|
||
<width>81</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</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="digitCount">
|
||
<number>5</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="LCD_SwingAngle">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>80</x>
|
||
<y>180</y>
|
||
<width>81</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</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="digitCount">
|
||
<number>5</number>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_48">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>40</x>
|
||
<y>140</y>
|
||
<width>41</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;font: 87 15pt "思源黑体 Heavy";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>俯仰</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_49">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>40</x>
|
||
<y>170</y>
|
||
<width>41</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">border-image: none;font: 87 15pt "思源黑体 Heavy";</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>摇摆</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
<zorder>label_46</zorder>
|
||
<zorder>Frame_Dev3D</zorder>
|
||
<zorder>Slider_Haul_L</zorder>
|
||
<zorder>Slider_Haul_R</zorder>
|
||
<zorder>LCD_MiningB1</zorder>
|
||
<zorder>LCD_MainHaul_R</zorder>
|
||
<zorder>LCD_MiningT1</zorder>
|
||
<zorder>Gif_Radar</zorder>
|
||
<zorder>LCD_MainHaul_L</zorder>
|
||
<zorder>Slider_Mining</zorder>
|
||
<zorder>Label_TransportPos</zorder>
|
||
<zorder>TrailDisplay_1</zorder>
|
||
<zorder>TrailDisplay_2</zorder>
|
||
<zorder>GB_CurPump</zorder>
|
||
<zorder>GB_CurPump_2</zorder>
|
||
<zorder>GB_CurPump_3</zorder>
|
||
<zorder>GB_CurPump_4</zorder>
|
||
<zorder>GB_CurPump_5</zorder>
|
||
<zorder>GB_CurPump_6</zorder>
|
||
<zorder>GB_CurPump_7</zorder>
|
||
<zorder>groupBox</zorder>
|
||
<zorder>groupBox_2</zorder>
|
||
<zorder>groupBox_3</zorder>
|
||
<zorder>groupBox_4</zorder>
|
||
<zorder>groupBox_5</zorder>
|
||
<zorder>groupBox_6</zorder>
|
||
<zorder>groupBox_7</zorder>
|
||
<zorder>groupBox_8</zorder>
|
||
<zorder>LCD_EncoderR</zorder>
|
||
<zorder>LCD_EncoderL</zorder>
|
||
<zorder>label_18</zorder>
|
||
<zorder>groupBox_9</zorder>
|
||
<zorder>groupBox_10</zorder>
|
||
<zorder>groupBox_11</zorder>
|
||
<zorder>groupBox_12</zorder>
|
||
<zorder>groupBox_13</zorder>
|
||
<zorder>groupBox_14</zorder>
|
||
<zorder>groupBox_15</zorder>
|
||
<zorder>groupBox_16</zorder>
|
||
<zorder>groupBox_17</zorder>
|
||
<zorder>label_47</zorder>
|
||
<zorder>LCD_PitchAngle</zorder>
|
||
<zorder>LCD_SwingAngle</zorder>
|
||
<zorder>label_48</zorder>
|
||
<zorder>label_49</zorder>
|
||
</widget>
|
||
<customwidgets>
|
||
<customwidget>
|
||
<class>BrushPad</class>
|
||
<extends>QGroupBox</extends>
|
||
<header location="global">PublicFunctions/BrushPad.h</header>
|
||
<container>1</container>
|
||
</customwidget>
|
||
</customwidgets>
|
||
<resources>
|
||
<include location="../Pictures/Pictures.qrc"/>
|
||
</resources>
|
||
<connections/>
|
||
</ui>
|