Newer
Older
Michael Carpenter
committed
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CompassConfig</class>
<widget class="QWidget" name="CompassConfig">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
Michael Carpenter
committed
<width>565</width>
<height>241</height>
Michael Carpenter
committed
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
Michael Carpenter
committed
<x>10</x>
<y>0</y>
<width>521</width>
Michael Carpenter
committed
<height>31</height>
</rect>
</property>
<property name="text">
<string><h2>Compass</h2></string>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
</widget>
Michael Carpenter
committed
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>230</x>
<y>100</y>
<width>101</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string><a href="http://magnetic-declination.com/">Declination Website</a></string>
</property>
</widget>
<widget class="QComboBox" name="orientationComboBox">
Michael Carpenter
committed
<property name="geometry">
<rect>
<x>280</x>
<y>120</y>
<width>201</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
Michael Carpenter
committed
<y>180</y>
<width>101</width>
Michael Carpenter
committed
<height>23</height>
</rect>
</property>
<property name="text">
<string>Live Calibration</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>390</x>
<y>180</y>
<width>101</width>
Michael Carpenter
committed
<height>23</height>
</rect>
</property>
<property name="text">
<string>Log Calibration</string>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>340</x>
<y>160</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Advanced Config </string>
</property>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_2">
<property name="geometry">
<rect>
<x>220</x>
<y>70</y>
<width>321</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLineEdit" name="declinationLineEdit"/>
Michael Carpenter
committed
</item>
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>in Degrees eg 2* 3' W is -2.3</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>70</y>
<width>211</width>
Michael Carpenter
committed
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<height>111</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label_2">
<property name="maximumSize">
<size>
<width>100</width>
<height>100</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="../../../qgroundcontrol.qrc">:/files/images/devices/BR-HMC5883-01-2.jpg</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QCheckBox" name="enableCheckBox">
<property name="text">
<string>Enable</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="autoDecCheckBox">
<property name="text">
<string>Auto Declination</string>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>220</x>
<y>120</y>
<width>54</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Orientation</string>
</property>
</widget>
Michael Carpenter
committed
</widget>
Michael Carpenter
committed
<resources>
<include location="../../../qgroundcontrol.qrc"/>
</resources>
Michael Carpenter
committed
<connections/>
</ui>