Skip to content
Snippets Groups Projects
UASList.ui 688 B
Newer Older
  • Learn to ignore specific revisions
  • pixhawk's avatar
    pixhawk committed
    <?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>
    
        <width>500</width>
    
    pixhawk's avatar
    pixhawk committed
        <height>300</height>
       </rect>
      </property>
    
      <property name="minimumSize">
       <size>
    
        <width>0</width>
    
        <height>0</height>
       </size>
      </property>
    
    pixhawk's avatar
    pixhawk committed
      <property name="windowTitle">
       <string>Form</string>
      </property>
    
      <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
     </widget>
     <resources/>
     <connections/>
    </ui>