0
|
1 |
<ui version="4.0" >
|
|
2 |
<author></author>
|
|
3 |
<comment></comment>
|
|
4 |
<exportmacro></exportmacro>
|
|
5 |
<class>Form</class>
|
|
6 |
<widget class="QWidget" name="Form" >
|
|
7 |
<property name="geometry" >
|
|
8 |
<rect>
|
|
9 |
<x>0</x>
|
|
10 |
<y>0</y>
|
|
11 |
<width>643</width>
|
|
12 |
<height>496</height>
|
|
13 |
</rect>
|
|
14 |
</property>
|
|
15 |
<property name="windowTitle" >
|
|
16 |
<string>Form</string>
|
|
17 |
</property>
|
|
18 |
<widget class="QTabWidget" name="tabWidget" >
|
|
19 |
<property name="geometry" >
|
|
20 |
<rect>
|
|
21 |
<x>80</x>
|
|
22 |
<y>30</y>
|
|
23 |
<width>221</width>
|
|
24 |
<height>191</height>
|
|
25 |
</rect>
|
|
26 |
</property>
|
|
27 |
<widget class="QWidget" name="tab" >
|
|
28 |
<attribute name="title" >
|
|
29 |
<string>Tab 1</string>
|
|
30 |
</attribute>
|
|
31 |
<widget class="QPushButton" name="pushButton" >
|
|
32 |
<property name="geometry" >
|
|
33 |
<rect>
|
|
34 |
<x>30</x>
|
|
35 |
<y>50</y>
|
|
36 |
<width>109</width>
|
|
37 |
<height>32</height>
|
|
38 |
</rect>
|
|
39 |
</property>
|
|
40 |
<property name="text" >
|
|
41 |
<string>PushButton one</string>
|
|
42 |
</property>
|
|
43 |
</widget>
|
|
44 |
</widget>
|
|
45 |
<widget class="QWidget" name="tab" >
|
|
46 |
<attribute name="title" >
|
|
47 |
<string>Tab 2</string>
|
|
48 |
</attribute>
|
|
49 |
<widget class="QPushButton" name="pushButton_2" >
|
|
50 |
<property name="geometry" >
|
|
51 |
<rect>
|
|
52 |
<x>50</x>
|
|
53 |
<y>20</y>
|
|
54 |
<width>109</width>
|
|
55 |
<height>32</height>
|
|
56 |
</rect>
|
|
57 |
</property>
|
|
58 |
<property name="text" >
|
|
59 |
<string>PushButton two</string>
|
|
60 |
</property>
|
|
61 |
</widget>
|
|
62 |
</widget>
|
|
63 |
</widget>
|
|
64 |
</widget>
|
|
65 |
<pixmapfunction></pixmapfunction>
|
|
66 |
<resources/>
|
|
67 |
<connections/>
|
|
68 |
</ui>
|