Renamed project file für Qtopia build to quasseltopia.pro
[quassel.git] / src / qtopia / examplebase.ui
1 <ui version="4.0" stdsetdef="1" >
2   <author></author>
3   <comment></comment>
4   <exportmacro></exportmacro>
5   <class>ExampleBase</class>
6   <widget class="QWidget" name="ExampleBase" >
7     <property name="geometry" >
8       <rect>
9         <x>0</x>
10         <y>0</y>
11         <width>196</width>
12         <height>245</height>
13       </rect>
14     </property>
15     <property name="windowTitle" >
16       <string>Example</string>
17     </property>
18     <layout class="QVBoxLayout" >
19       <property name="margin" >
20         <number>11</number>
21       </property>
22       <property name="spacing" >
23         <number>6</number>
24       </property>
25       <item>
26         <widget class="QLabel" name="TextLabel1" >
27           <property name="text" >
28             <string>This is just an example! It doesn't do anything interesting at all.</string>
29           </property>
30           <property name="wordWrap" >
31             <bool>true</bool>
32           </property>
33         </widget>
34       </item>
35       <item>
36         <widget class="QPushButton" name="quit" >
37           <property name="text" >
38             <string>Quit</string>
39           </property>
40         </widget>
41       </item>
42     </layout>
43   </widget>
44 </ui>