LP-572 WP Editor: Add online help. Fixes + display WPnumber while browsing between...
[librepilot.git] / ground / gcs / src / plugins / opmap / opmapgadgetoptionspage.ui
blobd4fbdc6a21d25c33c81f7b9be33a36618351796b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>OPMapGadgetOptionsPage</class>
4 <widget class="QWidget" name="OPMapGadgetOptionsPage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>564</width>
10 <height>391</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="minimumSize">
20 <size>
21 <width>445</width>
22 <height>5</height>
23 </size>
24 </property>
25 <property name="windowTitle">
26 <string>Form</string>
27 </property>
28 <layout class="QVBoxLayout" name="verticalLayout">
29 <property name="leftMargin">
30 <number>0</number>
31 </property>
32 <property name="topMargin">
33 <number>0</number>
34 </property>
35 <property name="rightMargin">
36 <number>0</number>
37 </property>
38 <property name="bottomMargin">
39 <number>0</number>
40 </property>
41 <item>
42 <widget class="QScrollArea" name="scrollArea">
43 <property name="frameShape">
44 <enum>QFrame::NoFrame</enum>
45 </property>
46 <property name="frameShadow">
47 <enum>QFrame::Plain</enum>
48 </property>
49 <property name="widgetResizable">
50 <bool>true</bool>
51 </property>
52 <widget class="QWidget" name="scrollAreaWidgetContents">
53 <property name="geometry">
54 <rect>
55 <x>0</x>
56 <y>0</y>
57 <width>549</width>
58 <height>401</height>
59 </rect>
60 </property>
61 <property name="sizePolicy">
62 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
63 <horstretch>0</horstretch>
64 <verstretch>0</verstretch>
65 </sizepolicy>
66 </property>
67 <layout class="QGridLayout" name="gridLayout">
68 <property name="leftMargin">
69 <number>0</number>
70 </property>
71 <property name="topMargin">
72 <number>0</number>
73 </property>
74 <property name="rightMargin">
75 <number>0</number>
76 </property>
77 <property name="bottomMargin">
78 <number>0</number>
79 </property>
80 <item row="2" column="0">
81 <widget class="QLabel" name="label_12">
82 <property name="text">
83 <string>Waypoint Options</string>
84 </property>
85 <property name="alignment">
86 <set>Qt::AlignCenter</set>
87 </property>
88 </widget>
89 </item>
90 <item row="0" column="0" colspan="2">
91 <layout class="QGridLayout" name="gridLayout_3" rowstretch="0,0,0,0,0,0" rowminimumheight="22,22,22,0,22,0">
92 <item row="2" column="0">
93 <spacer name="horizontalSpacer_4">
94 <property name="orientation">
95 <enum>Qt::Horizontal</enum>
96 </property>
97 <property name="sizeHint" stdset="0">
98 <size>
99 <width>40</width>
100 <height>20</height>
101 </size>
102 </property>
103 </spacer>
104 </item>
105 <item row="0" column="0">
106 <widget class="QLabel" name="label">
107 <property name="text">
108 <string>Map type </string>
109 </property>
110 <property name="alignment">
111 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
112 </property>
113 </widget>
114 </item>
115 <item row="0" column="2">
116 <widget class="QComboBox" name="providerComboBox">
117 <property name="sizePolicy">
118 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
119 <horstretch>0</horstretch>
120 <verstretch>0</verstretch>
121 </sizepolicy>
122 </property>
123 <property name="minimumSize">
124 <size>
125 <width>0</width>
126 <height>0</height>
127 </size>
128 </property>
129 <property name="cursor">
130 <cursorShape>OpenHandCursor</cursorShape>
131 </property>
132 <property name="maxVisibleItems">
133 <number>15</number>
134 </property>
135 <property name="frame">
136 <bool>true</bool>
137 </property>
138 </widget>
139 </item>
140 <item row="0" column="3">
141 <widget class="QLabel" name="label_2">
142 <property name="text">
143 <string>Default zoom </string>
144 </property>
145 <property name="alignment">
146 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
147 </property>
148 </widget>
149 </item>
150 <item row="0" column="4">
151 <widget class="QSpinBox" name="zoomSpinBox">
152 <property name="sizePolicy">
153 <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
154 <horstretch>0</horstretch>
155 <verstretch>0</verstretch>
156 </sizepolicy>
157 </property>
158 <property name="minimumSize">
159 <size>
160 <width>0</width>
161 <height>0</height>
162 </size>
163 </property>
164 <property name="maximumSize">
165 <size>
166 <width>50</width>
167 <height>16777215</height>
168 </size>
169 </property>
170 <property name="frame">
171 <bool>true</bool>
172 </property>
173 <property name="minimum">
174 <number>2</number>
175 </property>
176 <property name="maximum">
177 <number>18</number>
178 </property>
179 </widget>
180 </item>
181 <item row="1" column="2">
182 <widget class="QLabel" name="label_3">
183 <property name="text">
184 <string>Default latitude </string>
185 </property>
186 <property name="alignment">
187 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
188 </property>
189 </widget>
190 </item>
191 <item row="1" column="3">
192 <widget class="QDoubleSpinBox" name="latitudeSpinBox">
193 <property name="sizePolicy">
194 <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
195 <horstretch>0</horstretch>
196 <verstretch>0</verstretch>
197 </sizepolicy>
198 </property>
199 <property name="minimumSize">
200 <size>
201 <width>120</width>
202 <height>0</height>
203 </size>
204 </property>
205 <property name="frame">
206 <bool>true</bool>
207 </property>
208 <property name="decimals">
209 <number>8</number>
210 </property>
211 <property name="minimum">
212 <double>-90.000000000000000</double>
213 </property>
214 <property name="maximum">
215 <double>90.000000000000000</double>
216 </property>
217 </widget>
218 </item>
219 <item row="2" column="2">
220 <widget class="QLabel" name="label_4">
221 <property name="text">
222 <string>Default longitude </string>
223 </property>
224 <property name="alignment">
225 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
226 </property>
227 </widget>
228 </item>
229 <item row="2" column="3">
230 <widget class="QDoubleSpinBox" name="longitudeSpinBox">
231 <property name="sizePolicy">
232 <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
233 <horstretch>0</horstretch>
234 <verstretch>0</verstretch>
235 </sizepolicy>
236 </property>
237 <property name="minimumSize">
238 <size>
239 <width>120</width>
240 <height>0</height>
241 </size>
242 </property>
243 <property name="frame">
244 <bool>true</bool>
245 </property>
246 <property name="decimals">
247 <number>8</number>
248 </property>
249 <property name="minimum">
250 <double>-180.000000000000000</double>
251 </property>
252 <property name="maximum">
253 <double>180.000000000000000</double>
254 </property>
255 </widget>
256 </item>
257 <item row="4" column="3">
258 <widget class="QCheckBox" name="checkBoxShowTileGridLines">
259 <property name="enabled">
260 <bool>true</bool>
261 </property>
262 <property name="sizePolicy">
263 <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
264 <horstretch>0</horstretch>
265 <verstretch>0</verstretch>
266 </sizepolicy>
267 </property>
268 <property name="minimumSize">
269 <size>
270 <width>161</width>
271 <height>0</height>
272 </size>
273 </property>
274 <property name="mouseTracking">
275 <bool>true</bool>
276 </property>
277 <property name="layoutDirection">
278 <enum>Qt::RightToLeft</enum>
279 </property>
280 <property name="text">
281 <string>Show Tile Grid Lines</string>
282 </property>
283 </widget>
284 </item>
285 <item row="4" column="2">
286 <widget class="QCheckBox" name="checkBoxUseOpenGL">
287 <property name="enabled">
288 <bool>true</bool>
289 </property>
290 <property name="sizePolicy">
291 <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
292 <horstretch>0</horstretch>
293 <verstretch>0</verstretch>
294 </sizepolicy>
295 </property>
296 <property name="minimumSize">
297 <size>
298 <width>0</width>
299 <height>0</height>
300 </size>
301 </property>
302 <property name="layoutDirection">
303 <enum>Qt::RightToLeft</enum>
304 </property>
305 <property name="text">
306 <string>Use OpenGL</string>
307 </property>
308 </widget>
309 </item>
310 <item row="5" column="3">
311 <widget class="QComboBox" name="maxUpdateRateComboBox"/>
312 </item>
313 <item row="5" column="2">
314 <widget class="QLabel" name="label_9">
315 <property name="text">
316 <string>Default Max Update Rate </string>
317 </property>
318 <property name="alignment">
319 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
320 </property>
321 </widget>
322 </item>
323 </layout>
324 </item>
325 <item row="3" column="0">
326 <layout class="QHBoxLayout" name="horizontalLayout_4" stretch="0,0,0,0,0,0">
327 <item>
328 <widget class="QLabel" name="label_10">
329 <property name="sizePolicy">
330 <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
331 <horstretch>0</horstretch>
332 <verstretch>0</verstretch>
333 </sizepolicy>
334 </property>
335 <property name="text">
336 <string>Default relative Altitude</string>
337 </property>
338 </widget>
339 </item>
340 <item>
341 <widget class="QDoubleSpinBox" name="defaultWaypointAltitude">
342 <property name="decimals">
343 <number>1</number>
344 </property>
345 <property name="minimum">
346 <double>-1000.000000000000000</double>
347 </property>
348 <property name="maximum">
349 <double>1000.000000000000000</double>
350 </property>
351 </widget>
352 </item>
353 <item>
354 <spacer name="horizontalSpacer_3">
355 <property name="orientation">
356 <enum>Qt::Horizontal</enum>
357 </property>
358 <property name="sizeHint" stdset="0">
359 <size>
360 <width>40</width>
361 <height>20</height>
362 </size>
363 </property>
364 </spacer>
365 </item>
366 <item>
367 <widget class="QLabel" name="label_11">
368 <property name="sizePolicy">
369 <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
370 <horstretch>0</horstretch>
371 <verstretch>0</verstretch>
372 </sizepolicy>
373 </property>
374 <property name="text">
375 <string>Default Velocity</string>
376 </property>
377 </widget>
378 </item>
379 <item>
380 <widget class="QDoubleSpinBox" name="defaultWaypointVelocity">
381 <property name="decimals">
382 <number>1</number>
383 </property>
384 <property name="maximum">
385 <double>50.000000000000000</double>
386 </property>
387 </widget>
388 </item>
389 <item>
390 <spacer name="horizontalSpacer_2">
391 <property name="orientation">
392 <enum>Qt::Horizontal</enum>
393 </property>
394 <property name="sizeHint" stdset="0">
395 <size>
396 <width>40</width>
397 <height>20</height>
398 </size>
399 </property>
400 </spacer>
401 </item>
402 </layout>
403 </item>
404 <item row="9" column="0" colspan="2">
405 <layout class="QHBoxLayout" name="horizontalLayout_2">
406 <item>
407 <widget class="QLabel" name="label_8">
408 <property name="sizePolicy">
409 <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
410 <horstretch>0</horstretch>
411 <verstretch>0</verstretch>
412 </sizepolicy>
413 </property>
414 <property name="text">
415 <string>UAV Symbol</string>
416 </property>
417 </widget>
418 </item>
419 <item>
420 <widget class="QComboBox" name="uavSymbolComboBox">
421 <property name="sizePolicy">
422 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
423 <horstretch>0</horstretch>
424 <verstretch>0</verstretch>
425 </sizepolicy>
426 </property>
427 </widget>
428 </item>
429 <item>
430 <spacer name="horizontalSpacer">
431 <property name="orientation">
432 <enum>Qt::Horizontal</enum>
433 </property>
434 <property name="sizeHint" stdset="0">
435 <size>
436 <width>40</width>
437 <height>20</height>
438 </size>
439 </property>
440 </spacer>
441 </item>
442 </layout>
443 </item>
444 <item row="7" column="0" colspan="2">
445 <layout class="QHBoxLayout" name="horizontalLayout">
446 <item>
447 <widget class="QLabel" name="label_6">
448 <property name="text">
449 <string>Access mode </string>
450 </property>
451 <property name="alignment">
452 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
453 </property>
454 </widget>
455 </item>
456 <item>
457 <widget class="QComboBox" name="accessModeComboBox">
458 <property name="sizePolicy">
459 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
460 <horstretch>0</horstretch>
461 <verstretch>0</verstretch>
462 </sizepolicy>
463 </property>
464 <property name="minimumSize">
465 <size>
466 <width>160</width>
467 <height>0</height>
468 </size>
469 </property>
470 <property name="cursor">
471 <cursorShape>OpenHandCursor</cursorShape>
472 </property>
473 <property name="frame">
474 <bool>true</bool>
475 </property>
476 </widget>
477 </item>
478 <item>
479 <widget class="QCheckBox" name="checkBoxUseMemoryCache">
480 <property name="enabled">
481 <bool>true</bool>
482 </property>
483 <property name="sizePolicy">
484 <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
485 <horstretch>0</horstretch>
486 <verstretch>0</verstretch>
487 </sizepolicy>
488 </property>
489 <property name="minimumSize">
490 <size>
491 <width>0</width>
492 <height>0</height>
493 </size>
494 </property>
495 <property name="layoutDirection">
496 <enum>Qt::RightToLeft</enum>
497 </property>
498 <property name="text">
499 <string>Use Memory Cache</string>
500 </property>
501 </widget>
502 </item>
503 </layout>
504 </item>
505 <item row="8" column="0" colspan="2">
506 <layout class="QHBoxLayout" name="horizontalLayout_3">
507 <item>
508 <widget class="QLabel" name="label_5">
509 <property name="sizePolicy">
510 <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
511 <horstretch>0</horstretch>
512 <verstretch>0</verstretch>
513 </sizepolicy>
514 </property>
515 <property name="text">
516 <string>Cache location </string>
517 </property>
518 </widget>
519 </item>
520 <item>
521 <widget class="Utils::PathChooser" name="lineEditCacheLocation" native="true">
522 <property name="sizePolicy">
523 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
524 <horstretch>0</horstretch>
525 <verstretch>0</verstretch>
526 </sizepolicy>
527 </property>
528 </widget>
529 </item>
530 <item>
531 <widget class="QPushButton" name="pushButtonCacheDefaults">
532 <property name="sizePolicy">
533 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
534 <horstretch>0</horstretch>
535 <verstretch>0</verstretch>
536 </sizepolicy>
537 </property>
538 <property name="minimumSize">
539 <size>
540 <width>0</width>
541 <height>0</height>
542 </size>
543 </property>
544 <property name="cursor">
545 <cursorShape>OpenHandCursor</cursorShape>
546 </property>
547 <property name="toolTip">
548 <string>Restore default server and cache settings</string>
549 </property>
550 <property name="text">
551 <string> Default </string>
552 </property>
553 <property name="checkable">
554 <bool>false</bool>
555 </property>
556 <property name="checked">
557 <bool>false</bool>
558 </property>
559 <property name="flat">
560 <bool>false</bool>
561 </property>
562 </widget>
563 </item>
564 </layout>
565 </item>
566 <item row="5" column="0" colspan="2">
567 <widget class="QLabel" name="label_7">
568 <property name="text">
569 <string>Server and Cache</string>
570 </property>
571 <property name="alignment">
572 <set>Qt::AlignCenter</set>
573 </property>
574 </widget>
575 </item>
576 <item row="10" column="0">
577 <spacer name="verticalSpacer">
578 <property name="orientation">
579 <enum>Qt::Vertical</enum>
580 </property>
581 <property name="sizeType">
582 <enum>QSizePolicy::Preferred</enum>
583 </property>
584 <property name="sizeHint" stdset="0">
585 <size>
586 <width>20</width>
587 <height>40</height>
588 </size>
589 </property>
590 </spacer>
591 </item>
592 <item row="1" column="0" colspan="2">
593 <widget class="Line" name="line">
594 <property name="orientation">
595 <enum>Qt::Horizontal</enum>
596 </property>
597 </widget>
598 </item>
599 <item row="4" column="0">
600 <widget class="Line" name="line_2">
601 <property name="orientation">
602 <enum>Qt::Horizontal</enum>
603 </property>
604 </widget>
605 </item>
606 </layout>
607 </widget>
608 </widget>
609 </item>
610 </layout>
611 </widget>
612 <customwidgets>
613 <customwidget>
614 <class>Utils::PathChooser</class>
615 <extends>QWidget</extends>
616 <header>utils/pathchooser.h</header>
617 <container>1</container>
618 </customwidget>
619 </customwidgets>
620 <resources/>
621 <connections/>
622 </ui>