aboutsummaryrefslogtreecommitdiffstats
path: root/bin/templates/qt4project/widget.ui
blob: 6c78aeebc497dbdc6024b0a041a7c421a327163a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<ui version="4.0" stdsetdef="1" >
 <class>%CLASS%Class</class>
 <widget class="%BASECLASS%" name="%CLASS%Class" >
  <property name="objectName" >
   <cstring>%CLASS%Class</cstring>
  </property>
  <property name="geometry" >
   <rect>
    <x>0</x>
    <y>0</y>
    <width>600</width>
    <height>400</height>
   </rect>
  </property>
  <property name="windowTitle" >
   <string>%CLASS%</string>
  </property>%CENTRAL_WIDGET%
 </widget>
 <layoutDefault spacing="6" margin="11" />
 <pixmapfunction></pixmapfunction>
 <resources/>
 <connections/>
</ui>