Skip to content
QGCHilConfiguration.ui 2.11 KiB
Newer Older
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>QGCHilConfiguration</class>
 <widget class="QWidget" name="QGCHilConfiguration">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>305</width>
Thomas Gubler's avatar
Thomas Gubler committed
    <height>355</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
Thomas Gubler's avatar
Thomas Gubler committed
  <layout class="QGridLayout" name="gridLayout" columnstretch="40,0,0">
   <item row="0" column="0">
    <widget class="QLabel" name="simLabel">
     <property name="text">
      <string>Simulator</string>
     </property>
    </widget>
   </item>
Thomas Gubler's avatar
Thomas Gubler committed
   <item row="0" column="1" colspan="2">
    <widget class="QComboBox" name="simComboBox">
Lorenz Meier's avatar
Lorenz Meier committed
     <property name="editable">
      <bool>true</bool>
     </property>
     <item>
      <property name="text">
Thomas Gubler's avatar
Thomas Gubler committed
       <string/>
Lorenz Meier's avatar
Lorenz Meier committed
      </property>
     </item>
     <item>
      <property name="text">
Thomas Gubler's avatar
Thomas Gubler committed
       <string>Flightgear</string>
      </property>
     </item>
     <item>
      <property name="text">
Thomas Gubler's avatar
Thomas Gubler committed
       <string>X-Plane 10</string>
      </property>
     </item>
     <item>
      <property name="text">
       <string>X-Plane 9</string>
      </property>
     </item>
    </widget>
   </item>
Thomas Gubler's avatar
Thomas Gubler committed
   <item row="1" column="0" colspan="3">
    <widget class="QDockWidget" name="simulatorConfigurationDockWidget">
     <property name="sizePolicy">
      <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
Thomas Gubler's avatar
Thomas Gubler committed
     <property name="minimumSize">
      <size>
       <width>33</width>
       <height>150</height>
      </size>
Thomas Gubler's avatar
Thomas Gubler committed
     <property name="features">
      <set>QDockWidget::NoDockWidgetFeatures</set>
     <property name="windowTitle">
      <string>Simulator Options</string>
     </property>
Thomas Gubler's avatar
Thomas Gubler committed
     <widget class="QWidget" name="dockWidgetContents"/>
Thomas Gubler's avatar
Thomas Gubler committed
   <item row="2" column="0">
    <widget class="QLabel" name="statusLabel">
Thomas Gubler's avatar
Thomas Gubler committed
      <string>Status</string>