2009-03-12 11:44:30 +01:00
|
|
|
<ui version="4.0">
|
2009-03-17 13:00:22 +01:00
|
|
|
<class>%CLASS%</class>
|
2009-03-12 13:44:37 +01:00
|
|
|
<widget class="%BASECLASS%" name="%CLASS%" >
|
2008-12-02 12:01:29 +01:00
|
|
|
<property name="geometry" >
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2010-02-18 15:23:24 +01:00
|
|
|
<width>%WIDGET_WIDTH%</width>
|
|
|
|
|
<height>%WIDGET_HEIGHT%</height>
|
2008-12-02 12:01:29 +01:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle" >
|
|
|
|
|
<string>%CLASS%</string>
|
|
|
|
|
</property>%CENTRAL_WIDGET%
|
|
|
|
|
</widget>
|
|
|
|
|
<layoutDefault spacing="6" margin="11" />
|
|
|
|
|
<pixmapfunction></pixmapfunction>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|