Skip to content
QGCVehicleConfig.ui 38.2 KiB
Newer Older
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>QGCVehicleConfig</class>
 <widget class="QWidget" name="QGCVehicleConfig">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
  <property name="sizePolicy">
   <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
    <horstretch>0</horstretch>
    <verstretch>0</verstretch>
   </sizepolicy>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <layout class="QHBoxLayout" name="horizontalLayout_11">
    <widget class="QScrollArea" name="scrollArea_6">
     <property name="minimumSize">
      <size>
     <property name="widgetResizable">
      <bool>true</bool>
     <widget class="QWidget" name="scrollAreaWidgetContents_3">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>0</y>
      <layout class="QVBoxLayout" name="verticalLayout_12">
       <item>
        <layout class="QVBoxLayout" name="navBarLayout">
         <property name="sizeConstraint">
          <enum>QLayout::SetMinAndMaxSize</enum>
          <widget class="QPushButton" name="rcMenuButton">
           <property name="minimumSize">
         <item>
          <widget class="QPushButton" name="sensorMenuButton">
           <property name="minimumSize">
            <size>
             <width>100</width>
         <item>
          <widget class="QPushButton" name="generalMenuButton">
           <property name="minimumSize">
            <size>
             <width>100</width>
         <item>
          <widget class="QPushButton" name="advancedMenuButton">
           <property name="minimumSize">
            <size>
             <width>100</width>
        </layout>
       </item>
      </layout>
     </widget>
    </widget>
   </item>
   <item>
    <layout class="QVBoxLayout" name="verticalLayout">
     <item>
      <widget class="QStackedWidget" name="stackedWidget">
       <property name="currentIndex">
        <number>0</number>
       </property>
       <widget class="QWidget" name="page">
        <widget class="QLabel" name="label_4">
         <property name="geometry">
          <rect>
           <x>9</x>
           <y>9</y>
           <width>68</width>
           <height>16</height>
          </rect>
         <property name="text">
          <string>RC Calibration</string>
         </property>
        </widget>
        <widget class="QWidget" name="layoutWidget">
         <property name="geometry">
          <rect>
           <x>100</x>
           <y>10</y>
           <width>211</width>
           <height>30</height>
          </rect>
         </property>
         <layout class="QHBoxLayout" name="horizontalLayout">
          <item>
           <widget class="QComboBox" name="rcTypeComboBox">
            <property name="enabled">
             <bool>false</bool>
            </property>
            <property name="editable">
             <bool>false</bool>
            </property>
             <property name="text">
              <string>Select transmitter model</string>
             </property>
           </widget>
          </item>
          <item>
           <widget class="QComboBox" name="rcModeComboBox">
            <property name="enabled">
             <bool>true</bool>
            </property>
             <property name="text">
              <string>Mode 1</string>
             </property>
            <item>
             <property name="text">
              <string>Mode 2</string>
             </property>
            </item>
            <item>
             <property name="text">
              <string>Mode 3</string>
             </property>
            </item>
            <item>
             <property name="text">
              <string>Mode 4</string>
             </property>
           </widget>
          </item>
         </layout>
        </widget>
        <widget class="QWidget" name="layoutWidget">
         <property name="geometry">
          <rect>
Loading
Loading full blame...