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