Imported Upstream version 1.51.0
[platform/upstream/boost.git] / tools / build / example / qt / qt3 / uic / hello_world_widget.ui
1 <!DOCTYPE UI><UI version="3.0" stdsetdef="1">
2 <class>HelloWorldWidget</class>
3 <comment>
4 <!--
5     Copyright Felix E. Klee, 2003
6     Distributed under the Boost Software License, Version 1.0.
7     (See accompanying file LICENSE_1_0.txt
8     or copy at http://www.boost.org/LICENSE_1_0.txt)
9 -->
10 </comment>
11 <widget class="QWidget">
12     <property name="name">
13         <cstring>HelloWorldWidget</cstring>
14     </property>
15     <property name="geometry">
16         <rect>
17             <x>0</x>
18             <y>0</y>
19             <width>124</width>
20             <height>63</height>
21         </rect>
22     </property>
23     <property name="caption">
24         <string>Hello World!</string>
25     </property>
26     <vbox>
27         <property name="name">
28             <cstring>unnamed</cstring>
29         </property>
30         <property name="margin">
31             <number>11</number>
32         </property>
33         <property name="spacing">
34             <number>6</number>
35         </property>
36         <widget class="QLabel">
37             <property name="name">
38                 <cstring>TextLabel2</cstring>
39             </property>
40             <property name="text">
41                 <string>Hello World!</string>
42             </property>
43             <property name="alignment">
44                 <set>AlignCenter</set>
45             </property>
46         </widget>
47         <widget class="QPushButton">
48             <property name="name">
49                 <cstring>OkButton</cstring>
50             </property>
51             <property name="text">
52                 <string>OK</string>
53             </property>
54         </widget>
55     </vbox>
56 </widget>
57 <layoutdefaults spacing="6" margin="11"/>
58 </UI>