tests/manual/qtbug-8933/widget.ui
changeset 30 5dc02b23752f
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <ui version="4.0">
       
     3  <class>Widget</class>
       
     4  <widget class="QWidget" name="Widget">
       
     5   <property name="geometry">
       
     6    <rect>
       
     7     <x>0</x>
       
     8     <y>0</y>
       
     9     <width>600</width>
       
    10     <height>400</height>
       
    11    </rect>
       
    12   </property>
       
    13   <property name="windowTitle">
       
    14    <string>Widget</string>
       
    15   </property>
       
    16   <widget class="QLabel" name="label">
       
    17    <property name="geometry">
       
    18     <rect>
       
    19      <x>110</x>
       
    20      <y>60</y>
       
    21      <width>311</width>
       
    22      <height>16</height>
       
    23     </rect>
       
    24    </property>
       
    25    <property name="text">
       
    26     <string>TextLabel</string>
       
    27    </property>
       
    28   </widget>
       
    29  </widget>
       
    30  <layoutdefault spacing="6" margin="11"/>
       
    31  <resources/>
       
    32  <connections/>
       
    33 </ui>