Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git] / ground / gcs / src / plugins / magicwaypoint / magicwaypoint.ui
blob37a4fb562ec48c3cd0c47b558d5eac85c301bfad
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>MagicWaypoint</class>
4 <widget class="QWidget" name="MagicWaypoint">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>653</width>
10 <height>296</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="QVBoxLayout" name="verticalLayout">
25 <item>
26 <layout class="QHBoxLayout" name="horizontalLayout">
27 <item>
28 <spacer name="horizontalSpacer_2">
29 <property name="orientation">
30 <enum>Qt::Horizontal</enum>
31 </property>
32 <property name="sizeType">
33 <enum>QSizePolicy::Preferred</enum>
34 </property>
35 <property name="sizeHint" stdset="0">
36 <size>
37 <width>10</width>
38 <height>20</height>
39 </size>
40 </property>
41 </spacer>
42 </item>
43 <item>
44 <widget class="QLabel" name="label">
45 <property name="sizePolicy">
46 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
47 <horstretch>50</horstretch>
48 <verstretch>0</verstretch>
49 </sizepolicy>
50 </property>
51 <property name="minimumSize">
52 <size>
53 <width>50</width>
54 <height>0</height>
55 </size>
56 </property>
57 <property name="text">
58 <string>Scale:</string>
59 </property>
60 </widget>
61 </item>
62 <item>
63 <widget class="QSlider" name="horizontalSliderScale">
64 <property name="sizePolicy">
65 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
66 <horstretch>0</horstretch>
67 <verstretch>0</verstretch>
68 </sizepolicy>
69 </property>
70 <property name="minimum">
71 <number>1</number>
72 </property>
73 <property name="maximum">
74 <number>9999</number>
75 </property>
76 <property name="orientation">
77 <enum>Qt::Horizontal</enum>
78 </property>
79 <property name="tickPosition">
80 <enum>QSlider::TicksBelow</enum>
81 </property>
82 <property name="tickInterval">
83 <number>10</number>
84 </property>
85 </widget>
86 </item>
87 <item>
88 <spacer name="horizontalSpacer_3">
89 <property name="orientation">
90 <enum>Qt::Horizontal</enum>
91 </property>
92 <property name="sizeType">
93 <enum>QSizePolicy::Preferred</enum>
94 </property>
95 <property name="sizeHint" stdset="0">
96 <size>
97 <width>10</width>
98 <height>20</height>
99 </size>
100 </property>
101 </spacer>
102 </item>
103 </layout>
104 </item>
105 </layout>
106 </item>
107 <item>
108 <spacer name="horizontalSpacer">
109 <property name="orientation">
110 <enum>Qt::Horizontal</enum>
111 </property>
112 <property name="sizeHint" stdset="0">
113 <size>
114 <width>40</width>
115 <height>20</height>
116 </size>
117 </property>
118 </spacer>
119 </item>
120 <item>
121 <layout class="QGridLayout" name="gridLayout" columnstretch="0">
122 <property name="horizontalSpacing">
123 <number>10</number>
124 </property>
125 <property name="leftMargin">
126 <number>0</number>
127 </property>
128 <item row="0" column="0">
129 <widget class="PositionField" name="widgetPosition" native="true">
130 <property name="sizePolicy">
131 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
132 <horstretch>0</horstretch>
133 <verstretch>0</verstretch>
134 </sizepolicy>
135 </property>
136 <property name="minimumSize">
137 <size>
138 <width>200</width>
139 <height>200</height>
140 </size>
141 </property>
142 <property name="mouseTracking">
143 <bool>false</bool>
144 </property>
145 </widget>
146 </item>
147 </layout>
148 </item>
149 </layout>
150 </widget>
151 <customwidgets>
152 <customwidget>
153 <class>PositionField</class>
154 <extends>QWidget</extends>
155 <header>positionfield.h</header>
156 <container>1</container>
157 </customwidget>
158 </customwidgets>
159 <resources/>
160 <connections/>
161 </ui>