author | eckhart.koppen@nokia.com |
Wed, 31 Mar 2010 11:06:36 +0300 | |
changeset 7 | f7bc934e204c |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
<ui version="4.0" > |
2 |
<class>Form</class> |
|
3 |
<widget class="QWidget" name="Form" > |
|
4 |
<property name="geometry" > |
|
5 |
<rect> |
|
6 |
<x>0</x> |
|
7 |
<y>0</y> |
|
8 |
<width>400</width> |
|
9 |
<height>300</height> |
|
10 |
</rect> |
|
11 |
</property> |
|
12 |
<property name="windowTitle" > |
|
13 |
<string>Form</string> |
|
14 |
</property> |
|
15 |
<layout class="QVBoxLayout" > |
|
16 |
<item> |
|
17 |
<widget class="QLabel" name="Alabel" > |
|
18 |
<property name="text" > |
|
19 |
<string>A label. |
|
20 |
One new line. |
|
7
f7bc934e204c
5cabc75a39ca2f064f70b40f72ed93c74c4dc19b
eckhart.koppen@nokia.com
parents:
0
diff
changeset
|
21 |
Another new line. |
0 | 22 |
Last line.</string> |
23 |
</property> |
|
24 |
</widget> |
|
25 |
</item> |
|
26 |
<item> |
|
27 |
<widget class="QGroupBox" name="groupBox" > |
|
28 |
<property name="title" > |
|
29 |
<string>A Group Box</string> |
|
30 |
</property> |
|
31 |
</widget> |
|
32 |
</item> |
|
33 |
<item> |
|
34 |
<widget class="QPushButton" name="pushButton" > |
|
35 |
<property name="text" > |
|
36 |
<string>PushButton</string> |
|
37 |
</property> |
|
38 |
</widget> |
|
39 |
</item> |
|
40 |
</layout> |
|
41 |
</widget> |
|
42 |
<resources/> |
|
43 |
<connections/> |
|
44 |
</ui> |