Newer
Older
Lorenz Meier
committed
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QGCVehicleConfig</class>
<widget class="QWidget" name="QGCVehicleConfig">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
Michael Carpenter
committed
<width>1256</width>
<height>711</height>
Lorenz Meier
committed
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
Lorenz Meier
committed
<property name="windowTitle">
<string>Form</string>
</property>
Michael Carpenter
committed
<layout class="QHBoxLayout" name="horizontalLayout_11">
<item>
Michael Carpenter
committed
<widget class="QScrollArea" name="scrollArea_6">
<property name="minimumSize">
<size>
Michael Carpenter
committed
<width>135</width>
Michael Carpenter
committed
<height>0</height>
</size>
Lorenz Meier
committed
</property>
Michael Carpenter
committed
<property name="maximumSize">
<size>
Michael Carpenter
committed
<width>135</width>
Michael Carpenter
committed
<height>16777215</height>
</size>
Lorenz Meier
committed
</property>
Michael Carpenter
committed
<property name="widgetResizable">
<bool>true</bool>
Lorenz Meier
committed
</property>
Michael Carpenter
committed
<widget class="QWidget" name="scrollAreaWidgetContents_3">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
Michael Carpenter
committed
<width>133</width>
<height>691</height>
Michael Carpenter
committed
</rect>
</property>
Michael Carpenter
committed
<layout class="QVBoxLayout" name="verticalLayout_12">
<item>
<layout class="QVBoxLayout" name="navBarLayout">
<property name="sizeConstraint">
<enum>QLayout::SetMinAndMaxSize</enum>
</property>
Lorenz Meier
committed
<item>
Michael Carpenter
committed
<widget class="QPushButton" name="rcMenuButton">
<property name="minimumSize">
Lorenz Meier
committed
<size>
Michael Carpenter
committed
<width>100</width>
Michael Carpenter
committed
<height>75</height>
Lorenz Meier
committed
</size>
</property>
Michael Carpenter
committed
<property name="maximumSize">
Lorenz Meier
committed
<size>
Michael Carpenter
committed
<width>16777215</width>
<height>16777215</height>
Lorenz Meier
committed
</size>
</property>
<property name="text">
Michael Carpenter
committed
<string>RC
Calibration</string>
Lorenz Meier
committed
</property>
</widget>
</item>
Michael Carpenter
committed
<item>
<widget class="QPushButton" name="sensorMenuButton">
<property name="minimumSize">
<size>
<width>100</width>
Michael Carpenter
committed
<height>75</height>
Michael Carpenter
committed
</size>
Lorenz Meier
committed
</property>
<property name="text">
Michael Carpenter
committed
<string>Sensor
Calibration</string>
Lorenz Meier
committed
</property>
</widget>
</item>
Michael Carpenter
committed
<item>
<widget class="QPushButton" name="generalMenuButton">
<property name="minimumSize">
<size>
<width>100</width>
Michael Carpenter
committed
<height>75</height>
Michael Carpenter
committed
</size>
</property>
Lorenz Meier
committed
<property name="text">
Michael Carpenter
committed
<string>General
Config</string>
Lorenz Meier
committed
</property>
</widget>
</item>
Michael Carpenter
committed
<item>
<widget class="QPushButton" name="advancedMenuButton">
<property name="minimumSize">
<size>
<width>100</width>
Michael Carpenter
committed
<height>75</height>
Michael Carpenter
committed
</size>
Lorenz Meier
committed
</property>
<property name="text">
Michael Carpenter
committed
<string>Advanced
Config</string>
Lorenz Meier
committed
</property>
</widget>
</item>
Michael Carpenter
committed
</layout>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
Michael Carpenter
committed
<widget class="QStackedWidget" name="stackedWidget">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="page">
Michael Carpenter
committed
<layout class="QVBoxLayout" name="verticalLayout_17">
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>RC Calibration</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_17">
<item>
<widget class="QCheckBox" name="advancedCheckBox">
Michael Carpenter
committed
<property name="text">
Michael Carpenter
committed
<string>Advanced</string>
Michael Carpenter
committed
</property>
Michael Carpenter
committed
</widget>
</item>
<item>
<spacer name="horizontalSpacer_18">
<property name="orientation">
<enum>Qt::Horizontal</enum>
Michael Carpenter
committed
</property>
Michael Carpenter
committed
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
Michael Carpenter
committed
</property>
Michael Carpenter
committed
</spacer>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_16">
<item>
<widget class="QGroupBox" name="advancedGroupBox">
<property name="title">
<string>Advanced</string>
Michael Carpenter
committed
</property>
Michael Carpenter
committed
<layout class="QVBoxLayout" name="verticalLayout_16">
Michael Carpenter
committed
<item>
Michael Carpenter
committed
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QComboBox" name="rcTypeComboBox">
<property name="enabled">
<bool>false</bool>
</property>
<property name="editable">
<bool>false</bool>
</property>
<item>
<property name="text">
<string>Select transmitter model</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QComboBox" name="rcModeComboBox">
<property name="enabled">
<bool>true</bool>
</property>
<item>
<property name="text">
<string>Mode 1</string>
</property>
</item>
<item>
<property name="text">
<string>Mode 2</string>
Loading
Loading full blame...