]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/example/qt/qt4/uic/hello_world_widget.ui
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / tools / build / example / qt / qt4 / uic / hello_world_widget.ui
1 <ui version="4.0" >
2 <author></author>
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 <exportmacro></exportmacro>
12 <class>HelloWorldWidget</class>
13 <widget class="QWidget" name="HelloWorldWidget" >
14 <property name="geometry" >
15 <rect>
16 <x>0</x>
17 <y>0</y>
18 <width>124</width>
19 <height>63</height>
20 </rect>
21 </property>
22 <property name="windowTitle" >
23 <string>Hello World!</string>
24 </property>
25 <layout class="QVBoxLayout" >
26 <property name="margin" >
27 <number>11</number>
28 </property>
29 <property name="spacing" >
30 <number>6</number>
31 </property>
32 <item>
33 <widget class="QLabel" name="TextLabel2" >
34 <property name="text" >
35 <string>Hello World!</string>
36 </property>
37 <property name="alignment" >
38 <set>Qt::AlignCenter</set>
39 </property>
40 </widget>
41 </item>
42 <item>
43 <widget class="QPushButton" name="OkButton" >
44 <property name="text" >
45 <string>OK</string>
46 </property>
47 </widget>
48 </item>
49 </layout>
50 </widget>
51 <layoutdefault spacing="6" margin="11" />
52 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
53 <resources/>
54 <connections/>
55 </ui>