QGCHilConfiguration.ui 1.91 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 20 21
  <property name="windowTitle">
   <string>Form</string>
  </property>
22 23 24
  <layout class="QGridLayout" name="gridLayout" rowstretch="1,100,1" columnstretch="40,0">
   <item row="2" column="0">
    <widget class="QLabel" name="statusLabel">
25
     <property name="text">
26
      <string>No simulator active..</string>
27 28 29
     </property>
    </widget>
   </item>
30 31
   <item row="0" column="0">
    <widget class="QLabel" name="simLabel">
Thomas Gubler's avatar
Thomas Gubler committed
32
     <property name="text">
33
      <string>Simulator</string>
Thomas Gubler's avatar
Thomas Gubler committed
34 35 36
     </property>
    </widget>
   </item>
37
   <item row="0" column="1">
38
    <widget class="QComboBox" name="simComboBox">
Lorenz Meier's avatar
Lorenz Meier committed
39 40 41
     <property name="editable">
      <bool>true</bool>
     </property>
42 43
     <item>
      <property name="text">
44
       <string/>
Lorenz Meier's avatar
Lorenz Meier committed
45 46 47 48
      </property>
     </item>
     <item>
      <property name="text">
49
       <string>Flightgear</string>
50 51 52 53
      </property>
     </item>
     <item>
      <property name="text">
54 55 56 57 58 59
       <string>X-Plane 10</string>
      </property>
     </item>
     <item>
      <property name="text">
       <string>X-Plane 9</string>
60 61
      </property>
     </item>
62 63 64 65 66
     <item>
      <property name="text">
       <string>JSBSim</string>
      </property>
     </item>
67 68
    </widget>
   </item>
69 70 71 72
   <item row="1" column="0" colspan="2">
    <layout class="QVBoxLayout" name="simulatorConfigurationLayout">
     <property name="spacing">
      <number>0</number>
73
     </property>
74
    </layout>
75
   </item>
76 77 78 79 80
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>