You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.2 KiB
45 lines
1.2 KiB
<ui version="4.0" stdsetdef="1" >
|
|
<author></author>
|
|
<comment></comment>
|
|
<exportmacro></exportmacro>
|
|
<class>%{APPNAME}Base</class>
|
|
<widget class="TQWidget" name="%{APPNAME}Base" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>196</width>
|
|
<height>245</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle" >
|
|
<string>%{APPNAME}</string>
|
|
</property>
|
|
<layout class="TQVBoxLayout" >
|
|
<property name="margin" >
|
|
<number>11</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<item>
|
|
<widget class="TQLabel" name="TextLabel1" >
|
|
<property name="text" >
|
|
<string>This is just an %{APPNAME}. It doesn't do anything interesting at all.</string>
|
|
</property>
|
|
<property name="wordWrap" >
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="TQPushButton" name="quit" >
|
|
<property name="text" >
|
|
<string>Quit</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</ui>
|