Skip to content
ParameterInterface.ui 1.69 KiB
Newer Older
pixhawk's avatar
pixhawk committed
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>parameterWidget</class>
 <widget class="QWidget" name="parameterWidget">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
pixhawk's avatar
pixhawk committed
    <height>545</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
lm's avatar
lm committed
  <layout class="QGridLayout" name="gridLayout">
   <item row="0" column="0">
    <widget class="QLabel" name="label">
     <property name="text">
      <string>Vehicle</string>
pixhawk's avatar
pixhawk committed
     </property>
    </widget>
   </item>
lm's avatar
lm committed
   <item row="0" column="1">
    <widget class="QComboBox" name="vehicleComboBox"/>
pixhawk's avatar
pixhawk committed
   </item>
lm's avatar
lm committed
   <item row="1" column="0" colspan="2">
pixhawk's avatar
pixhawk committed
    <widget class="QGroupBox" name="groupBox_2">
     <property name="title">
      <string>Onboard Parameters</string>
     </property>
lm's avatar
lm committed
     <layout class="QHBoxLayout" name="horizontalLayout">
      <item>
       <widget class="QStackedWidget" name="stackedWidget">
lm's avatar
lm committed
        <property name="currentIndex">
         <number>0</number>
        </property>
        <widget class="QWidget" name="page">
         <layout class="QVBoxLayout" name="verticalLayout"/>
        </widget>
        <widget class="QWidget" name="page_2"/>
       </widget>
      </item>
pixhawk's avatar
pixhawk committed
     </layout>
    </widget>
   </item>
lm's avatar
lm committed
   <item row="2" column="0" colspan="2">
    <widget class="QStackedWidget" name="sensorSettings">
     <property name="currentIndex">
      <number>0</number>
     </property>
     <widget class="QWidget" name="page_3">
      <layout class="QVBoxLayout" name="verticalLayout_2"/>
     </widget>
     <widget class="QWidget" name="page_4"/>
    </widget>
   </item>
pixhawk's avatar
pixhawk committed
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>