1 | <!DOCTYPE UI><UI version="3.0" stdsetdef="1">
|
---|
2 | <class>MainForm</class>
|
---|
3 | <widget class="QDialog">
|
---|
4 | <property name="name">
|
---|
5 | <cstring>MainForm</cstring>
|
---|
6 | </property>
|
---|
7 | <property name="geometry">
|
---|
8 | <rect>
|
---|
9 | <x>0</x>
|
---|
10 | <y>0</y>
|
---|
11 | <width>284</width>
|
---|
12 | <height>120</height>
|
---|
13 | </rect>
|
---|
14 | </property>
|
---|
15 | <property name="caption">
|
---|
16 | <string>Main Form</string>
|
---|
17 | </property>
|
---|
18 | <vbox>
|
---|
19 | <property name="name">
|
---|
20 | <cstring>unnamed</cstring>
|
---|
21 | </property>
|
---|
22 | <widget class="QPushButton">
|
---|
23 | <property name="name">
|
---|
24 | <cstring>optionsPushButton</cstring>
|
---|
25 | </property>
|
---|
26 | <property name="text">
|
---|
27 | <string>&Options...</string>
|
---|
28 | </property>
|
---|
29 | </widget>
|
---|
30 | <widget class="QPushButton">
|
---|
31 | <property name="name">
|
---|
32 | <cstring>quitPushButton</cstring>
|
---|
33 | </property>
|
---|
34 | <property name="text">
|
---|
35 | <string>&Quit</string>
|
---|
36 | </property>
|
---|
37 | </widget>
|
---|
38 | </vbox>
|
---|
39 | </widget>
|
---|
40 | <connections>
|
---|
41 | <connection>
|
---|
42 | <sender>optionsPushButton</sender>
|
---|
43 | <signal>clicked()</signal>
|
---|
44 | <receiver>MainForm</receiver>
|
---|
45 | <slot>optionsDlg()</slot>
|
---|
46 | </connection>
|
---|
47 | <connection>
|
---|
48 | <sender>quitPushButton</sender>
|
---|
49 | <signal>clicked()</signal>
|
---|
50 | <receiver>MainForm</receiver>
|
---|
51 | <slot>quit()</slot>
|
---|
52 | </connection>
|
---|
53 | </connections>
|
---|
54 | <includes>
|
---|
55 | <include location="local" impldecl="in implementation">mainform.ui.h</include>
|
---|
56 | </includes>
|
---|
57 | <variables>
|
---|
58 | <variable>bool log_errors;</variable>
|
---|
59 | <variable>bool log_warnings;</variable>
|
---|
60 | <variable>bool log_actions;</variable>
|
---|
61 | <variable>bool logging;</variable>
|
---|
62 | <variable>bool sessions;</variable>
|
---|
63 | <variable>QString log_filename;</variable>
|
---|
64 | </variables>
|
---|
65 | <slots>
|
---|
66 | <slot>optionsDlg()</slot>
|
---|
67 | <slot>quit()</slot>
|
---|
68 | </slots>
|
---|
69 | <functions>
|
---|
70 | <function access="private">init()</function>
|
---|
71 | </functions>
|
---|
72 | <pixmapinproject/>
|
---|
73 | <layoutdefaults spacing="6" margin="11"/>
|
---|
74 | </UI>
|
---|