aboutsummaryrefslogtreecommitdiffstats
path: root/Templates/gui/widget.ui
blob: c546e50f03b93b75f37b425d0c1d266d86290fd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<UI version="4.0" >
 <class>$classname$Class</class>
 <widget class="$baseclass$" name="$classname$Class" >
  <property name="objectName" >
   <string notr="true">$classname$Class</string>
  </property>
  <property name="geometry" >
   <rect>
    <x>0</x>
    <y>0</y>
    <width>600</width>
    <height>400</height>
   </rect>
  </property>
  <property name="windowTitle" >
   <string>$classname$</string>
  </property>$centralwidget$
 </widget>
 <layoutDefault spacing="6" margin="11" />
 <pixmapfunction></pixmapfunction>
$uiresources$
 <connections/>
</UI>