view tools/duic/tests/helloworld.ui @ 414:b2a803c73b89 default tip

Declare tabArray const.
author David Nadlinger <code@klickverbot.at>
date Fri, 06 May 2011 13:39:49 +0200
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>