QGCHilFlightGearConfiguration.ui 3.34 KB
Newer Older
1 2 3 4 5 6 7 8
<?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>
9
    <width>237</width>
10
    <height>209</height>
11 12 13
   </rect>
  </property>
  <property name="sizePolicy">
Thomas Gubler's avatar
Thomas Gubler committed
14
   <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15 16 17 18 19 20 21
    <horstretch>0</horstretch>
    <verstretch>0</verstretch>
   </sizepolicy>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
Thomas Gubler's avatar
Thomas Gubler committed
22 23 24 25 26 27
  <property name="layoutDirection">
   <enum>Qt::LeftToRight</enum>
  </property>
  <property name="autoFillBackground">
   <bool>false</bool>
  </property>
Thomas Gubler's avatar
Thomas Gubler committed
28
  <layout class="QGridLayout" name="gridLayout">
29
   <property name="margin">
Thomas Gubler's avatar
Thomas Gubler committed
30 31 32 33
    <number>0</number>
   </property>
   <property name="spacing">
    <number>6</number>
34
   </property>
35
   <item row="1" column="0" colspan="2">
Thomas Gubler's avatar
Thomas Gubler committed
36 37 38 39 40 41 42 43 44 45 46 47
    <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>
48
   <item row="4" column="0">
Thomas Gubler's avatar
Thomas Gubler committed
49 50 51 52 53 54
    <widget class="QLabel" name="optionsLabel">
     <property name="text">
      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Additional Options:&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
     </property>
    </widget>
   </item>
55 56 57 58 59 60 61 62
   <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">
Thomas Gubler's avatar
Thomas Gubler committed
63 64 65 66 67 68 69 70
    <widget class="QPlainTextEdit" name="optionsPlainTextEdit">
     <property name="sizePolicy">
      <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="plainText">
Don Gagne's avatar
Don Gagne committed
71
      <string></string>
72 73 74
     </property>
    </widget>
   </item>
75
   <item row="7" column="0">
76 77 78 79 80 81 82 83 84 85 86 87
    <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>
88
   <item row="7" column="1">
89 90 91
    <widget class="QPushButton" name="stopButton">
     <property name="text">
      <string>Stop</string>
Thomas Gubler's avatar
Thomas Gubler committed
92 93 94
     </property>
    </widget>
   </item>
Thomas Gubler's avatar
Thomas Gubler committed
95 96 97 98 99 100 101 102 103 104
   <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>
105 106 107 108 109 110 111 112 113 114 115 116 117 118
   <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>
Thomas Gubler's avatar
Thomas Gubler committed
119
  </layout>
120 121 122 123
 </widget>
 <resources/>
 <connections/>
</ui>