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