2020-10-06 17:11:59 +08:00
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
|
<class>ServoSystem</class>
|
|
|
|
|
|
<widget class="QWidget" name="ServoSystem">
|
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
|
<rect>
|
|
|
|
|
|
<x>0</x>
|
|
|
|
|
|
<y>0</y>
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<width>895</width>
|
|
|
|
|
|
<height>628</height>
|
2020-10-06 17:11:59 +08:00
|
|
|
|
</rect>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
|
<string>Form</string>
|
|
|
|
|
|
</property>
|
2020-10-07 19:50:45 +08:00
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="3" column="0">
|
|
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
2020-10-21 19:37:48 +08:00
|
|
|
|
</property>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>20</width>
|
|
|
|
|
|
<height>40</height>
|
|
|
|
|
|
</size>
|
2020-10-21 19:37:48 +08:00
|
|
|
|
</property>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
</spacer>
|
2020-10-21 19:37:48 +08:00
|
|
|
|
</item>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
|
|
<property name="title">
|
|
|
|
|
|
<string>舵机</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
2020-10-16 17:06:18 +08:00
|
|
|
|
<property name="leftMargin">
|
|
|
|
|
|
<number>0</number>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="topMargin">
|
|
|
|
|
|
<number>0</number>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="rightMargin">
|
|
|
|
|
|
<number>0</number>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="bottomMargin">
|
|
|
|
|
|
<number>0</number>
|
|
|
|
|
|
</property>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
|
<widget class="QGroupBox" name="groupBox_6">
|
2020-10-08 14:09:16 +08:00
|
|
|
|
<property name="title">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<string>左升降</string>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</property>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<layout class="QGridLayout" name="gridLayout_9">
|
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
|
<widget class="QLabel" name="label_37">
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<property name="text">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<string>当前位</string>
|
2020-10-21 19:37:48 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="0" column="2">
|
|
|
|
|
|
<widget class="QLabel" name="label_LE_SBIT">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<width>0</width>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>150</width>
|
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<string>上电自检</string>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="2" column="2">
|
|
|
|
|
|
<widget class="QLabel" name="label_LE_GBIT">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<width>150</width>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>150</width>
|
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
<property name="styleSheet">
|
2020-10-14 21:28:47 +08:00
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<string>地面自检</string>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
|
<widget class="QLabel" name="label_ele_l_cmd">
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<width>150</width>
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>150</width>
|
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="styleSheet">
|
2020-10-14 21:28:47 +08:00
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
</property>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
<property name="text">
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<string>0</string>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</property>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
|
</property>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<item row="1" column="2">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<widget class="QLabel" name="label_LE_ZERO">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<width>0</width>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>150</width>
|
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<string>找零</string>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
|
<widget class="QLabel" name="label_34">
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>指令位</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
|
<widget class="QLabel" name="label_ele_l_curr">
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<width>0</width>
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>150</width>
|
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="styleSheet">
|
2020-10-14 21:28:47 +08:00
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<string>0</string>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
</layout>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="2" column="1">
|
|
|
|
|
|
<widget class="QGroupBox" name="groupBox_7">
|
2020-10-08 14:09:16 +08:00
|
|
|
|
<property name="title">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<string>右升降</string>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</property>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<layout class="QGridLayout" name="gridLayout_6">
|
2020-10-08 14:09:16 +08:00
|
|
|
|
<item row="1" column="0">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<widget class="QLabel" name="label_16">
|
2020-10-08 14:09:16 +08:00
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>当前位</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
|
<widget class="QLabel" name="label_ele_r_curr">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<width>150</width>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>150</width>
|
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<string>0</string>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="1" column="2">
|
|
|
|
|
|
<widget class="QLabel" name="label_RE_ZERO">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<width>0</width>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>150</width>
|
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="styleSheet">
|
2020-10-14 21:28:47 +08:00
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
</property>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
<property name="text">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<string>找零</string>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</property>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
|
</property>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
<item row="0" column="1">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<widget class="QLabel" name="label_ele_r_cmd">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<width>0</width>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>150</width>
|
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<string>0</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="2" column="2">
|
|
|
|
|
|
<widget class="QLabel" name="label_RE_GBIT">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<width>150</width>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>150</width>
|
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="styleSheet">
|
2020-10-14 21:28:47 +08:00
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
</property>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
<property name="text">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<string>地面自检</string>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</property>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
|
</property>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="0" column="2">
|
|
|
|
|
|
<widget class="QLabel" name="label_RE_SBIT">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>0</width>
|
|
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>150</width>
|
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="styleSheet">
|
2020-10-14 21:28:47 +08:00
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
</property>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
<property name="text">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<string>上电自检</string>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</property>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
|
</property>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
|
<widget class="QLabel" name="label_13">
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>指令位</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</layout>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="0" column="0">
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<widget class="QGroupBox" name="groupBox_5">
|
2020-10-08 14:09:16 +08:00
|
|
|
|
<property name="title">
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<string>左副翼</string>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</property>
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<layout class="QGridLayout" name="gridLayout_7">
|
|
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
|
<widget class="QLabel" name="label_ail_l_curr">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<width>0</width>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>150</width>
|
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<string>0</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
|
<widget class="QLabel" name="label_20">
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>指令位</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
<item row="2" column="2">
|
|
|
|
|
|
<widget class="QLabel" name="label_LA_GBIT">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<width>150</width>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>150</width>
|
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="styleSheet">
|
2020-10-14 21:28:47 +08:00
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
</property>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
<property name="text">
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<string>地面自检</string>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</property>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
|
</property>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
<item row="1" column="0">
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<widget class="QLabel" name="label_23">
|
2020-10-08 14:09:16 +08:00
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>当前位</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<item row="1" column="2">
|
|
|
|
|
|
<widget class="QLabel" name="label_LA_ZERO">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<width>150</width>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>150</width>
|
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<string>找零</string>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
|
<widget class="QLabel" name="label_ail_l_cmd">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<width>150</width>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>150</width>
|
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="styleSheet">
|
2020-10-14 21:28:47 +08:00
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
</property>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
<property name="text">
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<string>0</string>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</property>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
|
</property>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<item row="0" column="2">
|
|
|
|
|
|
<widget class="QLabel" name="label_LA_SBIT">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>150</width>
|
|
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>150</width>
|
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="styleSheet">
|
2020-10-14 21:28:47 +08:00
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
</property>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
<property name="text">
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<string>上电自检</string>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</property>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
|
</property>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
</layout>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
|
<widget class="QGroupBox" name="groupBox_8">
|
2020-10-08 14:09:16 +08:00
|
|
|
|
<property name="title">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<string>右副翼</string>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</property>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<layout class="QGridLayout" name="gridLayout_8">
|
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
|
<widget class="QLabel" name="label_27">
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>指令位</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
|
<widget class="QLabel" name="label_ail_r_cmd">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<width>150</width>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>150</width>
|
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="styleSheet">
|
2020-10-14 21:28:47 +08:00
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<string>0</string>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="0" column="2">
|
|
|
|
|
|
<widget class="QLabel" name="label_RA_SBIT">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<width>0</width>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>150</width>
|
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="styleSheet">
|
2020-10-14 21:28:47 +08:00
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<string>上电自检</string>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<item row="1" column="0">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<widget class="QLabel" name="label_30">
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>当前位</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
|
<widget class="QLabel" name="label_ail_r_curr">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<width>0</width>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>150</width>
|
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<string>0</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="1" column="2">
|
|
|
|
|
|
<widget class="QLabel" name="label_RA_ZERO">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<width>0</width>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>150</width>
|
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="styleSheet">
|
2020-10-14 21:28:47 +08:00
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
</property>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
<property name="text">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<string>找零</string>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="2" column="2">
|
|
|
|
|
|
<widget class="QLabel" name="label_RA_GBIT">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<width>150</width>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>150</width>
|
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<string>地面自检</string>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
</layout>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="3" column="0">
|
|
|
|
|
|
<widget class="QGroupBox" name="groupBox_4">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="title">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<string>方向舵</string>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
</property>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<layout class="QGridLayout" name="gridLayout_5">
|
|
|
|
|
|
<item row="2" column="2">
|
|
|
|
|
|
<widget class="QLabel" name="label_RU_GBIT">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>150</width>
|
|
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>150</width>
|
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="styleSheet">
|
2020-10-14 21:28:47 +08:00
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<string>地面自检</string>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
<item row="1" column="2">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<widget class="QLabel" name="label_RU_ZERO">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>0</width>
|
|
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>150</width>
|
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="styleSheet">
|
2020-10-14 21:28:47 +08:00
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
</property>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>找零</string>
|
|
|
|
|
|
</property>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
|
</property>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>指令位</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>当前位</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<item row="0" column="1">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<widget class="QLabel" name="label_rud_cmd">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>0</width>
|
|
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>150</width>
|
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>0</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
|
<widget class="QLabel" name="label_rud_curr">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>150</width>
|
|
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>150</width>
|
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<string>0</string>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
<item row="0" column="2">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<widget class="QLabel" name="label_RU_SBIT">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>0</width>
|
|
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>150</width>
|
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="styleSheet">
|
2020-10-14 21:28:47 +08:00
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>上电自检</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
2020-10-08 14:09:16 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
</layout>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
</layout>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
|
|
<property name="title">
|
|
|
|
|
|
<string>电源</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>模块温度(℃)</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
<item row="5" column="3">
|
|
|
|
|
|
<widget class="QLabel" name="label_56V_percent">
|
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>0</width>
|
|
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
2020-10-16 17:06:18 +08:00
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>0</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
|
<widget class="QLabel" name="label_8">
|
2020-10-16 17:06:18 +08:00
|
|
|
|
<property name="text">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<string>机载28V电压(V)</string>
|
2020-10-16 17:06:18 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="5" column="1">
|
|
|
|
|
|
<widget class="QLabel" name="label_28V_percent">
|
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>0</width>
|
|
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
|
|
|
|
|
</property>
|
2020-10-16 17:06:18 +08:00
|
|
|
|
<property name="text">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<string>0</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
2020-10-16 17:06:18 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="5" column="2">
|
|
|
|
|
|
<widget class="QLabel" name="label_5">
|
2020-10-16 17:06:18 +08:00
|
|
|
|
<property name="text">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<string>56V剩余(%)</string>
|
2020-10-16 17:06:18 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
|
<widget class="QLabel" name="label_onBoard_28V_Voltage">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>0</width>
|
|
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
<size>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<width>150</width>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>0</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
|
<widget class="QLabel" name="label_temp">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>0</width>
|
|
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>150</width>
|
|
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>0</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="5" column="0">
|
|
|
|
|
|
<widget class="QLabel" name="label_4">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="text">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<string>28V剩余(%)</string>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-16 17:06:18 +08:00
|
|
|
|
<item row="4" column="0">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<widget class="QLabel" name="label_7">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="text">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<string>机载28V电流(A)</string>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="4" column="1">
|
|
|
|
|
|
<widget class="QLabel" name="label_onBoard_28V_Current">
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>0</width>
|
|
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>0</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="1" column="3">
|
|
|
|
|
|
<widget class="QLabel" name="label_onBoard_56V_Voltage">
|
2020-10-16 17:06:18 +08:00
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>0</width>
|
|
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>16777215</width>
|
|
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
2020-10-16 17:06:18 +08:00
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>0</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="1" column="2">
|
|
|
|
|
|
<widget class="QLabel" name="label_12">
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>机载56V电压(V)</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<item row="4" column="2">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<widget class="QLabel" name="label_11">
|
2020-10-21 19:37:48 +08:00
|
|
|
|
<property name="text">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<string>机载56V电流(A)</string>
|
2020-10-21 19:37:48 +08:00
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
<item row="4" column="3">
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<widget class="QLabel" name="label_onBoard_56V_Current">
|
2020-10-16 17:06:18 +08:00
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>0</width>
|
|
|
|
|
|
<height>30</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
2020-10-08 16:13:38 +08:00
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
|
<string notr="true">background-color: rgb(205, 205, 205);</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>0</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
</layout>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-27 18:56:30 +08:00
|
|
|
|
<item row="0" column="1" rowspan="3">
|
|
|
|
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
|
|
|
|
<property name="title">
|
|
|
|
|
|
<string>状态</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
|
<widget class="QCheckBox" name="checkBox_28v">
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>28V电源</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
|
<widget class="QCheckBox" name="checkBox_onBoard">
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>机载电源</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
<item row="5" column="0">
|
|
|
|
|
|
<widget class="QCheckBox" name="checkBox_500W">
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>500W大功率打开</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
|
<widget class="QCheckBox" name="checkBox_56v">
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>56V电源</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
<item row="3" column="0">
|
|
|
|
|
|
<widget class="QCheckBox" name="checkBox_AirSpeed">
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
<string>空速管加热</string>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
<item row="6" column="0">
|
|
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
|
<size>
|
|
|
|
|
|
<width>20</width>
|
|
|
|
|
|
<height>40</height>
|
|
|
|
|
|
</size>
|
|
|
|
|
|
</property>
|
|
|
|
|
|
</spacer>
|
|
|
|
|
|
</item>
|
|
|
|
|
|
</layout>
|
|
|
|
|
|
</widget>
|
|
|
|
|
|
</item>
|
2020-10-07 19:50:45 +08:00
|
|
|
|
</layout>
|
2020-10-06 17:11:59 +08:00
|
|
|
|
</widget>
|
|
|
|
|
|
<resources/>
|
|
|
|
|
|
<connections/>
|
|
|
|
|
|
</ui>
|