UASControl.ui 5.75 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>210</width>
    <height>130</height>
pixhawk's avatar
pixhawk committed
11 12
   </rect>
  </property>
lm's avatar
lm committed
13 14
  <property name="minimumSize">
   <size>
15 16
    <width>210</width>
    <height>130</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 23 24
  <layout class="QGridLayout" name="gridLayout" rowstretch="10,10,0,10,10,5,100" columnstretch="0,0,10,10,10,0">
   <property name="margin">
    <number>0</number>
pixhawk's avatar
pixhawk committed
25
   </property>
26
   <property name="spacing">
27 28 29
    <number>6</number>
   </property>
   <item row="0" column="1" colspan="4">
pixhawk's avatar
pixhawk committed
30
    <widget class="QLabel" name="controlStatusLabel">
31 32 33 34 35 36
     <property name="minimumSize">
      <size>
       <width>50</width>
       <height>20</height>
      </size>
     </property>
pixhawk's avatar
pixhawk committed
37 38 39 40 41 42
     <property name="text">
      <string>UNCONNECTED</string>
     </property>
     <property name="alignment">
      <set>Qt::AlignCenter</set>
     </property>
43 44 45
     <property name="margin">
      <number>0</number>
     </property>
pixhawk's avatar
pixhawk committed
46 47
    </widget>
   </item>
48
   <item row="1" column="1" colspan="4">
pixhawk's avatar
pixhawk committed
49
    <widget class="QPushButton" name="controlButton">
50 51 52 53 54 55
     <property name="minimumSize">
      <size>
       <width>0</width>
       <height>12</height>
      </size>
     </property>
pixhawk's avatar
pixhawk committed
56 57 58 59 60
     <property name="text">
      <string>Activate Engine</string>
     </property>
    </widget>
   </item>
61
   <item row="2" column="1" colspan="4">
pixhawk's avatar
pixhawk committed
62 63 64 65 66 67 68 69 70
    <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>
71
       <width>20</width>
72
       <height>2</height>
pixhawk's avatar
pixhawk committed
73 74 75 76
      </size>
     </property>
    </spacer>
   </item>
77 78 79 80 81 82 83 84 85 86 87 88 89 90
   <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
91
    <widget class="QPushButton" name="liftoffButton">
92 93 94 95 96 97
     <property name="minimumSize">
      <size>
       <width>80</width>
       <height>12</height>
      </size>
     </property>
pixhawk's avatar
pixhawk committed
98 99 100 101 102 103 104 105 106
     <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>
107 108
   <item row="3" column="2" colspan="2">
    <widget class="QPushButton" name="landButton">
109 110 111 112 113 114
     <property name="minimumSize">
      <size>
       <width>80</width>
       <height>12</height>
      </size>
     </property>
pixhawk's avatar
pixhawk committed
115
     <property name="text">
116
      <string>Land</string>
pixhawk's avatar
pixhawk committed
117 118 119
     </property>
     <property name="icon">
      <iconset resource="../../mavground.qrc">
120
       <normaloff>:/images/control/land.svg</normaloff>:/images/control/land.svg</iconset>
pixhawk's avatar
pixhawk committed
121 122 123
     </property>
    </widget>
   </item>
124 125
   <item row="3" column="4">
    <widget class="QPushButton" name="shutdownButton">
126 127 128 129 130 131
     <property name="minimumSize">
      <size>
       <width>80</width>
       <height>12</height>
      </size>
     </property>
pixhawk's avatar
pixhawk committed
132
     <property name="text">
133
      <string>Halt</string>
pixhawk's avatar
pixhawk committed
134 135 136
     </property>
     <property name="icon">
      <iconset resource="../../mavground.qrc">
137
       <normaloff>:/images/actions/system-log-out.svg</normaloff>:/images/actions/system-log-out.svg</iconset>
pixhawk's avatar
pixhawk committed
138 139 140
     </property>
    </widget>
   </item>
141 142
   <item row="0" column="5" rowspan="6">
    <spacer name="horizontalSpacer_2">
pixhawk's avatar
pixhawk committed
143
     <property name="orientation">
144
      <enum>Qt::Horizontal</enum>
pixhawk's avatar
pixhawk committed
145 146 147
     </property>
     <property name="sizeHint" stdset="0">
      <size>
148 149
       <width>30</width>
       <height>159</height>
pixhawk's avatar
pixhawk committed
150 151 152 153
      </size>
     </property>
    </spacer>
   </item>
154
   <item row="4" column="1" colspan="2">
155 156 157 158 159 160 161 162
    <widget class="QComboBox" name="modeComboBox">
     <property name="minimumSize">
      <size>
       <width>0</width>
       <height>12</height>
      </size>
     </property>
    </widget>
163 164 165
   </item>
   <item row="4" column="3" colspan="2">
    <widget class="QPushButton" name="setModeButton">
166 167 168 169 170 171
     <property name="minimumSize">
      <size>
       <width>40</width>
       <height>12</height>
      </size>
     </property>
pixhawk's avatar
pixhawk committed
172
     <property name="text">
173
      <string>Set Mode</string>
pixhawk's avatar
pixhawk committed
174 175 176
     </property>
     <property name="icon">
      <iconset resource="../../mavground.qrc">
177
       <normaloff>:/images/devices/network-wireless.svg</normaloff>:/images/devices/network-wireless.svg</iconset>
pixhawk's avatar
pixhawk committed
178 179 180
     </property>
    </widget>
   </item>
181
   <item row="5" column="1" colspan="4">
pixhawk's avatar
pixhawk committed
182
    <widget class="QLabel" name="lastActionLabel">
183 184 185 186 187 188
     <property name="minimumSize">
      <size>
       <width>0</width>
       <height>12</height>
      </size>
     </property>
pixhawk's avatar
pixhawk committed
189 190 191
     <property name="text">
      <string>No actions executed so far</string>
     </property>
192 193 194
     <property name="alignment">
      <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
     </property>
pixhawk's avatar
pixhawk committed
195 196
    </widget>
   </item>
197 198 199 200 201
   <item row="6" column="0" colspan="6">
    <spacer name="verticalSpacer">
     <property name="orientation">
      <enum>Qt::Vertical</enum>
     </property>
lm's avatar
lm committed
202 203 204
     <property name="sizeType">
      <enum>QSizePolicy::Expanding</enum>
     </property>
205 206
     <property name="sizeHint" stdset="0">
      <size>
lm's avatar
lm committed
207 208
       <width>0</width>
       <height>1</height>
209 210 211 212
      </size>
     </property>
    </spacer>
   </item>
pixhawk's avatar
pixhawk committed
213 214 215 216 217 218 219
  </layout>
 </widget>
 <resources>
  <include location="../../mavground.qrc"/>
 </resources>
 <connections/>
</ui>