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