<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>QGCHilFlightGearConfiguration</class> <widget class="QWidget" name="QGCHilFlightGearConfiguration"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>237</width> <height>209</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="windowTitle"> <string>Form</string> </property> <property name="layoutDirection"> <enum>Qt::LeftToRight</enum> </property> <property name="autoFillBackground"> <bool>false</bool> </property> <layout class="QGridLayout" name="gridLayout"> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <item row="1" column="0" colspan="2"> <widget class="QComboBox" name="aircraftComboBox"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="editable"> <bool>true</bool> </property> </widget> </item> <item row="4" column="0"> <widget class="QLabel" name="optionsLabel"> <property name="text"> <string><html><head/><body><p>Additional Options:</p></body></html></string> </property> </widget> </item> <item row="0" column="0"> <widget class="QLabel" name="aircraftPlaintextInfoLabel"> <property name="text"> <string>Airframe:</string> </property> </widget> </item> <item row="5" column="0" colspan="2"> <widget class="QPlainTextEdit" name="optionsPlainTextEdit"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="plainText"> <string></string> </property> </widget> </item> <item row="7" column="0"> <widget class="QPushButton" name="startButton"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Start</string> </property> </widget> </item> <item row="7" column="1"> <widget class="QPushButton" name="stopButton"> <property name="text"> <string>Stop</string> </property> </widget> </item> <item row="2" column="0"> <widget class="QCheckBox" name="sensorHilCheckBox"> <property name="text"> <string>Sensor HIL</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="barometerOffsetLabel"> <property name="text"> <string>Barometer Offset [kPa]:</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QLineEdit" name="barometerOffsetLineEdit"> <property name="text"> <string>0</string> </property> </widget> </item> </layout> </widget> <resources/> <connections/> </ui>