UASControl.ui 6.26 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>
lm's avatar
lm committed
9
10
    <width>328</width>
    <height>357</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>
lm's avatar
lm committed
22
  <layout class="QGridLayout" name="gridLayout" rowstretch="10,10,0,10,10,10,10,100" columnstretch="0,10,5,5,10,0">
23
24
   <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>
lm's avatar
lm committed
77
   <item row="0" column="0" rowspan="7">
78
79
80
81
82
83
84
85
86
87
88
89
90
    <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
     <property name="minimumSize">
      <size>
lm's avatar
lm committed
94
       <width>60</width>
95
96
97
       <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
     <property name="minimumSize">
      <size>
lm's avatar
lm committed
111
       <width>60</width>
112
113
114
       <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
     <property name="minimumSize">
      <size>
lm's avatar
lm committed
128
       <width>60</width>
129
130
131
       <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>
lm's avatar
lm committed
141
   <item row="0" column="5" rowspan="7">
142
    <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>
lm's avatar
lm committed
181
   <item row="6" 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>
lm's avatar
lm committed
197
   <item row="7" column="0" colspan="6">
198
199
200
201
    <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>
lm's avatar
lm committed
213
214
215
216
217
218
219
220
221
   <item row="5" column="1" colspan="2">
    <widget class="QPushButton" name="setHomeButton">
     <property name="minimumSize">
      <size>
       <width>60</width>
       <height>16</height>
      </size>
     </property>
     <property name="text">
222
      <string>Set Origin</string>
lm's avatar
lm committed
223
224
225
226
227
228
229
     </property>
     <property name="icon">
      <iconset resource="../../mavground.qrc">
       <normaloff>:/images/actions/go-home.svg</normaloff>:/images/actions/go-home.svg</iconset>
     </property>
    </widget>
   </item>
pixhawk's avatar
pixhawk committed
230
231
232
233
234
235
236
  </layout>
 </widget>
 <resources>
  <include location="../../mavground.qrc"/>
 </resources>
 <connections/>
</ui>