0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<ui version="4.0" stdsetdef="1">
|
|
3 |
<author></author>
|
|
4 |
<comment></comment>
|
|
5 |
<exportmacro></exportmacro>
|
|
6 |
<class>MainForm</class>
|
|
7 |
<widget class="QDialog" name="MainForm">
|
|
8 |
<property name="geometry">
|
|
9 |
<rect>
|
|
10 |
<x>0</x>
|
|
11 |
<y>0</y>
|
|
12 |
<width>284</width>
|
|
13 |
<height>120</height>
|
|
14 |
</rect>
|
|
15 |
</property>
|
|
16 |
<property name="windowTitle">
|
|
17 |
<string>Main Form</string>
|
|
18 |
</property>
|
|
19 |
<layout class="QVBoxLayout">
|
|
20 |
<item>
|
|
21 |
<widget class="QPushButton" name="optionsPushButton">
|
|
22 |
<property name="text">
|
|
23 |
<string>&Options...</string>
|
|
24 |
</property>
|
|
25 |
</widget>
|
|
26 |
</item>
|
|
27 |
<item>
|
|
28 |
<widget class="QPushButton" name="quitPushButton">
|
|
29 |
<property name="text">
|
|
30 |
<string>&Quit</string>
|
|
31 |
</property>
|
|
32 |
</widget>
|
|
33 |
</item>
|
|
34 |
</layout>
|
|
35 |
</widget>
|
|
36 |
<layoutdefault spacing="6" margin="11"/>
|
|
37 |
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
|
|
38 |
<connections>
|
|
39 |
<connection>
|
|
40 |
<sender>optionsPushButton</sender>
|
|
41 |
<signal>clicked()</signal>
|
|
42 |
<receiver>MainForm</receiver>
|
|
43 |
<slot>optionsDlg()</slot>
|
|
44 |
</connection>
|
|
45 |
<connection>
|
|
46 |
<sender>quitPushButton</sender>
|
|
47 |
<signal>clicked()</signal>
|
|
48 |
<receiver>MainForm</receiver>
|
|
49 |
<slot>quit()</slot>
|
|
50 |
</connection>
|
|
51 |
</connections>
|
|
52 |
</ui>
|