LP-106 Setup Wizard refresh : Add dual servo setup (dual aileron or
[librepilot.git] / ground / gcs / src / plugins / osgearthview / osgearthviewgadgetoptionspage.ui
blob8c811ffb9684e114a23dc0048f8c7a3564728434
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>OsgEarthviewGadgetOptionsPage</class>
4 <widget class="QWidget" name="OsgEarthviewGadgetOptionsPage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>529</width>
10 <height>271</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="windowTitle">
20 <string>Form</string>
21 </property>
22 <layout class="QVBoxLayout" name="verticalLayout_2">
23 <item>
24 <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0">
25 <property name="spacing">
26 <number>10</number>
27 </property>
28 <property name="sizeConstraint">
29 <enum>QLayout::SetMaximumSize</enum>
30 </property>
31 <property name="bottomMargin">
32 <number>10</number>
33 </property>
34 <item>
35 <widget class="QLabel" name="label">
36 <property name="text">
37 <string>PFD SVG: </string>
38 </property>
39 </widget>
40 </item>
41 <item>
42 <widget class="Utils::PathChooser" name="svgSourceFile" native="true">
43 <property name="sizePolicy">
44 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
45 <horstretch>0</horstretch>
46 <verstretch>0</verstretch>
47 </sizepolicy>
48 </property>
49 </widget>
50 </item>
51 </layout>
52 </item>
53 <item>
54 <widget class="Line" name="line">
55 <property name="orientation">
56 <enum>Qt::Horizontal</enum>
57 </property>
58 </widget>
59 </item>
60 <item>
61 <layout class="QHBoxLayout" name="horizontalLayout_2">
62 <item>
63 <widget class="QCheckBox" name="useOpenGL">
64 <property name="enabled">
65 <bool>true</bool>
66 </property>
67 <property name="text">
68 <string>Use OpenGL for rendering</string>
69 </property>
70 <property name="checked">
71 <bool>true</bool>
72 </property>
73 </widget>
74 </item>
75 <item>
76 <widget class="QCheckBox" name="hqText">
77 <property name="text">
78 <string>High Quality text (OpenGL)</string>
79 </property>
80 </widget>
81 </item>
82 </layout>
83 </item>
84 <item>
85 <layout class="QHBoxLayout" name="horizontalLayout_3">
86 <item>
87 <widget class="QCheckBox" name="smoothUpdates">
88 <property name="text">
89 <string>Smooth updates</string>
90 </property>
91 <property name="checked">
92 <bool>true</bool>
93 </property>
94 </widget>
95 </item>
96 </layout>
97 </item>
98 <item>
99 <spacer name="verticalSpacer">
100 <property name="orientation">
101 <enum>Qt::Vertical</enum>
102 </property>
103 <property name="sizeType">
104 <enum>QSizePolicy::MinimumExpanding</enum>
105 </property>
106 <property name="sizeHint" stdset="0">
107 <size>
108 <width>20</width>
109 <height>40</height>
110 </size>
111 </property>
112 </spacer>
113 </item>
114 </layout>
115 </widget>
116 <customwidgets>
117 <customwidget>
118 <class>Utils::PathChooser</class>
119 <extends>QWidget</extends>
120 <header>utils/pathchooser.h</header>
121 <container>1</container>
122 </customwidget>
123 </customwidgets>
124 <resources/>
125 <connections/>
126 </ui>