QGCSensorSettingsWidget.ui 4.13 KB
Newer Older
lm's avatar
lm committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>QGCSensorSettingsWidget</class>
 <widget class="QWidget" name="QGCSensorSettingsWidget">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>350</width>
    <height>545</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <layout class="QGridLayout" name="gridLayout_4">
17 18 19
   <property name="margin">
    <number>0</number>
   </property>
lm's avatar
lm committed
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
   <item row="0" column="0">
    <widget class="QGroupBox" name="groupBox">
     <property name="title">
      <string>Activate Extended Output</string>
     </property>
     <layout class="QGridLayout" name="gridLayout_2">
      <property name="margin">
       <number>6</number>
      </property>
      <item row="0" column="0">
       <widget class="QCheckBox" name="sendRawCheckBox">
        <property name="text">
         <string>Send RAW Sensor data</string>
        </property>
       </widget>
      </item>
      <item row="1" column="0">
       <widget class="QCheckBox" name="sendExtendedCheckBox">
        <property name="text">
         <string>Send extended status</string>
        </property>
       </widget>
      </item>
      <item row="2" column="0">
       <widget class="QCheckBox" name="sendRCCheckBox">
        <property name="text">
         <string>Send RC-values</string>
        </property>
       </widget>
      </item>
      <item row="3" column="0">
       <widget class="QCheckBox" name="sendControllerCheckBox">
        <property name="text">
         <string>Send raw controller outputs</string>
        </property>
       </widget>
      </item>
pixhawk's avatar
pixhawk committed
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
      <item row="4" column="0">
       <widget class="QCheckBox" name="sendPositionCheckBox">
        <property name="text">
         <string>Send position setpoint and estimate</string>
        </property>
       </widget>
      </item>
      <item row="5" column="0">
       <widget class="QCheckBox" name="sendExtra1CheckBox">
        <property name="text">
         <string>Send Extra1</string>
        </property>
       </widget>
      </item>
      <item row="6" column="0">
       <widget class="QCheckBox" name="sendExtra2CheckBox">
        <property name="text">
         <string>Send Extra2</string>
        </property>
       </widget>
      </item>
      <item row="7" column="0">
       <widget class="QCheckBox" name="sendExtra3CheckBox">
        <property name="text">
         <string>Send Extra3</string>
        </property>
       </widget>
      </item>
lm's avatar
lm committed
85 86 87 88 89 90 91 92
     </layout>
    </widget>
   </item>
   <item row="1" column="0">
    <widget class="QGroupBox" name="groupBox_3">
     <property name="title">
      <string>Calibration Wizards</string>
     </property>
pixhawk's avatar
pixhawk committed
93
     <layout class="QGridLayout" name="gridLayout" columnstretch="0,50">
lm's avatar
lm committed
94 95 96
      <property name="margin">
       <number>6</number>
      </property>
pixhawk's avatar
pixhawk committed
97 98
      <item row="1" column="0">
       <widget class="QPushButton" name="magCalButton">
lm's avatar
lm committed
99
        <property name="text">
pixhawk's avatar
pixhawk committed
100
         <string>Start Mag. Calibration</string>
lm's avatar
lm committed
101 102 103
        </property>
       </widget>
      </item>
pixhawk's avatar
pixhawk committed
104 105
      <item row="4" column="0">
       <widget class="QPushButton" name="gyroCalButton">
lm's avatar
lm committed
106
        <property name="text">
pixhawk's avatar
pixhawk committed
107
         <string>Start Gyro Calibration</string>
lm's avatar
lm committed
108 109 110
        </property>
       </widget>
      </item>
pixhawk's avatar
pixhawk committed
111 112
      <item row="0" column="0">
       <widget class="QPushButton" name="rcCalButton">
lm's avatar
lm committed
113
        <property name="text">
pixhawk's avatar
pixhawk committed
114
         <string>Start RC Calibration</string>
lm's avatar
lm committed
115 116 117
        </property>
       </widget>
      </item>
pixhawk's avatar
pixhawk committed
118 119
      <item row="2" column="0">
       <widget class="QPushButton" name="pressureCalButton">
lm's avatar
lm committed
120
        <property name="text">
pixhawk's avatar
pixhawk committed
121
         <string>Start Pressure Calibration</string>
lm's avatar
lm committed
122 123 124
        </property>
       </widget>
      </item>
pixhawk's avatar
pixhawk committed
125 126 127 128 129 130 131 132 133 134 135 136 137
      <item row="0" column="1">
       <spacer name="horizontalSpacer">
        <property name="orientation">
         <enum>Qt::Horizontal</enum>
        </property>
        <property name="sizeHint" stdset="0">
         <size>
          <width>0</width>
          <height>0</height>
         </size>
        </property>
       </spacer>
      </item>
lm's avatar
lm committed
138 139 140 141 142 143 144 145
     </layout>
    </widget>
   </item>
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>