QGCHilConfiguration.ui 2.02 KB
Newer Older
1 2 3 4 5 6 7 8 9
<?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>
10
    <height>355</height>
11 12 13 14 15
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
16
  <layout class="QGridLayout" name="gridLayout" columnstretch="40,0,0">
17 18 19 20 21 22 23
   <item row="0" column="0">
    <widget class="QLabel" name="simLabel">
     <property name="text">
      <string>Simulator</string>
     </property>
    </widget>
   </item>
24
   <item row="0" column="1" colspan="2">
25
    <widget class="QComboBox" name="simComboBox">
Lorenz Meier's avatar
Lorenz Meier committed
26 27 28
     <property name="editable">
      <bool>true</bool>
     </property>
29 30
     <item>
      <property name="text">
31
       <string/>
Lorenz Meier's avatar
Lorenz Meier committed
32 33 34 35
      </property>
     </item>
     <item>
      <property name="text">
36
       <string>Flightgear</string>
37 38 39 40
      </property>
     </item>
     <item>
      <property name="text">
41 42 43 44 45 46
       <string>X-Plane 10</string>
      </property>
     </item>
     <item>
      <property name="text">
       <string>X-Plane 9</string>
47 48 49 50
      </property>
     </item>
    </widget>
   </item>
51 52 53 54 55 56 57
   <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>
58
     </property>
59 60 61 62 63
     <property name="minimumSize">
      <size>
       <width>33</width>
       <height>150</height>
      </size>
64
     </property>
65 66
     <property name="features">
      <set>QDockWidget::NoDockWidgetFeatures</set>
67
     </property>
68
     <widget class="QWidget" name="dockWidgetContents"/>
69 70
    </widget>
   </item>
71 72
   <item row="2" column="0">
    <widget class="QLabel" name="statusLabel">
73
     <property name="text">
74
      <string>Status</string>
75 76 77
     </property>
    </widget>
   </item>
78 79 80 81 82
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>