0
|
1 |
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
|
|
2 |
<class>MainWindow</class>
|
|
3 |
<widget class="QMainWindow">
|
|
4 |
<property name="name">
|
|
5 |
<cstring>MainWindow</cstring>
|
|
6 |
</property>
|
|
7 |
<property name="geometry">
|
|
8 |
<rect>
|
|
9 |
<x>0</x>
|
|
10 |
<y>0</y>
|
|
11 |
<width>600</width>
|
|
12 |
<height>480</height>
|
|
13 |
</rect>
|
|
14 |
</property>
|
|
15 |
<property name="caption">
|
|
16 |
<string>Main Window</string>
|
|
17 |
</property>
|
|
18 |
</widget>
|
|
19 |
<menubar>
|
|
20 |
<property name="name">
|
|
21 |
<cstring>menubar</cstring>
|
|
22 |
</property>
|
|
23 |
<item text="&File" name="PopupMenu">
|
|
24 |
<action name="actionFileExit"/>
|
|
25 |
</item>
|
|
26 |
<item text="&Options" name="PopupMenu_2">
|
|
27 |
<action name="actionOptionsTranslate"/>
|
|
28 |
</item>
|
|
29 |
</menubar>
|
|
30 |
<toolbars>
|
|
31 |
</toolbars>
|
|
32 |
<actions>
|
|
33 |
<action>
|
|
34 |
<property name="name">
|
|
35 |
<cstring>actionFileExit</cstring>
|
|
36 |
</property>
|
|
37 |
<property name="text">
|
|
38 |
<string>Exit</string>
|
|
39 |
</property>
|
|
40 |
<property name="menuText">
|
|
41 |
<string>E&xit</string>
|
|
42 |
</property>
|
|
43 |
<property name="statusTip">
|
|
44 |
<string>Exit the application</string>
|
|
45 |
</property>
|
|
46 |
</action>
|
|
47 |
<action>
|
|
48 |
<property name="name">
|
|
49 |
<cstring>actionOptionsTranslate</cstring>
|
|
50 |
</property>
|
|
51 |
<property name="text">
|
|
52 |
<string>Translate</string>
|
|
53 |
</property>
|
|
54 |
<property name="menuText">
|
|
55 |
<string>Load Translation...</string>
|
|
56 |
</property>
|
|
57 |
<property name="statusTip">
|
|
58 |
<string>Load translation</string>
|
|
59 |
</property>
|
|
60 |
</action>
|
|
61 |
</actions>
|
|
62 |
<connections>
|
|
63 |
<connection>
|
|
64 |
<sender>actionFileExit</sender>
|
|
65 |
<signal>activated()</signal>
|
|
66 |
<receiver>MainWindow</receiver>
|
|
67 |
<slot>close()</slot>
|
|
68 |
</connection>
|
|
69 |
<connection>
|
|
70 |
<sender>actionOptionsTranslate</sender>
|
|
71 |
<signal>activated()</signal>
|
|
72 |
<receiver>MainWindow</receiver>
|
|
73 |
<slot>loadTranslation()</slot>
|
|
74 |
</connection>
|
|
75 |
</connections>
|
|
76 |
<includes>
|
|
77 |
<include location="local" impldecl="in implementation">mainwindow.ui.h</include>
|
|
78 |
</includes>
|
|
79 |
<slots>
|
|
80 |
<slot>loadTranslation()</slot>
|
|
81 |
</slots>
|
|
82 |
<pixmapinproject/>
|
|
83 |
<layoutdefaults spacing="6" margin="11"/>
|
|
84 |
</UI>
|