~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to parts/filecreate/file-templates/ui-mainwin

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
 
2
<class>Form1</class>
 
3
<widget class="QMainWindow">
 
4
    <property name="name">
 
5
        <cstring>Form1</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>Form1</string>
 
17
    </property>
 
18
</widget>
 
19
<menubar>
 
20
    <property name="name">
 
21
        <cstring>menubar</cstring>
 
22
    </property>
 
23
    <item text="&amp;File" name="fileMenu">
 
24
        <action name="fileNewAction"/>
 
25
        <action name="fileOpenAction"/>
 
26
        <action name="fileSaveAction"/>
 
27
        <action name="fileSaveAsAction"/>
 
28
        <separator/>
 
29
        <action name="filePrintAction"/>
 
30
        <separator/>
 
31
        <action name="fileExitAction"/>
 
32
    </item>
 
33
    <item text="&amp;Edit" name="editMenu">
 
34
        <action name="editUndoAction"/>
 
35
        <action name="editRedoAction"/>
 
36
        <separator/>
 
37
        <action name="editCutAction"/>
 
38
        <action name="editCopyAction"/>
 
39
        <action name="editPasteAction"/>
 
40
        <separator/>
 
41
        <action name="editFindAction"/>
 
42
    </item>
 
43
    <item text="&amp;Help" name="helpMenu">
 
44
        <action name="helpContentsAction"/>
 
45
        <action name="helpIndexAction"/>
 
46
        <separator/>
 
47
        <action name="helpAboutAction"/>
 
48
    </item>
 
49
</menubar>
 
50
<toolbars>
 
51
</toolbars>
 
52
<actions>
 
53
    <action>
 
54
        <property name="name">
 
55
            <cstring>fileNewAction</cstring>
 
56
        </property>
 
57
        <property name="iconSet">
 
58
            <iconset>image0</iconset>
 
59
        </property>
 
60
        <property name="text">
 
61
            <string>New</string>
 
62
        </property>
 
63
        <property name="menuText">
 
64
            <string>&amp;New</string>
 
65
        </property>
 
66
        <property name="accel">
 
67
            <string>Ctrl+N</string>
 
68
        </property>
 
69
    </action>
 
70
    <action>
 
71
        <property name="name">
 
72
            <cstring>fileOpenAction</cstring>
 
73
        </property>
 
74
        <property name="iconSet">
 
75
            <iconset>image1</iconset>
 
76
        </property>
 
77
        <property name="text">
 
78
            <string>Open</string>
 
79
        </property>
 
80
        <property name="menuText">
 
81
            <string>&amp;Open...</string>
 
82
        </property>
 
83
        <property name="accel">
 
84
            <string>Ctrl+O</string>
 
85
        </property>
 
86
    </action>
 
87
    <action>
 
88
        <property name="name">
 
89
            <cstring>fileSaveAction</cstring>
 
90
        </property>
 
91
        <property name="iconSet">
 
92
            <iconset>image2</iconset>
 
93
        </property>
 
94
        <property name="text">
 
95
            <string>Save</string>
 
96
        </property>
 
97
        <property name="menuText">
 
98
            <string>&amp;Save</string>
 
99
        </property>
 
100
        <property name="accel">
 
101
            <string>Ctrl+S</string>
 
102
        </property>
 
103
    </action>
 
104
    <action>
 
105
        <property name="name">
 
106
            <cstring>fileSaveAsAction</cstring>
 
107
        </property>
 
108
        <property name="text">
 
109
            <string>Save As</string>
 
110
        </property>
 
111
        <property name="menuText">
 
112
            <string>Save &amp;As...</string>
 
113
        </property>
 
114
        <property name="accel">
 
115
            <string></string>
 
116
        </property>
 
117
    </action>
 
118
    <action>
 
119
        <property name="name">
 
120
            <cstring>filePrintAction</cstring>
 
121
        </property>
 
122
        <property name="iconSet">
 
123
            <iconset>image3</iconset>
 
124
        </property>
 
125
        <property name="text">
 
126
            <string>Print</string>
 
127
        </property>
 
128
        <property name="menuText">
 
129
            <string>&amp;Print...</string>
 
130
        </property>
 
131
        <property name="accel">
 
132
            <string>Ctrl+P</string>
 
133
        </property>
 
134
    </action>
 
135
    <action>
 
136
        <property name="name">
 
137
            <cstring>fileExitAction</cstring>
 
138
        </property>
 
139
        <property name="text">
 
140
            <string>Exit</string>
 
141
        </property>
 
142
        <property name="menuText">
 
143
            <string>E&amp;xit</string>
 
144
        </property>
 
145
        <property name="accel">
 
146
            <string></string>
 
147
        </property>
 
148
    </action>
 
149
    <action>
 
150
        <property name="name">
 
151
            <cstring>editUndoAction</cstring>
 
152
        </property>
 
153
        <property name="iconSet">
 
154
            <iconset>image4</iconset>
 
155
        </property>
 
156
        <property name="text">
 
157
            <string>Undo</string>
 
158
        </property>
 
159
        <property name="menuText">
 
160
            <string>&amp;Undo</string>
 
161
        </property>
 
162
        <property name="accel">
 
163
            <string>Ctrl+Z</string>
 
164
        </property>
 
165
    </action>
 
166
    <action>
 
167
        <property name="name">
 
168
            <cstring>editRedoAction</cstring>
 
169
        </property>
 
170
        <property name="iconSet">
 
171
            <iconset>image5</iconset>
 
172
        </property>
 
173
        <property name="text">
 
174
            <string>Redo</string>
 
175
        </property>
 
176
        <property name="menuText">
 
177
            <string>&amp;Redo</string>
 
178
        </property>
 
179
        <property name="accel">
 
180
            <string>Ctrl+Y</string>
 
181
        </property>
 
182
    </action>
 
183
    <action>
 
184
        <property name="name">
 
185
            <cstring>editCutAction</cstring>
 
186
        </property>
 
187
        <property name="iconSet">
 
188
            <iconset>image6</iconset>
 
189
        </property>
 
190
        <property name="text">
 
191
            <string>Cut</string>
 
192
        </property>
 
193
        <property name="menuText">
 
194
            <string>&amp;Cut</string>
 
195
        </property>
 
196
        <property name="accel">
 
197
            <string>Ctrl+X</string>
 
198
        </property>
 
199
    </action>
 
200
    <action>
 
201
        <property name="name">
 
202
            <cstring>editCopyAction</cstring>
 
203
        </property>
 
204
        <property name="iconSet">
 
205
            <iconset>image7</iconset>
 
206
        </property>
 
207
        <property name="text">
 
208
            <string>Copy</string>
 
209
        </property>
 
210
        <property name="menuText">
 
211
            <string>C&amp;opy</string>
 
212
        </property>
 
213
        <property name="accel">
 
214
            <string>Ctrl+C</string>
 
215
        </property>
 
216
    </action>
 
217
    <action>
 
218
        <property name="name">
 
219
            <cstring>editPasteAction</cstring>
 
220
        </property>
 
221
        <property name="iconSet">
 
222
            <iconset>image8</iconset>
 
223
        </property>
 
224
        <property name="text">
 
225
            <string>Paste</string>
 
226
        </property>
 
227
        <property name="menuText">
 
228
            <string>&amp;Paste</string>
 
229
        </property>
 
230
        <property name="accel">
 
231
            <string>Ctrl+V</string>
 
232
        </property>
 
233
    </action>
 
234
    <action>
 
235
        <property name="name">
 
236
            <cstring>editFindAction</cstring>
 
237
        </property>
 
238
        <property name="iconSet">
 
239
            <iconset>image9</iconset>
 
240
        </property>
 
241
        <property name="text">
 
242
            <string>Find</string>
 
243
        </property>
 
244
        <property name="menuText">
 
245
            <string>&amp;Find...</string>
 
246
        </property>
 
247
        <property name="accel">
 
248
            <string>Ctrl+F</string>
 
249
        </property>
 
250
    </action>
 
251
    <action>
 
252
        <property name="name">
 
253
            <cstring>helpContentsAction</cstring>
 
254
        </property>
 
255
        <property name="text">
 
256
            <string>Contents</string>
 
257
        </property>
 
258
        <property name="menuText">
 
259
            <string>&amp;Contents...</string>
 
260
        </property>
 
261
        <property name="accel">
 
262
            <string></string>
 
263
        </property>
 
264
    </action>
 
265
    <action>
 
266
        <property name="name">
 
267
            <cstring>helpIndexAction</cstring>
 
268
        </property>
 
269
        <property name="text">
 
270
            <string>Index</string>
 
271
        </property>
 
272
        <property name="menuText">
 
273
            <string>&amp;Index...</string>
 
274
        </property>
 
275
        <property name="accel">
 
276
            <string></string>
 
277
        </property>
 
278
    </action>
 
279
    <action>
 
280
        <property name="name">
 
281
            <cstring>helpAboutAction</cstring>
 
282
        </property>
 
283
        <property name="text">
 
284
            <string>About</string>
 
285
        </property>
 
286
        <property name="menuText">
 
287
            <string>&amp;About</string>
 
288
        </property>
 
289
        <property name="accel">
 
290
            <string></string>
 
291
        </property>
 
292
    </action>
 
293
</actions>
 
294
<images>
 
295
    <image name="image0">
 
296
        <data format="XPM.GZ" length="721">789cedd2b10ac2301405d03d5ff148b62056035241fc04c5511087f425a2432b681d44fc777ba329d6b47fe07d19dee50cc9904cd376b3229d896b6deb13131fed85b4bb95e57db75f3e8434869a93d3548e841c13d3fa5c79ecaad9d52404b540351e83caa833c6a03ad4798e41f5a86c30a816f510126ee94d14d52611fb8e2ad49070a4445ca4447ca4446ca444da07fecac7ffd2956ebe64f81ff4c873215e0583a9b0</data>
 
297
    </image>
 
298
    <image name="image1">
 
299
        <data format="XPM.GZ" length="691">789cad914d0ac2301085f739c5d0d915b11a140ae211149782b898448b2e5a41eb42c4bb9b9fa6a67644045f0299978f37134896c27ab5803413979aeaa3067da033a4bb6b59de36dbf95d245282d953182703910c41c3f254ed6d8da6c69193b5dada7c924b6fc9dac2c85b156c51b83eacfe41d0c89defc4dfa2dd7c37fc44b025a179043c4152a4b055f4365414ad0e8901fd94c1ae5e19441da9211c68e7f44098d3074d86019e70a0210c089958df7ffb31134fa13797a8</data>
 
300
    </image>
 
301
    <image name="image2">
 
302
        <data format="XPM.GZ" length="691">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523232520022530543251d2e253d856405bffcbc54105b19c856360003103711c4b530b13082709340dc644310047193c1dcc424d314883958015846190b80ca24262a2721012087349964a030ba69c9c9303d403e9132087b68279388ecff4414193440948c32aa71d86470bb80863258a21b9a0eb0a7905a6b2e006d59a436</data>
 
303
    </image>
 
304
    <image name="image3">
 
305
        <data format="XPM.GZ" length="2509">789c7d944973db461085effa152cf54d956a932089a55239c896572d96bcc4b253390033186ea2488aa416a7f2dfd3db0cbd44e6d340f8f8def43406209e1c742ecf4f3b074ff6d69b7a33711d37ae6f3a077e3b9f3ffcf5f71fffeced675987fecab293edffb6b77fb1e9b8ced9e2ba65c08c00baf2117e2f5c86d02d99e196b9d7ed963df53f2ab3c47789258fa7c26564688d4bf30f23673de113e6ac1719ae9459e27f4d5c893f17ae126f8d2be3ebc87d9dff4e3904f317ccfd5ef23f28b3c45f26963c7e510ec1fc9570157dd81857967f883c90cd8635f3208b8c0b6596f863e17a500fd597fe8744c35afc1be33aef8bff5ad9b5e637cc7993f7f346fca571637c1fb9d0f99f9543b07ab2df453ff9723d0551a1f3d791cb8170573904f3a5bf725034e66f133be96fa44c1246799e4a573495e461a29cfcbbc8e64f8d9df96564f5519e876a1019668975fda05c593d5c25d67a6f945d6ef3bdb08b3ed491eba1e467c6561fcf229bff4ad9b5c6c7ccf530fa8089bdf8136596703fb1f800c23ee5ff548e3e7a636f3c8ddc68bd8ab91926066596b05c5fe359c285b2cf8de5f7ed7296f050b825d6f74763dc1a0f227bcdbf60f679e29789353f5666093f4facfe857208e63f156e93df8bdc16c223e358ff28b2f939735b240eca2ce1678983f0a57208e6bf150ec96f8d83f127e650b084cf85e5a32fdf9d10b0c6c6e44835c9631dfd9ff235b618925ad1e89779278af5750df7681ea40316d8111eef876a79ad977ae773d8257ec8efead629fdeb3ca4ba9ae6e11fcdbbef6aa72b7934ef695702eddf4e631a13d2f4c73cd599e115f533a639bbc173e6788d0b5cf23a314fe915dee01a37df698bb77887f7f8805ff190e64c342fb59fe2333ca2e373d30b7c89aff035bec1634a9e904ef1417faf78866ff1fc275de03b7c4fa3a1553e50fd8f78a2ef0bfcf43fe973bcc4cff805bb74d6a3de0e31b37c9f561fe090c6583a19612e9d1dd179417db1575237191eeafb172b9cd22a7d409a7bcc8f0c4e68f01900ef44090db8547f4ee9a966456732445083078f779a8756dfdf52f19b1cd59c699254e31c46d0703f30b6fa5239a5d27faabc22b78409de838316bdd51fd1377730a531a12bd363c949aa3d936f1a6821e8fda566aef8fe011d612eba860569495a9196721ebe7d7ed0c30dac491b58d2bd21c116b634bf25ddd2fd9dd9f3f6efef7bff0111915e41</data>
 
306
    </image>
 
307
    <image name="image4">
 
308
        <data format="XPM.GZ" length="661">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523232520022630543251d2e253d856405bffcbc54105b19c8563600020b13103711c4b530b1308270f5b082019251068344848c32b23808206494a1e23015890819653db8b81e44255c0659025d460fa70c6e3d78ec814b21b90d052422fb070540f50ebaf84196a9b5e6020011bc73cc</data>
 
309
    </image>
 
310
    <image name="image5">
 
311
        <data format="XPM.GZ" length="661">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523232520022630543251d2e253d856405bffcbc54103b11c8563600020b13105719c4b530b1308270f5b0027acb28278201a64c221c4084136132ca7011885c225c06c91890542256193d98a198327a386570ea49449581bb4d2f114d0624a08c230c50fd4f5cb80da04cad351700f7fd8672</data>
 
312
    </image>
 
313
    <image name="image6">
 
314
        <data format="XPM.GZ" length="661">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523232520022630543251d2e253d856405bffcbc54105b19c856360003103711c6b53002abc40a90649491482ac92863955146d6822ca387474619c9301419a03842825819245bd064129513b1cb242602512216994430d44bc4904984c8c1a5e032897a3019a8144c26518f800c92715864d0ec81ab4dc4701b924fb0850e8a4cad351700fbd07ccb</data>
 
315
    </image>
 
316
    <image name="image7">
 
317
        <data format="XPM.GZ" length="706">789c9d92cb0ac2301045f7f98aa1d915b1da8214c44f505c0ae26226b1e8a20a5a1722febb9924a5af58c19b40e77238a1842431ecb66b881371afb03a2b5027bc41ac1f65f9dc1f562f11a52998bd80793411d114146cae9723cfd2cc7266c395ea9aa75c15d74c65aad05c35d79c727215b91636f6d860c689f40910b4e92147d840b3be39d8416d877c860eb9af478d23919c4b8a7a0ed68eb628e4a04521c7fd46c07138e47448dbf1f32fc767e8d43735741af287d3ced83b782fc5075b18a5a5</data>
 
318
    </image>
 
319
    <image name="image8">
 
320
        <data format="XPM.GZ" length="736">789c7d92d10a82301486eff714c3dd49649984103d42d165105dcce3465d58507611d1bbb773d674aed93f85fd7efb183ab394ef771b9e66ecdecaf60c1c4ef2c6d3fad134cfc371fd62499e7373957c9e4c5832e5c0b7d78bc2b9307331a36055ae960556c05a16656e69e5aaa5355658c202965825566d62176b57b5a64da3f188c084841e0a29a5e831910ef8885e4854501922e8a6b923586a176a8e40051ec1e63b7d0267387c6738424775091d653f98565a858e26c110447107d1886350d4a1c41c3dea7864e87c37f3ce47fc3aee7cd5207ffe90f78a7d0007c6c175</data>
 
321
    </image>
 
322
    <image name="image9">
 
323
        <data format="XPM.GZ" length="2798">789cb5d5594f1b491007f0773e8545bda1d53ff81a7bb4da07830103b603b92059edc34cf78c0ff0812f3051befb5677554f56c24428d2aa78e0a7aeaeea6be0dd41e9f6aa573a78b7b75c25ab91299961b2281dd8f564b2fdfb9fbfbeefed572a25fe291f46a5cafe1f7bfbd7ab9229f567d3cc81fa0caa945d785f78c72ebc2f9dabb10bef9e73ade2c21913e77ae2c28f2fc48d6a947ab7c4b169d6bc8f9ca3aa0b3fbfaf4e35ff4c5cccdf8813db34de1def34e4c3881b3cc38fb7d5a918f78525ff46dcaca9576a23a627715cd3f53e8a131b7b63edecba69fd8d3af41b1496fa6d7153f78f86b8a86f0bcbfe9ec5493d16cfc5695dfad34c6d651ca9f7cffdbd173743fd441cd64f0f85a5fe489c6a3fd4d5613c0d4eeade43b189747c1b2ce3683abbeebadf5a702ae343716c743d53313f1febc7bfa843bf1371581f9d06ebf8581df257e2b01eba57675a5fea19177e7c109cfa712271aceba58938b13a6ec4a13fba62ee27f53fa9b51fe5c1ba7f7f1f71cd85f7545cdcf73ad8f8ef137762de9fd4ef898b7e51b0d63f52877e65b10de3c785657eacced4fe7b77b763236fab36fa3e1ec5a9d5f341b0e4d3526c42bd4ab0eee7505cf4fb28ce1aea6fc146fa7f76e6d3e115fafa5d7112cebf254eeb328e6a70967b9f8b437fba13db4ceb2fc5453f7f5ffcfac2795f046bbd0fe2a2df486c42bd2bb18dd46375e89f89b99fccf7ef2dadbbf0eea8add6bf16db4cbd1067b9de8fafc7b7a1ef13cf6213e50defadd846b9acff569c3574fe833ad7fa5fc57943cfdb9f9f894cd8cf93982748fdb9386f64dee4df97c978ff52ef4c9d69ff9938cff53cfdf7ec5627f5ae576f8fdfcf0721410ac391c222fb753e720c30c408638e3bdcf31c7a3d9fb3279862c631c70316586285f5ae1e727fd8e091f3e678c216cf68e108c768e3e4957ccb2b39e5fc337470ce71814b74d143ffe59ae4ff01ae7825d7f8c0753fe213d7ff8c2ffcfb0deccefc016ef115df380e51460555d4504784069aafe48f798f87885126a04a4409a564c8be92bfc115655cb94c395a34409d8634a231afe7c58ee5ef35d7bae3dc2eddd384a634a339c7032d90efcce7bba225ad38525aa3461b7ae478da75037a5f2758d196525ec93359aedde23882a563ae95edc8cf90529b4ee894c6bcf2844f66e2ce1239cf9afc7755c5fbc9b8479fdabcc71b3aa38ee4d039d7b9a04b1ecb5ebe677ea1964712ead2f9cf8aac1ecfd10a6f79ffdc7b4d7dee92bcfd7be1bd5ff29ccedbbf2f90dbfbfffefdfef873ef5fce01d04a</data>
 
324
    </image>
 
325
</images>
 
326
<connections>
 
327
    <connection>
 
328
        <sender>fileNewAction</sender>
 
329
        <signal>activated()</signal>
 
330
        <receiver>Form1</receiver>
 
331
        <slot>fileNew()</slot>
 
332
    </connection>
 
333
    <connection>
 
334
        <sender>fileOpenAction</sender>
 
335
        <signal>activated()</signal>
 
336
        <receiver>Form1</receiver>
 
337
        <slot>fileOpen()</slot>
 
338
    </connection>
 
339
    <connection>
 
340
        <sender>fileSaveAction</sender>
 
341
        <signal>activated()</signal>
 
342
        <receiver>Form1</receiver>
 
343
        <slot>fileSave()</slot>
 
344
    </connection>
 
345
    <connection>
 
346
        <sender>fileSaveAsAction</sender>
 
347
        <signal>activated()</signal>
 
348
        <receiver>Form1</receiver>
 
349
        <slot>fileSaveAs()</slot>
 
350
    </connection>
 
351
    <connection>
 
352
        <sender>filePrintAction</sender>
 
353
        <signal>activated()</signal>
 
354
        <receiver>Form1</receiver>
 
355
        <slot>filePrint()</slot>
 
356
    </connection>
 
357
    <connection>
 
358
        <sender>fileExitAction</sender>
 
359
        <signal>activated()</signal>
 
360
        <receiver>Form1</receiver>
 
361
        <slot>fileExit()</slot>
 
362
    </connection>
 
363
    <connection>
 
364
        <sender>editUndoAction</sender>
 
365
        <signal>activated()</signal>
 
366
        <receiver>Form1</receiver>
 
367
        <slot>editUndo()</slot>
 
368
    </connection>
 
369
    <connection>
 
370
        <sender>editRedoAction</sender>
 
371
        <signal>activated()</signal>
 
372
        <receiver>Form1</receiver>
 
373
        <slot>editRedo()</slot>
 
374
    </connection>
 
375
    <connection>
 
376
        <sender>editCutAction</sender>
 
377
        <signal>activated()</signal>
 
378
        <receiver>Form1</receiver>
 
379
        <slot>editCut()</slot>
 
380
    </connection>
 
381
    <connection>
 
382
        <sender>editCopyAction</sender>
 
383
        <signal>activated()</signal>
 
384
        <receiver>Form1</receiver>
 
385
        <slot>editCopy()</slot>
 
386
    </connection>
 
387
    <connection>
 
388
        <sender>editPasteAction</sender>
 
389
        <signal>activated()</signal>
 
390
        <receiver>Form1</receiver>
 
391
        <slot>editPaste()</slot>
 
392
    </connection>
 
393
    <connection>
 
394
        <sender>editFindAction</sender>
 
395
        <signal>activated()</signal>
 
396
        <receiver>Form1</receiver>
 
397
        <slot>editFind()</slot>
 
398
    </connection>
 
399
    <connection>
 
400
        <sender>helpIndexAction</sender>
 
401
        <signal>activated()</signal>
 
402
        <receiver>Form1</receiver>
 
403
        <slot>helpIndex()</slot>
 
404
    </connection>
 
405
    <connection>
 
406
        <sender>helpContentsAction</sender>
 
407
        <signal>activated()</signal>
 
408
        <receiver>Form1</receiver>
 
409
        <slot>helpContents()</slot>
 
410
    </connection>
 
411
    <connection>
 
412
        <sender>helpAboutAction</sender>
 
413
        <signal>activated()</signal>
 
414
        <receiver>Form1</receiver>
 
415
        <slot>helpAbout()</slot>
 
416
    </connection>
 
417
</connections>
 
418
<slots>
 
419
    <slot>fileNew()</slot>
 
420
    <slot>fileOpen()</slot>
 
421
    <slot>fileSave()</slot>
 
422
    <slot>fileSaveAs()</slot>
 
423
    <slot>filePrint()</slot>
 
424
    <slot>fileExit()</slot>
 
425
    <slot>editUndo()</slot>
 
426
    <slot>editRedo()</slot>
 
427
    <slot>editCut()</slot>
 
428
    <slot>editCopy()</slot>
 
429
    <slot>editPaste()</slot>
 
430
    <slot>editFind()</slot>
 
431
    <slot>helpIndex()</slot>
 
432
    <slot>helpContents()</slot>
 
433
    <slot>helpAbout()</slot>
 
434
</slots>
 
435
<layoutdefaults spacing="6" margin="11"/>
 
436
</UI>