Files
gcs-nf/App/MenuBarUI/MenuBarUI.ui
T

390 lines
11 KiB
XML
Raw Normal View History

2020-04-30 17:29:57 +08:00
<?xml version="1.0" encoding="UTF-8"?>
2020-04-30 14:33:57 +08:00
<ui version="4.0">
<class>MenuBarUI</class>
2020-04-30 17:29:57 +08:00
<widget class="QWidget" name="MenuBarUI">
<property name="windowModality">
<enum>Qt::NonModal</enum>
</property>
2020-04-30 14:33:57 +08:00
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2020-11-20 18:57:45 +08:00
<width>1137</width>
<height>100</height>
2020-04-30 14:33:57 +08:00
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
2020-11-20 18:57:45 +08:00
<layout class="QGridLayout" name="gridLayout_5">
2020-05-12 16:16:06 +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-11-20 18:57:45 +08:00
<item row="0" column="0">
<layout class="QGridLayout" name="gridLayout">
<property name="leftMargin">
<number>6</number>
</property>
<property name="rightMargin">
<number>6</number>
</property>
<property name="spacing">
<number>6</number>
</property>
2020-11-21 18:19:28 +08:00
<item row="0" column="3">
<widget class="QPushButton" name="pushButton_Flight">
2020-11-20 18:57:45 +08:00
<property name="minimumSize">
<size>
<width>80</width>
<height>80</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</property>
<property name="text">
2020-11-21 18:19:28 +08:00
<string>Flight</string>
2020-11-20 18:57:45 +08:00
</property>
</widget>
</item>
2020-11-21 18:19:28 +08:00
<item row="0" column="2">
<widget class="QPushButton" name="pushButton_Mission">
2020-11-20 18:57:45 +08:00
<property name="minimumSize">
<size>
<width>80</width>
<height>80</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</property>
<property name="text">
2020-11-21 18:19:28 +08:00
<string>Mission</string>
2020-11-20 18:57:45 +08:00
</property>
2020-11-21 18:19:28 +08:00
<property name="iconSize">
2020-11-20 18:57:45 +08:00
<size>
<width>80</width>
<height>80</height>
</size>
</property>
</widget>
</item>
2020-11-21 18:19:28 +08:00
<item row="0" column="5">
2020-11-20 18:57:45 +08:00
<widget class="QPushButton" name="pushButton_Info">
<property name="minimumSize">
<size>
<width>80</width>
<height>80</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>Tools</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QPushButton" name="pushButton_Setting">
<property name="minimumSize">
<size>
<width>80</width>
<height>80</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>Setting</string>
</property>
<property name="iconSize">
<size>
<width>80</width>
<height>80</height>
</size>
</property>
</widget>
</item>
2020-11-21 18:19:28 +08:00
<item row="0" column="1">
<widget class="QPushButton" name="pushButton_SelfTest">
<property name="minimumSize">
<size>
<width>80</width>
<height>80</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>SelfTest</string>
</property>
</widget>
</item>
<item row="0" column="4">
2020-11-20 18:57:45 +08:00
<widget class="QPushButton" name="pushButton_Base">
<property name="minimumSize">
<size>
<width>80</width>
<height>80</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>80</height>
</size>
</property>
<property name="text">
<string>Base</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="0" column="2">
2020-05-06 08:17:24 +08:00
<widget class="QFrame" name="frame">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QGridLayout" name="gridLayout_3">
2020-05-12 16:16:06 +08:00
<property name="leftMargin">
2020-06-28 18:43:03 +08:00
<number>0</number>
2020-05-12 16:16:06 +08:00
</property>
<property name="topMargin">
2020-06-28 18:43:03 +08:00
<number>0</number>
2020-05-12 16:16:06 +08:00
</property>
<property name="rightMargin">
2020-06-28 18:43:03 +08:00
<number>0</number>
2020-05-12 16:16:06 +08:00
</property>
<property name="bottomMargin">
2020-06-28 18:43:03 +08:00
<number>0</number>
2020-05-12 16:16:06 +08:00
</property>
<property name="spacing">
<number>2</number>
</property>
2020-11-20 18:57:45 +08:00
<item row="0" column="2">
<widget class="QFrame" name="frame_2">
<property name="minimumSize">
<size>
<width>400</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>340</width>
<height>16777215</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QGridLayout" name="gridLayout_4">
<property name="leftMargin">
<number>10</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
2020-12-03 16:07:39 +08:00
<item row="0" column="1">
<widget class="QLabel" name="label_2">
<property name="text">
<string>目标航点</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="label_10">
2020-11-17 15:30:22 +08:00
<property name="text">
2020-12-03 16:07:39 +08:00
<string>待飞距[km]</string>
2020-11-17 15:30:22 +08:00
</property>
</widget>
</item>
<item row="1" column="3">
2020-12-03 16:07:39 +08:00
<widget class="QLabel" name="label_wp_Dist">
<property name="styleSheet">
<string notr="true">background-color: rgb(189, 189, 189);</string>
</property>
<property name="text">
<string>0</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QLabel" name="label_TargetPoint">
2020-11-17 15:30:22 +08:00
<property name="styleSheet">
<string notr="true">background-color: rgb(189, 189, 189);</string>
</property>
<property name="text">
2020-11-17 15:30:22 +08:00
<string>0</string>
</property>
2020-11-17 15:30:22 +08:00
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
2020-12-03 16:07:39 +08:00
<item row="2" column="1">
<widget class="QLabel" name="label_6">
<property name="text">
2020-12-03 16:07:39 +08:00
<string>侧偏距[m]</string>
</property>
</widget>
</item>
2020-12-03 16:07:39 +08:00
<item row="2" column="3">
<widget class="QLabel" name="label_X">
<property name="styleSheet">
<string notr="true">background-color: rgb(189, 189, 189);</string>
</property>
<property name="text">
<string>0</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
2020-12-03 16:07:39 +08:00
<item row="0" column="4">
<widget class="QLabel" name="label">
<property name="text">
<string>飞行时间</string>
</property>
</widget>
</item>
<item row="0" column="5">
<widget class="QLabel" name="label_RecordTime">
<property name="styleSheet">
<string notr="true">background-color: rgb(189, 189, 189);</string>
</property>
<property name="text">
<string>0</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
2020-12-03 16:07:39 +08:00
<item row="1" column="4">
<widget class="QLabel" name="label_5">
<property name="text">
2020-12-18 09:35:41 +08:00
<string>单位耗时</string>
2020-12-03 16:07:39 +08:00
</property>
</widget>
</item>
<item row="1" column="5">
<widget class="QLabel" name="label_TargteAlt">
<property name="styleSheet">
<string notr="true">background-color: rgb(189, 189, 189);</string>
</property>
<property name="text">
<string>0</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="2" column="4">
2020-12-03 16:07:39 +08:00
<widget class="QLabel" name="label_9">
<property name="text">
2020-12-15 13:47:14 +08:00
<string>INS2时间</string>
</property>
</widget>
</item>
2020-12-03 16:07:39 +08:00
<item row="2" column="5">
<widget class="QLabel" name="label_TargetAirSpeed">
<property name="styleSheet">
<string notr="true">background-color: rgb(189, 189, 189);</string>
</property>
<property name="text">
<string>0</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
</item>
2020-11-20 18:57:45 +08:00
<item row="0" column="1">
<widget class="QLabel" name="label_Status">
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item row="0" column="0">
<layout class="QGridLayout" name="gridLayout_2">
<item row="1" column="0">
<widget class="QLabel" name="label_Current_Status">
<property name="styleSheet">
<string notr="true">background-color: rgb(0, 255, 127);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_History_Status">
<property name="styleSheet">
<string notr="true">background-color: rgb(189, 189, 189);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
2020-05-06 08:17:24 +08:00
</layout>
</widget>
</item>
</layout>
2020-04-30 14:33:57 +08:00
</widget>
2020-04-30 17:29:57 +08:00
<resources/>
2020-04-30 14:33:57 +08:00
<connections/>
</ui>