templates/com.nokia.carbide.cpp.qt.templates/templates/Qt-GUI-Widget/QWidget.ui
author wpaul
Thu, 13 Aug 2009 18:24:35 -0500
changeset 440 5ed5c63152e8
parent 0 fb279309251b
permissions -rw-r--r--
fixed bug #'s 9624, 9625 and 9626.

<ui version="4.0" >
 <class>$(className)</class>
 <widget class="QWidget" name="$(className)" >
  <property name="geometry" >
   <rect>
    <x>0</x>
    <y>0</y>
    <width>400</width>
    <height>300</height>
   </rect>
  </property>
  <property name="windowTitle" >
   <string>$(baseName)</string>
  </property>
 </widget>
 <layoutdefault spacing="6" margin="11" />
 <resources/>
 <connections/>
</ui>