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