equal
deleted
inserted
replaced
|
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. |
|
21 Another new line. |
|
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> |