QGCHilConfiguration.ui 1.8 KB
Newer Older
1 2 3 4 5 6 7 8
<?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>
9 10
    <width>366</width>
    <height>301</height>
11 12
   </rect>
  </property>
Thomas Gubler's avatar
Thomas Gubler committed
13 14 15 16 17 18
  <property name="sizePolicy">
   <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
    <horstretch>0</horstretch>
    <verstretch>0</verstretch>
   </sizepolicy>
  </property>
19
  <property name="windowTitle">
20
   <string>HIL Config</string>
21
  </property>
22 23 24
  <layout class="QGridLayout" name="gridLayout" rowstretch="1,100,1" columnstretch="40,0">
   <item row="0" column="0">
    <widget class="QLabel" name="simLabel">
Thomas Gubler's avatar
Thomas Gubler committed
25
     <property name="text">
26
      <string>Simulator</string>
Thomas Gubler's avatar
Thomas Gubler committed
27 28 29
     </property>
    </widget>
   </item>
30
   <item row="0" column="1">
31
    <widget class="QComboBox" name="simComboBox">
Lorenz Meier's avatar
Lorenz Meier committed
32 33 34
     <property name="editable">
      <bool>true</bool>
     </property>
35 36
     <item>
      <property name="text">
37
       <string/>
Lorenz Meier's avatar
Lorenz Meier committed
38 39 40 41
      </property>
     </item>
     <item>
      <property name="text">
Don Gagne's avatar
Don Gagne committed
42
       <string>FlightGear 3.0+</string>
43 44 45 46
      </property>
     </item>
     <item>
      <property name="text">
47 48 49 50 51 52
       <string>X-Plane 10</string>
      </property>
     </item>
     <item>
      <property name="text">
       <string>X-Plane 9</string>
53 54 55 56
      </property>
     </item>
    </widget>
   </item>
57 58 59 60
   <item row="1" column="0" colspan="2">
    <layout class="QVBoxLayout" name="simulatorConfigurationLayout">
     <property name="spacing">
      <number>0</number>
61
     </property>
62
    </layout>
63
   </item>
Lorenz Meier's avatar
Lorenz Meier committed
64 65 66
   <item row="2" column="0" colspan="2">
    <widget class="QLabel" name="statusLabel">
     <property name="text">
67
      <string/>
Lorenz Meier's avatar
Lorenz Meier committed
68 69 70
     </property>
    </widget>
   </item>
71 72 73 74 75
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>