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.
tdevelop/languages/cpp/app_templates/opieapp/examplebase.ui

50 lines
1.3 KiB

<!DOCTYPE UI><UI>
<class>%{APPNAME}Base</class>
<widget>
<class>TQWidget</class>
<property stdset="1">
<name>name</name>
<cstring>%{APPNAME}Base</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>0</x>
<y>0</y>
<width>196</width>
<height>245</height>
</rect>
</property>
<property stdset="1">
<name>caption</name>
<string>%{APPNAME}</string>
</property>
<vbox>
<widget>
<class>QLabel</class>
<property stdset="1">
<name>name</name>
<cstring>TextLabel1</cstring>
</property>
<property stdset="1">
<name>text</name>
<string>&lt;p&gt;This is just an &lt;i&gt;%{APPNAMELC}&lt;/i&gt;; it does not do anything interesting at all.</string>
</property>
</widget>
<widget>
<class>QPushButton</class>
<property stdset="1">
<name>name</name>
<cstring>quit</cstring>
</property>
<property stdset="1">
<name>text</name>
<string>Quit</string>
</property>
</widget>
</vbox>
</widget>
<layoutdefaults spacing="6" margin="11"/>
</UI>