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>320</width>
|
|
12 |
<height>277</height>
|
|
13 |
</rect>
|
|
14 |
</property>
|
|
15 |
<property name="windowTitle" >
|
|
16 |
<string>Form</string>
|
|
17 |
</property>
|
|
18 |
<widget class="QPushButton" name="pushButton" >
|
|
19 |
<property name="geometry" >
|
|
20 |
<rect>
|
|
21 |
<x>30</x>
|
|
22 |
<y>40</y>
|
|
23 |
<width>109</width>
|
|
24 |
<height>32</height>
|
|
25 |
</rect>
|
|
26 |
</property>
|
|
27 |
<property name="text" >
|
|
28 |
<string>Ren</string>
|
|
29 |
</property>
|
|
30 |
</widget>
|
|
31 |
<widget class="QToolButton" name="toolButton" >
|
|
32 |
<property name="geometry" >
|
|
33 |
<rect>
|
|
34 |
<x>180</x>
|
|
35 |
<y>110</y>
|
|
36 |
<width>71</width>
|
|
37 |
<height>41</height>
|
|
38 |
</rect>
|
|
39 |
</property>
|
|
40 |
<property name="text" >
|
|
41 |
<string>Brain</string>
|
|
42 |
</property>
|
|
43 |
</widget>
|
|
44 |
<widget class="QRadioButton" name="radioButton" >
|
|
45 |
<property name="geometry" >
|
|
46 |
<rect>
|
|
47 |
<x>180</x>
|
|
48 |
<y>50</y>
|
|
49 |
<width>104</width>
|
|
50 |
<height>20</height>
|
|
51 |
</rect>
|
|
52 |
</property>
|
|
53 |
<property name="text" >
|
|
54 |
<string>Stimpy</string>
|
|
55 |
</property>
|
|
56 |
<property name="checked" >
|
|
57 |
<bool>true</bool>
|
|
58 |
</property>
|
|
59 |
</widget>
|
|
60 |
<widget class="QCheckBox" name="checkBox" >
|
|
61 |
<property name="enabled" >
|
|
62 |
<bool>false</bool>
|
|
63 |
</property>
|
|
64 |
<property name="geometry" >
|
|
65 |
<rect>
|
|
66 |
<x>40</x>
|
|
67 |
<y>120</y>
|
|
68 |
<width>90</width>
|
|
69 |
<height>20</height>
|
|
70 |
</rect>
|
|
71 |
</property>
|
|
72 |
<property name="text" >
|
|
73 |
<string>Pinky</string>
|
|
74 |
</property>
|
|
75 |
<property name="tristate" >
|
|
76 |
<bool>false</bool>
|
|
77 |
</property>
|
|
78 |
</widget>
|
|
79 |
</widget>
|
|
80 |
<pixmapfunction></pixmapfunction>
|
|
81 |
<resources/>
|
|
82 |
<connections/>
|
|
83 |
</ui>
|