Skip to content
Snippets Groups Projects
JoystickAxis.ui 3.32 KiB
Newer Older
  • Learn to ignore specific revisions
  • <?xml version="1.0" encoding="UTF-8"?>
    <ui version="4.0">
     <class>JoystickAxis</class>
     <widget class="QWidget" name="JoystickAxis">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>0</y>
    
        <height>200</height>
       </rect>
      </property>
      <property name="sizePolicy">
    
       <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
    
        <horstretch>0</horstretch>
        <verstretch>0</verstretch>
       </sizepolicy>
      </property>
      <property name="minimumSize">
       <size>
        <width>40</width>
        <height>200</height>
       </size>
      </property>
      <property name="windowTitle">
       <string>Form</string>
      </property>
      <layout class="QVBoxLayout" name="verticalLayout">
       <property name="sizeConstraint">
        <enum>QLayout::SetMinimumSize</enum>
       </property>
       <property name="leftMargin">
        <number>1</number>
       </property>
       <property name="topMargin">
        <number>2</number>
       </property>
       <property name="rightMargin">
        <number>1</number>
       </property>
       <property name="bottomMargin">
        <number>2</number>
       </property>
       <item>
        <widget class="QLabel" name="label">
         <property name="text">
          <string/>
         </property>
    
         <property name="alignment">
          <set>Qt::AlignCenter</set>
         </property>
    
        </widget>
       </item>
       <item>
        <widget class="QComboBox" name="comboBox">
         <property name="sizePolicy">
          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
         <item>
          <property name="text">
           <string>--</string>
          </property>
         </item>
    
         <item>
          <property name="text">
           <string>Yaw</string>
          </property>
         </item>
         <item>
          <property name="text">
           <string>Pitch</string>
          </property>
         </item>
         <item>
          <property name="text">
           <string>Roll</string>
          </property>
         </item>
         <item>
          <property name="text">
           <string>Throttle</string>
          </property>
         </item>
    
        </widget>
       </item>
       <item>
        <widget class="QProgressBar" name="progressBar">
         <property name="enabled">
          <bool>false</bool>
         </property>
         <property name="sizePolicy">
          <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
         <property name="minimumSize">
          <size>
           <width>0</width>
           <height>100</height>
          </size>
         </property>
    
         <property name="minimum">
          <number>-100</number>
         </property>
    
         <property name="value">
          <number>0</number>
         </property>
         <property name="alignment">
          <set>Qt::AlignCenter</set>
         </property>
         <property name="textVisible">
          <bool>false</bool>
         </property>
         <property name="orientation">
          <enum>Qt::Vertical</enum>
         </property>
        </widget>
       </item>
    
       <item>
        <widget class="QCheckBox" name="checkBox">
         <property name="sizePolicy">
          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
         <property name="text">
          <string>Inverted</string>
         </property>
        </widget>
       </item>
    
      </layout>
     </widget>
     <resources/>
     <connections/>
    </ui>