UASQuickView.ui 925 Bytes
Newer Older
1 2
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
3 4
 <class>UASQuickView</class>
 <widget class="QWidget" name="UASQuickView">
5 6 7 8 9 10 11 12
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>400</width>
    <height>300</height>
   </rect>
  </property>
13 14 15 16 17 18
  <property name="sizePolicy">
   <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
    <horstretch>0</horstretch>
    <verstretch>0</verstretch>
   </sizepolicy>
  </property>
19 20 21 22 23 24 25 26 27
  <property name="minimumSize">
   <size>
    <width>100</width>
    <height>100</height>
   </size>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
28
  <layout class="QVBoxLayout" name="verticalLayout">
29 30 31 32 33 34
   <property name="sizeConstraint">
    <enum>QLayout::SetMinimumSize</enum>
   </property>
   <property name="margin">
    <number>0</number>
   </property>
35 36 37 38 39
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>