view tools/duic/tests/helloworld.ui @ 104:64b874c86f9b

fixed bug with QSpinBox
author eldar
date Sat, 30 May 2009 13:07:26 +0000
parents e78566595089
children
line wrap: on
line source

<ui version="4.0" >
 <class>HelloWorldForm</class>
 <widget class="QWidget" name="HelloWorldForm" >
  <property name="geometry" >
   <rect>
    <x>0</x>
    <y>0</y>
    <width>96</width>
    <height>48</height>
   </rect>
  </property>
  <property name="windowTitle" >
   <string>Form</string>
  </property>
  <layout class="QVBoxLayout" name="verticalLayout" >
   <item>
    <widget class="QLabel" name="label" >
     <property name="text" >
      <string>Hello World!</string>
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>