UASQuickViewItemSelect.ui 1.37 KB
Newer Older
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>UASQuickViewItemSelect</class>
 <widget class="QWidget" name="UASQuickViewItemSelect">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
9 10
    <width>947</width>
    <height>248</height>
11 12 13
   </rect>
  </property>
  <property name="windowTitle">
14
   <string>Select Item</string>
15
  </property>
16 17 18 19 20 21 22 23 24 25 26
  <layout class="QVBoxLayout" name="verticalLayout">
   <item>
    <widget class="QScrollArea" name="scrollArea">
     <property name="widgetResizable">
      <bool>true</bool>
     </property>
     <widget class="QWidget" name="scrollAreaWidgetContents">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>0</y>
27 28
        <width>927</width>
        <height>228</height>
29 30
       </rect>
      </property>
31
      <layout class="QVBoxLayout" name="verticalLayout_2">
32 33 34
       <item>
        <layout class="QGridLayout" name="gridLayout"/>
       </item>
35 36 37 38 39 40 41 42 43 44 45 46 47
       <item>
        <spacer name="verticalSpacer">
         <property name="orientation">
          <enum>Qt::Vertical</enum>
         </property>
         <property name="sizeHint" stdset="0">
          <size>
           <width>20</width>
           <height>40</height>
          </size>
         </property>
        </spacer>
       </item>
48 49 50 51 52
      </layout>
     </widget>
    </widget>
   </item>
  </layout>
53 54 55 56
 </widget>
 <resources/>
 <connections/>
</ui>