|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>MainForm</class> |
|
4 <widget class="QWidget" name="MainForm"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>140</width> |
|
10 <height>200</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Input Panel Example</string> |
|
15 </property> |
|
16 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
17 <item> |
|
18 <widget class="QLabel" name="label"> |
|
19 <property name="text"> |
|
20 <string>My age:</string> |
|
21 </property> |
|
22 <property name="alignment"> |
|
23 <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set> |
|
24 </property> |
|
25 <property name="buddy"> |
|
26 <cstring>lineEdit</cstring> |
|
27 </property> |
|
28 </widget> |
|
29 </item> |
|
30 <item> |
|
31 <widget class="QLineEdit" name="lineEdit"/> |
|
32 </item> |
|
33 <item> |
|
34 <widget class="QLabel" name="label_2"> |
|
35 <property name="text"> |
|
36 <string>My phone number:</string> |
|
37 </property> |
|
38 <property name="alignment"> |
|
39 <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set> |
|
40 </property> |
|
41 <property name="buddy"> |
|
42 <cstring>lineEdit_2</cstring> |
|
43 </property> |
|
44 </widget> |
|
45 </item> |
|
46 <item> |
|
47 <widget class="QLineEdit" name="lineEdit_2"/> |
|
48 </item> |
|
49 <item> |
|
50 <widget class="QGroupBox" name="groupBox"> |
|
51 <property name="title"> |
|
52 <string>My gender:</string> |
|
53 </property> |
|
54 <layout class="QVBoxLayout" name="verticalLayout"> |
|
55 <item> |
|
56 <widget class="QRadioButton" name="radioButton"> |
|
57 <property name="text"> |
|
58 <string>Male</string> |
|
59 </property> |
|
60 </widget> |
|
61 </item> |
|
62 <item> |
|
63 <widget class="QRadioButton" name="radioButton_2"> |
|
64 <property name="text"> |
|
65 <string>Female</string> |
|
66 </property> |
|
67 </widget> |
|
68 </item> |
|
69 </layout> |
|
70 </widget> |
|
71 </item> |
|
72 </layout> |
|
73 </widget> |
|
74 <resources/> |
|
75 <connections/> |
|
76 </ui> |