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</string>
|
|
20 |
</property>
|
|
21 |
</widget>
|
|
22 |
</item>
|
|
23 |
<item>
|
|
24 |
<widget class="QGroupBox" name="groupBox" >
|
|
25 |
<property name="title" >
|
|
26 |
<string>A Group Box</string>
|
|
27 |
</property>
|
|
28 |
</widget>
|
|
29 |
</item>
|
|
30 |
<item>
|
|
31 |
<widget class="QPushButton" name="pushButton" >
|
|
32 |
<property name="text" >
|
|
33 |
<string>PushButton</string>
|
|
34 |
</property>
|
|
35 |
</widget>
|
|
36 |
</item>
|
|
37 |
</layout>
|
|
38 |
</widget>
|
|
39 |
<resources/>
|
|
40 |
<connections/>
|
|
41 |
</ui>
|