ParameterInterface.ui 885 Bytes
Newer Older
pixhawk's avatar
pixhawk committed
1 2 3 4 5 6 7 8
<?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>
9 10
    <width>707</width>
    <height>572</height>
pixhawk's avatar
pixhawk committed
11 12 13 14 15
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
16
  <layout class="QVBoxLayout" name="verticalLayout" stretch="100,1">
pixhawk's avatar
pixhawk committed
17
   <property name="margin">
18
    <number>0</number>
pixhawk's avatar
pixhawk committed
19
   </property>
20 21 22 23
   <item>
    <widget class="QStackedWidget" name="stackedWidget">
     <property name="currentIndex">
      <number>-1</number>
pixhawk's avatar
pixhawk committed
24 25 26
     </property>
    </widget>
   </item>
27
   <item>
lm's avatar
lm committed
28 29
    <widget class="QStackedWidget" name="sensorSettings">
     <property name="currentIndex">
30
      <number>-1</number>
lm's avatar
lm committed
31 32 33
     </property>
    </widget>
   </item>
pixhawk's avatar
pixhawk committed
34 35 36 37 38
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>