1<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
2<class>MyDialog</class>
3<widget class="QDialog">
4    <property name="name">
5        <cstring>MyDialog</cstring>
6    </property>
7    <property name="geometry">
8        <rect>
9            <x>0</x>
10            <y>0</y>
11            <width>592</width>
12            <height>470</height>
13        </rect>
14    </property>
15    <property name="caption">
16        <string>MyDialog</string>
17    </property>
18    <property name="sizeGripEnabled">
19        <bool>true</bool>
20    </property>
21    <widget class="QLayoutWidget">
22        <property name="name">
23            <cstring>Layout5</cstring>
24        </property>
25        <property name="geometry">
26            <rect>
27                <x>500</x>
28                <y>30</y>
29                <width>82</width>
30                <height>410</height>
31            </rect>
32        </property>
33        <vbox>
34            <property name="name">
35                <cstring>unnamed</cstring>
36            </property>
37            <property name="margin">
38                <number>0</number>
39            </property>
40            <property name="spacing">
41                <number>6</number>
42            </property>
43            <widget class="QPushButton">
44                <property name="name">
45                    <cstring>buttonOk</cstring>
46                </property>
47                <property name="text">
48                    <string>&amp;OK</string>
49                </property>
50                <property name="accel">
51                    <number>0</number>
52                </property>
53                <property name="autoDefault">
54                    <bool>true</bool>
55                </property>
56                <property name="default">
57                    <bool>true</bool>
58                </property>
59            </widget>
60            <widget class="QPushButton">
61                <property name="name">
62                    <cstring>buttonCancel</cstring>
63                </property>
64                <property name="text">
65                    <string>&amp;Cancel</string>
66                </property>
67                <property name="accel">
68                    <number>0</number>
69                </property>
70                <property name="autoDefault">
71                    <bool>true</bool>
72                </property>
73            </widget>
74            <widget class="QPushButton">
75                <property name="name">
76                    <cstring>buttonHelp</cstring>
77                </property>
78                <property name="text">
79                    <string>&amp;Help</string>
80                </property>
81                <property name="accel">
82                    <number>4144</number>
83                </property>
84                <property name="autoDefault">
85                    <bool>true</bool>
86                </property>
87            </widget>
88            <spacer>
89                <property name="name" stdset="0">
90                    <cstring>Spacer1</cstring>
91                </property>
92                <property name="orientation">
93                    <enum>Vertical</enum>
94                </property>
95                <property name="sizeType">
96                    <enum>Expanding</enum>
97                </property>
98                <property name="sizeHint">
99                    <size>
100                        <width>20</width>
101                        <height>20</height>
102                    </size>
103                </property>
104            </spacer>
105        </vbox>
106    </widget>
107</widget>
108<connections>
109    <connection>
110        <sender>buttonOk</sender>
111        <signal>clicked()</signal>
112        <receiver>MyDialog</receiver>
113        <slot>accept()</slot>
114    </connection>
115    <connection>
116        <sender>buttonCancel</sender>
117        <signal>clicked()</signal>
118        <receiver>MyDialog</receiver>
119        <slot>reject()</slot>
120    </connection>
121</connections>
122</UI>
123