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