UASControl.ui 4.77 KB
Newer Older
pixhawk's avatar
pixhawk committed
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>uasControl</class>
 <widget class="QWidget" name="uasControl">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
9 10
    <width>287</width>
    <height>354</height>
pixhawk's avatar
pixhawk committed
11 12
   </rect>
  </property>
lm's avatar
lm committed
13 14 15
  <property name="minimumSize">
   <size>
    <width>280</width>
16
    <height>170</height>
lm's avatar
lm committed
17 18
   </size>
  </property>
pixhawk's avatar
pixhawk committed
19 20 21
  <property name="windowTitle">
   <string>Form</string>
  </property>
22
  <layout class="QGridLayout" name="gridLayout" rowminimumheight="10,20,0,10,10,10,300">
23 24 25 26 27
   <property name="leftMargin">
    <number>6</number>
   </property>
   <property name="topMargin">
    <number>12</number>
pixhawk's avatar
pixhawk committed
28
   </property>
29
   <property name="rightMargin">
30 31
    <number>6</number>
   </property>
32 33 34 35
   <property name="bottomMargin">
    <number>6</number>
   </property>
   <item row="0" column="1" colspan="4">
pixhawk's avatar
pixhawk committed
36 37 38 39 40 41 42 43 44
    <widget class="QLabel" name="controlStatusLabel">
     <property name="text">
      <string>UNCONNECTED</string>
     </property>
     <property name="alignment">
      <set>Qt::AlignCenter</set>
     </property>
    </widget>
   </item>
45
   <item row="1" column="1" colspan="4">
pixhawk's avatar
pixhawk committed
46 47 48 49 50 51
    <widget class="QPushButton" name="controlButton">
     <property name="text">
      <string>Activate Engine</string>
     </property>
    </widget>
   </item>
52
   <item row="2" column="1" colspan="4">
pixhawk's avatar
pixhawk committed
53 54 55 56 57 58 59 60 61
    <spacer name="verticalSpacer_2">
     <property name="orientation">
      <enum>Qt::Vertical</enum>
     </property>
     <property name="sizeType">
      <enum>QSizePolicy::MinimumExpanding</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
62
       <width>20</width>
63
       <height>2</height>
pixhawk's avatar
pixhawk committed
64 65 66 67
      </size>
     </property>
    </spacer>
   </item>
68 69 70 71 72 73 74 75 76 77 78 79 80 81
   <item row="0" column="0" rowspan="6">
    <spacer name="horizontalSpacer">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>31</width>
       <height>159</height>
      </size>
     </property>
    </spacer>
   </item>
   <item row="3" column="1">
pixhawk's avatar
pixhawk committed
82 83 84 85 86 87 88 89 90 91
    <widget class="QPushButton" name="liftoffButton">
     <property name="text">
      <string>Liftoff</string>
     </property>
     <property name="icon">
      <iconset resource="../../mavground.qrc">
       <normaloff>:/images/control/launch.svg</normaloff>:/images/control/launch.svg</iconset>
     </property>
    </widget>
   </item>
92 93
   <item row="3" column="2" colspan="2">
    <widget class="QPushButton" name="landButton">
pixhawk's avatar
pixhawk committed
94
     <property name="text">
95
      <string>Land</string>
pixhawk's avatar
pixhawk committed
96 97 98
     </property>
     <property name="icon">
      <iconset resource="../../mavground.qrc">
99
       <normaloff>:/images/control/land.svg</normaloff>:/images/control/land.svg</iconset>
pixhawk's avatar
pixhawk committed
100 101 102
     </property>
    </widget>
   </item>
103 104
   <item row="3" column="4">
    <widget class="QPushButton" name="shutdownButton">
pixhawk's avatar
pixhawk committed
105
     <property name="text">
106
      <string>Halt</string>
pixhawk's avatar
pixhawk committed
107 108 109
     </property>
     <property name="icon">
      <iconset resource="../../mavground.qrc">
110
       <normaloff>:/images/actions/system-log-out.svg</normaloff>:/images/actions/system-log-out.svg</iconset>
pixhawk's avatar
pixhawk committed
111 112 113
     </property>
    </widget>
   </item>
114 115
   <item row="0" column="5" rowspan="6">
    <spacer name="horizontalSpacer_2">
pixhawk's avatar
pixhawk committed
116
     <property name="orientation">
117
      <enum>Qt::Horizontal</enum>
pixhawk's avatar
pixhawk committed
118 119 120
     </property>
     <property name="sizeHint" stdset="0">
      <size>
121 122
       <width>30</width>
       <height>159</height>
pixhawk's avatar
pixhawk committed
123 124 125 126
      </size>
     </property>
    </spacer>
   </item>
127 128 129 130 131
   <item row="4" column="1" colspan="2">
    <widget class="QComboBox" name="modeComboBox"/>
   </item>
   <item row="4" column="3" colspan="2">
    <widget class="QPushButton" name="setModeButton">
pixhawk's avatar
pixhawk committed
132
     <property name="text">
133
      <string>Set Mode</string>
pixhawk's avatar
pixhawk committed
134 135 136
     </property>
     <property name="icon">
      <iconset resource="../../mavground.qrc">
137
       <normaloff>:/images/devices/network-wireless.svg</normaloff>:/images/devices/network-wireless.svg</iconset>
pixhawk's avatar
pixhawk committed
138 139 140
     </property>
    </widget>
   </item>
141
   <item row="5" column="1" colspan="4">
pixhawk's avatar
pixhawk committed
142 143 144 145
    <widget class="QLabel" name="lastActionLabel">
     <property name="text">
      <string>No actions executed so far</string>
     </property>
146 147 148
     <property name="alignment">
      <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
     </property>
pixhawk's avatar
pixhawk committed
149 150
    </widget>
   </item>
151 152 153 154 155
   <item row="6" column="0" colspan="6">
    <spacer name="verticalSpacer">
     <property name="orientation">
      <enum>Qt::Vertical</enum>
     </property>
lm's avatar
lm committed
156 157 158
     <property name="sizeType">
      <enum>QSizePolicy::Expanding</enum>
     </property>
159 160
     <property name="sizeHint" stdset="0">
      <size>
lm's avatar
lm committed
161 162
       <width>0</width>
       <height>1</height>
163 164 165 166
      </size>
     </property>
    </spacer>
   </item>
pixhawk's avatar
pixhawk committed
167 168 169 170 171 172 173
  </layout>
 </widget>
 <resources>
  <include location="../../mavground.qrc"/>
 </resources>
 <connections/>
</ui>