author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Wed, 21 Apr 2010 11:15:19 +0300 | |
branch | RCL_3 |
changeset 11 | 25a739ee40f4 |
parent 7 | 3f74d0d4af4c |
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
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <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> |