tests/auto/uic/baseline/inputpage.ui
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 <ui version="4.0" >
       
     2  <class>InputPage</class>
       
     3  <widget class="QWidget" name="InputPage" >
       
     4   <property name="geometry" >
       
     5    <rect>
       
     6     <x>0</x>
       
     7     <y>0</y>
       
     8     <width>417</width>
       
     9     <height>242</height>
       
    10    </rect>
       
    11   </property>
       
    12   <property name="windowTitle" >
       
    13    <string>Form</string>
       
    14   </property>
       
    15   <layout class="QGridLayout" >
       
    16    <item row="0" column="2" >
       
    17     <spacer>
       
    18      <property name="orientation" >
       
    19       <enum>Qt::Vertical</enum>
       
    20      </property>
       
    21      <property name="sizeType" >
       
    22       <enum>QSizePolicy::Fixed</enum>
       
    23      </property>
       
    24      <property name="sizeHint" >
       
    25       <size>
       
    26        <width>20</width>
       
    27        <height>20</height>
       
    28       </size>
       
    29      </property>
       
    30     </spacer>
       
    31    </item>
       
    32    <item row="1" column="0" >
       
    33     <widget class="QLabel" name="label" >
       
    34      <property name="sizePolicy" >
       
    35       <sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
       
    36        <horstretch>0</horstretch>
       
    37        <verstretch>0</verstretch>
       
    38       </sizepolicy>
       
    39      </property>
       
    40      <property name="text" >
       
    41       <string>File name:</string>
       
    42      </property>
       
    43     </widget>
       
    44    </item>
       
    45    <item row="1" column="1" colspan="2" >
       
    46     <layout class="QHBoxLayout" >
       
    47      <property name="spacing" >
       
    48       <number>0</number>
       
    49      </property>
       
    50      <item>
       
    51       <widget class="QLineEdit" name="fileLineEdit" />
       
    52      </item>
       
    53      <item>
       
    54       <widget class="QToolButton" name="browseButton" >
       
    55        <property name="text" >
       
    56         <string>...</string>
       
    57        </property>
       
    58       </widget>
       
    59      </item>
       
    60     </layout>
       
    61    </item>
       
    62    <item row="2" column="1" >
       
    63     <spacer>
       
    64      <property name="orientation" >
       
    65       <enum>Qt::Vertical</enum>
       
    66      </property>
       
    67      <property name="sizeHint" >
       
    68       <size>
       
    69        <width>20</width>
       
    70        <height>31</height>
       
    71       </size>
       
    72      </property>
       
    73     </spacer>
       
    74    </item>
       
    75   </layout>
       
    76  </widget>
       
    77  <resources/>
       
    78  <connections/>
       
    79 </ui>