UASList.ui 688 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>UASList</class>
 <widget class="QWidget" name="UASList">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
9
    <width>500</width>
pixhawk's avatar
pixhawk committed
10 11 12
    <height>300</height>
   </rect>
  </property>
13 14
  <property name="minimumSize">
   <size>
15
    <width>0</width>
16 17 18
    <height>0</height>
   </size>
  </property>
pixhawk's avatar
pixhawk committed
19 20 21
  <property name="windowTitle">
   <string>Form</string>
  </property>
22 23 24 25 26 27 28 29
  <layout class="QVBoxLayout" name="verticalLayout">
   <property name="spacing">
    <number>6</number>
   </property>
   <property name="margin">
    <number>3</number>
   </property>
  </layout>
pixhawk's avatar
pixhawk committed
30 31 32 33
 </widget>
 <resources/>
 <connections/>
</ui>