]> ruin.nu Git - hbs.git/blob - bs/ui/bsappbase.ui
moving the tick changing to the toolbar instead of CTickView. adding a combobox to...
[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>700</width>
12             <height>534</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>Harvalen's Battlesystem</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>700</width>
28             <height>24</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         <separator/>
37         <action name="filePrintAction"/>
38         <separator/>
39         <action name="fileExitAction"/>
40     </item>
41     <item text="&amp;Edit" name="editMenu">
42         <action name="editUndoAction"/>
43         <action name="editRedoAction"/>
44         <separator/>
45         <action name="editCutAction"/>
46         <action name="editCopyAction"/>
47         <action name="editPasteAction"/>
48         <separator/>
49         <action name="editFindAction"/>
50     </item>
51     <item text="Battle" name="PopupMenu">
52         <action name="battleNewAction"/>
53         <action name="battleSimulateAction"/>
54     </item>
55     <item text="&amp;Help" name="helpMenu">
56         <action name="helpContentsAction"/>
57         <action name="helpIndexAction"/>
58         <separator/>
59         <action name="helpAboutAction"/>
60     </item>
61 </menubar>
62 <toolbars>
63     <toolbar dock="2">
64         <property name="name">
65             <cstring>toolBar</cstring>
66         </property>
67         <property name="label">
68             <string>Tools</string>
69         </property>
70         <action name="fileNewAction"/>
71         <action name="fileOpenAction"/>
72         <action name="fileSaveAction"/>
73         <separator/>
74         <widget class="QLabel">
75             <property name="name">
76                 <cstring>TextLabel3</cstring>
77             </property>
78             <property name="text">
79                 <string>Show result as:</string>
80             </property>
81         </widget>
82         <widget class="QComboBox">
83             <property name="name">
84                 <cstring>resultModeCombo</cstring>
85             </property>
86             <item>
87                 <property name="text">
88                     <string>Killed units</string>
89                 </property>
90             </item>
91             <item>
92                 <property name="text">
93                     <string>Blocked units</string>
94                 </property>
95             </item>
96             <item>
97                 <property name="text">
98                     <string>Survived unts</string>
99                 </property>
100             </item>
101             <item>
102                 <property name="text">
103                     <string>New (stolen) untis</string>
104                 </property>
105             </item>
106         </widget>
107         <separator/>
108         <widget class="QLabel">
109             <property name="name">
110                 <cstring>TextLabel1</cstring>
111             </property>
112             <property name="text">
113                 <string>From tick:</string>
114             </property>
115         </widget>
116         <widget class="QSpinBox">
117             <property name="name">
118                 <cstring>minTickSpin</cstring>
119             </property>
120             <property name="maxValue">
121                 <number>0</number>
122             </property>
123         </widget>
124         <widget class="QLabel">
125             <property name="name">
126                 <cstring>TextLabel2</cstring>
127             </property>
128             <property name="text">
129                 <string>to:</string>
130             </property>
131         </widget>
132         <widget class="QSpinBox">
133             <property name="name">
134                 <cstring>maxTickSpin</cstring>
135             </property>
136         </widget>
137         <widget class="QCheckBox">
138             <property name="name">
139                 <cstring>oneTickCheck</cstring>
140             </property>
141             <property name="text">
142                 <string>One tick only</string>
143             </property>
144         </widget>
145     </toolbar>
146 </toolbars>
147 <actions>
148     <action>
149         <property name="name">
150             <cstring>fileNewAction</cstring>
151         </property>
152         <property name="iconSet">
153             <iconset>image0</iconset>
154         </property>
155         <property name="text">
156             <string>New</string>
157         </property>
158         <property name="menuText">
159             <string>&amp;New</string>
160         </property>
161         <property name="accel">
162             <number>0</number>
163         </property>
164     </action>
165     <action>
166         <property name="name">
167             <cstring>fileOpenAction</cstring>
168         </property>
169         <property name="iconSet">
170             <iconset>image1</iconset>
171         </property>
172         <property name="text">
173             <string>Open</string>
174         </property>
175         <property name="menuText">
176             <string>&amp;Open...</string>
177         </property>
178         <property name="accel">
179             <number>4194383</number>
180         </property>
181     </action>
182     <action>
183         <property name="name">
184             <cstring>fileSaveAction</cstring>
185         </property>
186         <property name="iconSet">
187             <iconset>image2</iconset>
188         </property>
189         <property name="text">
190             <string>Save</string>
191         </property>
192         <property name="menuText">
193             <string>&amp;Save</string>
194         </property>
195         <property name="accel">
196             <number>4194387</number>
197         </property>
198     </action>
199     <action>
200         <property name="name">
201             <cstring>fileSaveAsAction</cstring>
202         </property>
203         <property name="text">
204             <string>Save As</string>
205         </property>
206         <property name="menuText">
207             <string>Save &amp;As...</string>
208         </property>
209         <property name="accel">
210             <number>0</number>
211         </property>
212     </action>
213     <action>
214         <property name="name">
215             <cstring>filePrintAction</cstring>
216         </property>
217         <property name="iconSet">
218             <iconset>image3</iconset>
219         </property>
220         <property name="text">
221             <string>Print</string>
222         </property>
223         <property name="menuText">
224             <string>&amp;Print...</string>
225         </property>
226         <property name="accel">
227             <number>4194384</number>
228         </property>
229     </action>
230     <action>
231         <property name="name">
232             <cstring>fileExitAction</cstring>
233         </property>
234         <property name="text">
235             <string>Exit</string>
236         </property>
237         <property name="menuText">
238             <string>E&amp;xit</string>
239         </property>
240         <property name="accel">
241             <number>0</number>
242         </property>
243     </action>
244     <action>
245         <property name="name">
246             <cstring>editUndoAction</cstring>
247         </property>
248         <property name="iconSet">
249             <iconset>image4</iconset>
250         </property>
251         <property name="text">
252             <string>Undo</string>
253         </property>
254         <property name="menuText">
255             <string>&amp;Undo</string>
256         </property>
257         <property name="accel">
258             <number>4194394</number>
259         </property>
260     </action>
261     <action>
262         <property name="name">
263             <cstring>editRedoAction</cstring>
264         </property>
265         <property name="iconSet">
266             <iconset>image5</iconset>
267         </property>
268         <property name="text">
269             <string>Redo</string>
270         </property>
271         <property name="menuText">
272             <string>&amp;Redo</string>
273         </property>
274         <property name="accel">
275             <number>4194393</number>
276         </property>
277     </action>
278     <action>
279         <property name="name">
280             <cstring>editCutAction</cstring>
281         </property>
282         <property name="iconSet">
283             <iconset>image6</iconset>
284         </property>
285         <property name="text">
286             <string>Cut</string>
287         </property>
288         <property name="menuText">
289             <string>&amp;Cut</string>
290         </property>
291         <property name="accel">
292             <number>4194392</number>
293         </property>
294     </action>
295     <action>
296         <property name="name">
297             <cstring>editCopyAction</cstring>
298         </property>
299         <property name="iconSet">
300             <iconset>image7</iconset>
301         </property>
302         <property name="text">
303             <string>Copy</string>
304         </property>
305         <property name="menuText">
306             <string>C&amp;opy</string>
307         </property>
308         <property name="accel">
309             <number>4194371</number>
310         </property>
311     </action>
312     <action>
313         <property name="name">
314             <cstring>editPasteAction</cstring>
315         </property>
316         <property name="iconSet">
317             <iconset>image8</iconset>
318         </property>
319         <property name="text">
320             <string>Paste</string>
321         </property>
322         <property name="menuText">
323             <string>&amp;Paste</string>
324         </property>
325         <property name="accel">
326             <number>4194390</number>
327         </property>
328     </action>
329     <action>
330         <property name="name">
331             <cstring>editFindAction</cstring>
332         </property>
333         <property name="iconSet">
334             <iconset>image9</iconset>
335         </property>
336         <property name="text">
337             <string>Find</string>
338         </property>
339         <property name="menuText">
340             <string>&amp;Find...</string>
341         </property>
342         <property name="accel">
343             <number>4194374</number>
344         </property>
345     </action>
346     <action>
347         <property name="name">
348             <cstring>helpContentsAction</cstring>
349         </property>
350         <property name="text">
351             <string>Contents</string>
352         </property>
353         <property name="menuText">
354             <string>&amp;Contents...</string>
355         </property>
356         <property name="accel">
357             <number>0</number>
358         </property>
359     </action>
360     <action>
361         <property name="name">
362             <cstring>helpIndexAction</cstring>
363         </property>
364         <property name="text">
365             <string>Index</string>
366         </property>
367         <property name="menuText">
368             <string>&amp;Index...</string>
369         </property>
370         <property name="accel">
371             <number>0</number>
372         </property>
373     </action>
374     <action>
375         <property name="name">
376             <cstring>helpAboutAction</cstring>
377         </property>
378         <property name="text">
379             <string>About</string>
380         </property>
381         <property name="menuText">
382             <string>&amp;About...</string>
383         </property>
384         <property name="accel">
385             <number>0</number>
386         </property>
387     </action>
388     <action>
389         <property name="name">
390             <cstring>battleNewAction</cstring>
391         </property>
392         <property name="text">
393             <string>New</string>
394         </property>
395         <property name="toolTip">
396             <string>Create what's needed to add fleets to a battle</string>
397         </property>
398         <property name="statusTip">
399             <string>Create a new battle with initial groups and home planet</string>
400         </property>
401         <property name="accel">
402             <number>4194382</number>
403         </property>
404     </action>
405     <action>
406         <property name="name">
407             <cstring>battleSimulateAction</cstring>
408         </property>
409         <property name="text">
410             <string>Run Simulate Battle</string>
411         </property>
412         <property name="accel">
413             <number>4194386</number>
414         </property>
415     </action>
416 </actions>
417 <images>
418     <image name="image0">
419         <data format="XPM.GZ" length="721">789cedd2310ac23014c6f13da778245b11ab29c114f1088aa3200eaf2f151daaa07510f1eef64553ac696fe04787fcf90dc9d03481cd7a09492aae35d647023ae0051277abaafb76b77808a93534df0ca67224e4180856e753c967d59cd5c48fb3e0d4b9269d7312a741e30c723a4e9b596333ce92930c69329cc8b9f7f3b7f42e886a1709bea70a3524142812172892325024182892f681bff2f1bf74a5bb2f19fe0f7ae439172f13a0a94f</data>
420     </image>
421     <image name="image1">
422         <data format="XPM.GZ" length="691">789cad914d0ac2301085f739c5d0d905b1b62214c423282e05713189165d5441eb42c4bb9b9fa6a67644045f0299978f3713482a61b59c834cc5a5a6faa041efe90c727badaadb7a33bb8b24cfc1ec0964c9402443d0b0381d77b64653e3c8c95a6d6d312e326fc9dad2c85b156c59ba3eacfe41d0c89defc4dfa2dd7c37fc44b025a179043c4152a4b055f4365414ad0e8901fd94c1ae5e19441da9211c68e7f44098d3074d86019e70a0210c089958df7ffb31154f9c7397a6</data>
423     </image>
424     <image name="image2">
425         <data format="XPM.GZ" length="691">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523232520022530543251d2e253d856405bffcbc54105b19c856360003103711c4b530b63084709340dc64d364a36453103719cc4d49324b0173f5b002b08c32160095494c544e4202400e6932c9406174d39293617a807c226510f6d04e2611d9ff892832688028196554e3b0c9e076010d65b04437341d604f21b5d65c008f8da445</data>
426     </image>
427     <image name="image3">
428         <data format="XPM.GZ" length="2509">789c7d944973db381085effe152af7cd35d5a1242e604dcdc189b37a899d65e2646a0e240168b32cc992bc646afefb34ba1b509671f40c9a9fde43a349507c72d0bb3c3fed1d3cd95b6f9acda4eb75e3e6a67760b7f3f9c35f7ffff1cfdefe60d0a33f637a83fddff6f62f36bdae77b6b87601704000197f98df331bef3313186e03f7b3ccf4c5ff281cc47e9798f378ca6c22835336ea1f461e48bd93c0832c325c0907b1ff3571cdfe9cb94ebc5536cad791877d9eff4ed87bf5178187fde47f101e66c2b04ccc79fc22ecbdfa2be63afab051369a7f889c4b7e1d38ef47c685709ea93f666e7253f0e620f75f34455634ecdf28d7a5f8af853ba77e1bb86cca7ec98c4be55af93e723564fe2cecbdd6e3fb5d0d93cfd753b555bf6a99d7918df899b0f7ea737f6658d5ea6f13b30f23615308233f4fa6adea3a677f229cfcbbc8ea4f95adfa26b2f8c8cf439d478659e28ed90bd75a0f5789d9c737c25da9f32d73177d682237327fa6acf5f12cb2faaf843ba77c1cb8c9a30f9858e64f849b587f9858d607e62ee5ff148e3e5a65a73c8ddc4abd3a709b2706e1b654e6eb6b6deb5acb5c09db52997fdf5dd1955dc15c305b62f15b65a79c47b6927f11d816895f2696f7cf58d896ea3f4f2cfe85b0f7ea3f6576c9ef477625f34839d63f8aac7e19d89589bdb08bf39f2596f997c2deabff96d925df293be54f817d19c47ccecc1f79f9ee84800db6aa8ed4902c36d1ff29dfa0439fe458a35fe63b56ac2f6b748fe6813b08023dc2e3fd502d2bf552efe11c76891ff2bbba4d4aff3a0fa9aea4c3b08fe6bbef6aa72b79346fe9ae78ba7f3b8d694c48d31ff354678657d4cf98e6ec469833c76b5ce032ac13f3945ee10dae71f39db6788b77788f0ff8150f69ce44f25cfb293ec3233a3e57bdc097f80a5fe31b3ca6e409e9141fe4f78a67f816cf7fd205bec3f7345a5ae503d5ff8827f2bec04fff933ec74bfc8c5f30a3b33ef5768803cd0f69f51c0b1a63ee648425777644e715f5153c43dd0cf050debf58e394561902d2dce3f0c8e0844638030877c2400b5daa3fa7f454b2ac331e2c68c082c53bc98393f73757fc26473567922435388711b4a11f186b7dae9c52e93f555e916b6082f7d08143abf547f4cd1d4c694ce8cae46842926acff89b161c78d95f6ae62aec1fd011e6ac6b589096a41569c9e7fedbe7072ddcc09ab48125ed0d09b6b0a5f98e744bfb3bd3e7eddfdff7fe0305be5c9c</data>
429     </image>
430     <image name="image4">
431         <data format="XPM.GZ" length="661">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523232520022630543251d2e253d856405bffcbc54105b19c8563600020b63103711c4b530b6308470f5b082019251068344848c32b23808206494a1e23015890819653db8b81e44255c0659025d460fa70c6e3d78ec814b21b90d052422fb070540f50ebaf84196a9b5e6020008a373c8</data>
432     </image>
433     <image name="image5">
434         <data format="XPM.GZ" length="661">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523232520022630543251d2e253d856405bffcbc54103b11c8563600020b63105719c4b530b6308470f5b0027acb28278201a64c221c4084136132ca7011885c225c06c91890542256193d98a198327a386570ea49449581bb4d2f114d0624a08c230c50fd4f5cb80da04cad351700eee4866e</data>
435     </image>
436     <image name="image6">
437         <data format="XPM.GZ" length="661">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523232520022630543251d2e253d856405bffcbc54105b19c856360003103711c6b53006abc40a90649491482ac92863955146d6822ca387474619c9301419a03842825819245bd064129513b1cb242602512216994430d44bc4904984c8c1a5e032897a3019a8144c26518f800c92715864d0ec81ab4dc4701b924fb0850e8a4cad351700fe117ccc</data>
438     </image>
439     <image name="image7">
440         <data format="XPM.GZ" length="706">789c9d92cb0ac2301045f7f98aa1d915b1da82b4889fa0b814c4c54c6ad14515b42e44fc773b79d057ace04da073399c5042a21076db358491b857589d15a813de20cc1f65f9dc1f562f11c431d47b01f36022822928d85c2f479e653dcb990e5772354db82aae4996a8a2e09a734d29cd4c45ae858e3ed69b71226d3c04757ac81036b05edf1ceca0b643364387ccd7a2c69148c625453d079d936be47350239f637ec3e318ec733aa4edd8f997633374dc4d0d9d86fce1b433f60ede4bf101a375a557</data>
441     </image>
442     <image name="image8">
443         <data format="XPM.GZ" length="736">789c7d92d10a82301486ef7d8ae1ee24321561103d42d165105dcce3465d54507611d1bbb7736cbaadd93f85fd7efb183af38cedb66b96e5c9bd93dd09181ce58d65ede37c7eee0fab57929625339760453a4bd23903b6b95e14ceb999f30505abb255545801aba844d1d3c6d69eb658a186126aac12ab36e9176b5bb5a64da37108c784841e7229251f319101b8885e8837d018c2e9a6b925585a1b6a9640030ec1e63a6302c71faee38fd051434247f51f4c2bad4247936008a2b88368c23128ea50628e9e741ce23bdfcd9cf3e1bf8e3d5fe5e5cf1ff25e261ff1b8c16c</data>
444     </image>
445     <image name="image9">
446         <data format="XPM.GZ" length="2798">789cb5d5594f23471007f0773e8545bda1e8bfbe66ecd16a1fcc7d3ab017ec46799899ee010c0603365794ef9e9afe574f2201118a14350ffcd4d555d5c7c08795d6c9e1416be5c3d2dd3c9f9f97adf22cbf6dadb8c574faf4dbef9ffe585aee765bfad369a7adeef22f4bcb47f356d91a5f5ff91a325648b75d8fe0dde0ac3bec66c17bb57b596fd8a30f6af73bfd76bf531bd3da499e64491ee66fe94127a54774e686bde0d5da6937eda4a1198ccd99c56fd1cdfa7b3af7c322783b388ff128e94167c0fcebe68cc665e3b01ec7f43031cfcd8e96473a4bacdf073af7593fc42f6a0f7ab11eeecdb1de6963e65fa787b67f0ce826bf6bccfacfb41e68193ca38b94f5e5daec398f22b868eafd4a0f63fe9c8efdcb4d63e63fa7353ff325e6385f44e75c7f4697162f4fd19cc7b0f6b017eba31f5d70fe8cce9cf57345e749cefadfcdb1de061dfb93cd689b9f9863fc9c8efdc8a5d95b7ee62bf43e78dea7d1850b163ab37e654ae7dee64b3ad6c73eadf598ffabd9ea49156dfb0ff791f5b3c4ded315dddcf722ba0cf5704117b1ff03baa997465bfe5573acd7a15d9c5f6bccfc99d9f687f0bd676596b824d8999dbd8f07bab0fc8268c6cb1d5dc67cdd68db4f9b6eea7da17dece76774c9fadf6ae77a5e8e7faff6697d2fdccf882e52cea317ede91d3ad6970bda79cb7f4737f5c27de5651ecf7b37daf27da69b7ae77419f31dd22ee69b98637d4f6b3dee37bcb742fbb5fbd9367bcb7f44bbe85bdadb7923e42b5c11cff3992ed32a0d7ea25d5a55c127b44f6dfd8d39e6ff4157b63f09e7572665dccf23edbce59fd155ea8325bcaf52ebd9feb6ccdeea5fd35565e719be67975415f31dcddf3ffe7b3c04390a943a0a38f87f8f4785539ce11c131d17b8d435f276bc464f71856b1d33dce016779863f15a0dde1feef1a071333ce209cf1861156b58c7c61bf14e3bd9d4f82d6c6347c72ef6b08f038c5ff6c4ff0738d44e8ef059f37ec157cdff0ddff5f763b857e34f71821ff8a9a38d0ebae8a18f04290618be113fd13db691a123404f447229a414f746fc3d0ec56be68e5418c9291239937399683f2f76ccbfd79aeb4263f7e552a67225d732d37123b7a85e8dd7bb923b99eb286481bedccb838ec7d76ec0ee6b03737992423b7916a7b9473a56e1644d73f957e23d0a59970dd99489769eebc94cebb344a5aba6ffecaa793f5e6b8c655df7782c5bb2cd18d9d13cbbb2a773fee57bd617ea7426977dd9f93ba3ea40d75886f7bc7fadbd90b156c9dfffbde8def774cdf6fbbf2f48bdf7fffdfbfdf3e3d25f9a24cea0</data>
447     </image>
448 </images>
449 <connections>
450     <connection>
451         <sender>fileNewAction</sender>
452         <signal>activated()</signal>
453         <receiver>BSAppBase</receiver>
454         <slot>fileNew()</slot>
455     </connection>
456     <connection>
457         <sender>fileOpenAction</sender>
458         <signal>activated()</signal>
459         <receiver>BSAppBase</receiver>
460         <slot>fileOpen()</slot>
461     </connection>
462     <connection>
463         <sender>fileSaveAction</sender>
464         <signal>activated()</signal>
465         <receiver>BSAppBase</receiver>
466         <slot>fileSave()</slot>
467     </connection>
468     <connection>
469         <sender>fileSaveAsAction</sender>
470         <signal>activated()</signal>
471         <receiver>BSAppBase</receiver>
472         <slot>fileSaveAs()</slot>
473     </connection>
474     <connection>
475         <sender>filePrintAction</sender>
476         <signal>activated()</signal>
477         <receiver>BSAppBase</receiver>
478         <slot>filePrint()</slot>
479     </connection>
480     <connection>
481         <sender>fileExitAction</sender>
482         <signal>activated()</signal>
483         <receiver>BSAppBase</receiver>
484         <slot>fileExit()</slot>
485     </connection>
486     <connection>
487         <sender>editUndoAction</sender>
488         <signal>activated()</signal>
489         <receiver>BSAppBase</receiver>
490         <slot>editUndo()</slot>
491     </connection>
492     <connection>
493         <sender>editRedoAction</sender>
494         <signal>activated()</signal>
495         <receiver>BSAppBase</receiver>
496         <slot>editRedo()</slot>
497     </connection>
498     <connection>
499         <sender>editCutAction</sender>
500         <signal>activated()</signal>
501         <receiver>BSAppBase</receiver>
502         <slot>editCut()</slot>
503     </connection>
504     <connection>
505         <sender>editPasteAction</sender>
506         <signal>activated()</signal>
507         <receiver>BSAppBase</receiver>
508         <slot>editPaste()</slot>
509     </connection>
510     <connection>
511         <sender>editFindAction</sender>
512         <signal>activated()</signal>
513         <receiver>BSAppBase</receiver>
514         <slot>editFind()</slot>
515     </connection>
516     <connection>
517         <sender>helpIndexAction</sender>
518         <signal>activated()</signal>
519         <receiver>BSAppBase</receiver>
520         <slot>helpIndex()</slot>
521     </connection>
522     <connection>
523         <sender>helpContentsAction</sender>
524         <signal>activated()</signal>
525         <receiver>BSAppBase</receiver>
526         <slot>helpContents()</slot>
527     </connection>
528     <connection>
529         <sender>helpAboutAction</sender>
530         <signal>activated()</signal>
531         <receiver>BSAppBase</receiver>
532         <slot>helpAbout()</slot>
533     </connection>
534     <connection>
535         <sender>battleNewAction</sender>
536         <signal>activated()</signal>
537         <receiver>BSAppBase</receiver>
538         <slot>battleNew()</slot>
539     </connection>
540     <connection>
541         <sender>battleSimulateAction</sender>
542         <signal>activated()</signal>
543         <receiver>BSAppBase</receiver>
544         <slot>battleSimulate()</slot>
545     </connection>
546     <connection>
547         <sender>oneTickCheck</sender>
548         <signal>toggled(bool)</signal>
549         <receiver>BSAppBase</receiver>
550         <slot>oneTickCheck_toggled(bool)</slot>
551     </connection>
552     <connection>
553         <sender>resultModeCombo</sender>
554         <signal>activated(int)</signal>
555         <receiver>BSAppBase</receiver>
556         <slot>resultModeCombo_activated(int)</slot>
557     </connection>
558     <connection>
559         <sender>minTickSpin</sender>
560         <signal>valueChanged(int)</signal>
561         <receiver>BSAppBase</receiver>
562         <slot>slotTicksChanged(int)</slot>
563     </connection>
564     <connection>
565         <sender>minTickSpin</sender>
566         <signal>valueChanged(int)</signal>
567         <receiver>BSAppBase</receiver>
568         <slot>minTickSpin_valueChanged(int)</slot>
569     </connection>
570     <connection>
571         <sender>maxTickSpin</sender>
572         <signal>valueChanged(int)</signal>
573         <receiver>BSAppBase</receiver>
574         <slot>slotTicksChanged(int)</slot>
575     </connection>
576     <connection>
577         <sender>maxTickSpin</sender>
578         <signal>valueChanged(int)</signal>
579         <receiver>BSAppBase</receiver>
580         <slot>maxTickSpin_valueChanged(int)</slot>
581     </connection>
582 </connections>
583 <includes>
584     <include location="global" impldecl="in implementation">qapplication.h</include>
585     <include location="local" impldecl="in implementation">../bsdoc.h</include>
586     <include location="local" impldecl="in implementation">../bsview.h</include>
587     <include location="global" impldecl="in implementation">qinputdialog.h</include>
588     <include location="local" impldecl="in implementation">../bsconf.h</include>
589     <include location="local" impldecl="in implementation">bsappbase.ui.h</include>
590 </includes>
591 <forwards>
592     <forward>class BSConf</forward>
593     <forward>class BSView</forward>
594     <forward>class BSDoc</forward>
595 </forwards>
596 <variables>
597     <variable>BSConf* conf</variable>
598     <variable>BSView* view</variable>
599     <variable>BSDoc* doc</variable>
600 </variables>
601 <signals>
602     <signal>ticksChanged(int, int);</signal>
603     <signal>resultModeChanged(int);</signal>
604 </signals>
605 <slots>
606     <slot>fileNew()</slot>
607     <slot>fileOpen()</slot>
608     <slot>fileSave()</slot>
609     <slot>fileSaveAs()</slot>
610     <slot>filePrint()</slot>
611     <slot>fileExit()</slot>
612     <slot>editUndo()</slot>
613     <slot>editRedo()</slot>
614     <slot>editCut()</slot>
615     <slot>init()</slot>
616     <slot>editPaste()</slot>
617     <slot>editFind()</slot>
618     <slot>helpIndex()</slot>
619     <slot>helpContents()</slot>
620     <slot>helpAbout()</slot>
621     <slot>battleNew()</slot>
622     <slot>battleSimulate()</slot>
623     <slot>oneTickCheck_toggled( bool b )</slot>
624     <slot>minTickSpin_valueChanged( int i )</slot>
625     <slot>maxTickSpin_valueChanged( int i )</slot>
626     <slot>slotTicksChanged( int i )</slot>
627     <slot>resultModeCombo_activated( int i )</slot>
628 </slots>
629 <layoutdefaults spacing="6" margin="11"/>
630 </UI>