Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git] / ground / gcs / src / plugins / logging / logging.ui
blobfff8804fc107e599d6e76a981acd63a869f66973
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>Logging</class>
4 <widget class="QWidget" name="Logging">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>439</width>
10 <height>120</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15 <horstretch>1</horstretch>
16 <verstretch>1</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="minimumSize">
20 <size>
21 <width>100</width>
22 <height>118</height>
23 </size>
24 </property>
25 <property name="windowTitle">
26 <string>Form</string>
27 </property>
28 <layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,1">
29 <item>
30 <layout class="QVBoxLayout" name="verticalLayout">
31 <property name="spacing">
32 <number>3</number>
33 </property>
34 <item>
35 <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,0,0,2,0,0,2,0,0">
36 <property name="spacing">
37 <number>4</number>
38 </property>
39 <property name="sizeConstraint">
40 <enum>QLayout::SetNoConstraint</enum>
41 </property>
42 <item>
43 <widget class="QPushButton" name="playButton">
44 <property name="enabled">
45 <bool>true</bool>
46 </property>
47 <property name="sizePolicy">
48 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
49 <horstretch>0</horstretch>
50 <verstretch>0</verstretch>
51 </sizepolicy>
52 </property>
53 <property name="minimumSize">
54 <size>
55 <width>39</width>
56 <height>30</height>
57 </size>
58 </property>
59 <property name="maximumSize">
60 <size>
61 <width>39</width>
62 <height>30</height>
63 </size>
64 </property>
65 <property name="focusPolicy">
66 <enum>Qt::NoFocus</enum>
67 </property>
68 <property name="autoFillBackground">
69 <bool>false</bool>
70 </property>
71 <property name="icon">
72 <iconset resource="res.qrc">
73 <normaloff>:/logging/images/play.png</normaloff>:/logging/images/play.png</iconset>
74 </property>
75 <property name="iconSize">
76 <size>
77 <width>16</width>
78 <height>16</height>
79 </size>
80 </property>
81 </widget>
82 </item>
83 <item>
84 <widget class="QPushButton" name="pauseButton">
85 <property name="sizePolicy">
86 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
87 <horstretch>0</horstretch>
88 <verstretch>0</verstretch>
89 </sizepolicy>
90 </property>
91 <property name="minimumSize">
92 <size>
93 <width>39</width>
94 <height>30</height>
95 </size>
96 </property>
97 <property name="maximumSize">
98 <size>
99 <width>39</width>
100 <height>30</height>
101 </size>
102 </property>
103 <property name="icon">
104 <iconset resource="res.qrc">
105 <normaloff>:/logging/images/pause.png</normaloff>:/logging/images/pause.png</iconset>
106 </property>
107 <property name="iconSize">
108 <size>
109 <width>16</width>
110 <height>16</height>
111 </size>
112 </property>
113 </widget>
114 </item>
115 <item>
116 <spacer name="horizontalSpacer_5">
117 <property name="orientation">
118 <enum>Qt::Horizontal</enum>
119 </property>
120 <property name="sizeType">
121 <enum>QSizePolicy::Fixed</enum>
122 </property>
123 <property name="sizeHint" stdset="0">
124 <size>
125 <width>4</width>
126 <height>20</height>
127 </size>
128 </property>
129 </spacer>
130 </item>
131 <item>
132 <widget class="QPushButton" name="stopButton">
133 <property name="sizePolicy">
134 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
135 <horstretch>0</horstretch>
136 <verstretch>0</verstretch>
137 </sizepolicy>
138 </property>
139 <property name="minimumSize">
140 <size>
141 <width>39</width>
142 <height>30</height>
143 </size>
144 </property>
145 <property name="maximumSize">
146 <size>
147 <width>39</width>
148 <height>30</height>
149 </size>
150 </property>
151 <property name="icon">
152 <iconset resource="res.qrc">
153 <normaloff>:/logging/images/stop.png</normaloff>:/logging/images/stop.png</iconset>
154 </property>
155 <property name="iconSize">
156 <size>
157 <width>16</width>
158 <height>16</height>
159 </size>
160 </property>
161 </widget>
162 </item>
163 <item>
164 <spacer name="horizontalSpacer_2">
165 <property name="orientation">
166 <enum>Qt::Horizontal</enum>
167 </property>
168 <property name="sizeHint" stdset="0">
169 <size>
170 <width>40</width>
171 <height>20</height>
172 </size>
173 </property>
174 </spacer>
175 </item>
176 <item>
177 <widget class="QLabel" name="label_2">
178 <property name="text">
179 <string>Playback speed:</string>
180 </property>
181 <property name="wordWrap">
182 <bool>true</bool>
183 </property>
184 </widget>
185 </item>
186 <item>
187 <widget class="QDoubleSpinBox" name="playbackSpeed">
188 <property name="sizePolicy">
189 <sizepolicy hsizetype="Fixed" vsizetype="Maximum">
190 <horstretch>0</horstretch>
191 <verstretch>0</verstretch>
192 </sizepolicy>
193 </property>
194 <property name="decimals">
195 <number>1</number>
196 </property>
197 <property name="minimum">
198 <double>0.100000000000000</double>
199 </property>
200 <property name="maximum">
201 <double>10.000000000000000</double>
202 </property>
203 <property name="singleStep">
204 <double>0.100000000000000</double>
205 </property>
206 <property name="value">
207 <double>1.000000000000000</double>
208 </property>
209 </widget>
210 </item>
211 <item>
212 <spacer name="horizontalSpacer_4">
213 <property name="orientation">
214 <enum>Qt::Horizontal</enum>
215 </property>
216 <property name="sizeHint" stdset="0">
217 <size>
218 <width>40</width>
219 <height>20</height>
220 </size>
221 </property>
222 </spacer>
223 </item>
224 <item>
225 <widget class="QLabel" name="label">
226 <property name="text">
227 <string>Status: </string>
228 </property>
229 </widget>
230 </item>
231 <item>
232 <widget class="QLabel" name="statusLabel">
233 <property name="minimumSize">
234 <size>
235 <width>65</width>
236 <height>0</height>
237 </size>
238 </property>
239 <property name="font">
240 <font>
241 <weight>75</weight>
242 <bold>true</bold>
243 </font>
244 </property>
245 <property name="text">
246 <string notr="true">&lt;Status&gt;</string>
247 </property>
248 </widget>
249 </item>
250 </layout>
251 </item>
252 <item>
253 <widget class="QSlider" name="playbackPosition">
254 <property name="tracking">
255 <bool>true</bool>
256 </property>
257 <property name="orientation">
258 <enum>Qt::Horizontal</enum>
259 </property>
260 </widget>
261 </item>
262 <item>
263 <layout class="QHBoxLayout" name="horizontalLayout_8">
264 <property name="spacing">
265 <number>0</number>
266 </property>
267 <property name="topMargin">
268 <number>0</number>
269 </property>
270 <property name="bottomMargin">
271 <number>0</number>
272 </property>
273 <item>
274 <widget class="QLabel" name="startTimeLabel">
275 <property name="sizePolicy">
276 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
277 <horstretch>0</horstretch>
278 <verstretch>0</verstretch>
279 </sizepolicy>
280 </property>
281 <property name="minimumSize">
282 <size>
283 <width>40</width>
284 <height>0</height>
285 </size>
286 </property>
287 <property name="text">
288 <string/>
289 </property>
290 <property name="alignment">
291 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
292 </property>
293 </widget>
294 </item>
295 <item>
296 <spacer name="horizontalSpacer_3">
297 <property name="orientation">
298 <enum>Qt::Horizontal</enum>
299 </property>
300 <property name="sizeHint" stdset="0">
301 <size>
302 <width>40</width>
303 <height>20</height>
304 </size>
305 </property>
306 </spacer>
307 </item>
308 <item>
309 <widget class="QLabel" name="positionTimestampLabel">
310 <property name="sizePolicy">
311 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
312 <horstretch>0</horstretch>
313 <verstretch>0</verstretch>
314 </sizepolicy>
315 </property>
316 <property name="minimumSize">
317 <size>
318 <width>40</width>
319 <height>0</height>
320 </size>
321 </property>
322 <property name="text">
323 <string/>
324 </property>
325 <property name="alignment">
326 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
327 </property>
328 </widget>
329 </item>
330 <item>
331 <spacer name="horizontalSpacer_2">
332 <property name="orientation">
333 <enum>Qt::Horizontal</enum>
334 </property>
335 <property name="sizeHint" stdset="0">
336 <size>
337 <width>40</width>
338 <height>20</height>
339 </size>
340 </property>
341 </spacer>
342 </item>
343 <item>
344 <widget class="QLabel" name="endTimeLabel">
345 <property name="sizePolicy">
346 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
347 <horstretch>0</horstretch>
348 <verstretch>0</verstretch>
349 </sizepolicy>
350 </property>
351 <property name="minimumSize">
352 <size>
353 <width>40</width>
354 <height>0</height>
355 </size>
356 </property>
357 <property name="text">
358 <string/>
359 </property>
360 <property name="alignment">
361 <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
362 </property>
363 </widget>
364 </item>
365 </layout>
366 </item>
367 </layout>
368 </item>
369 <item>
370 <spacer name="verticalSpacer">
371 <property name="orientation">
372 <enum>Qt::Vertical</enum>
373 </property>
374 <property name="sizeHint" stdset="0">
375 <size>
376 <width>20</width>
377 <height>5</height>
378 </size>
379 </property>
380 </spacer>
381 </item>
382 </layout>
383 </widget>
384 <resources>
385 <include location="res.qrc"/>
386 </resources>
387 <connections/>
388 </ui>