dsrc isn't necessary for this repo
[client-tools.git] / src / engine / client / application / QuestEditor / ui / BaseMainWindow.ui
blobd410bf669093a0a0bb84f166c989e8a26dc0cabd
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>BaseMainWindow</class>
3 <widget class="QMainWindow">
4     <property name="name">
5         <cstring>BaseMainWindow</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>1025</width>
12             <height>840</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>Quest Editor</string>
17     </property>
18 </widget>
19 <menubar>
20     <property name="name">
21         <cstring>m_menuBarEditor</cstring>
22     </property>
23     <property name="geometry">
24         <rect>
25             <x>0</x>
26             <y>0</y>
27             <width>1025</width>
28             <height>29</height>
29         </rect>
30     </property>
31     <item text="&amp;File" name="m_fileMenu">
32         <action name="m_fileNewAction"/>
33         <action name="m_fileOpenAction"/>
34         <separator/>
35         <action name="m_fileSaveAction"/>
36         <action name="m_fileSaveAsAction"/>
37         <separator/>
38         <action name="m_fileCloseAction"/>
39         <action name="m_fileQuitAction"/>
40     </item>
41     <item text="&amp;Tool" name="m_toolMenu">
42         <action name="m_toolAddToPerforceAction"/>
43         <action name="m_toolBuildQuestCrcTablesAction"/>
44     </item>
45     <item text="&amp;Window" name="m_windowsMenu">
46     </item>
47     <item text="&amp;Help" name="m_helpMenu">
48         <action name="m_helpShowHelp"/>
49         <action name="m_helpWhatsThisAction"/>
50         <action name="m_helpAboutAction"/>
51     </item>
52 </menubar>
53 <toolbars>
54     <toolbar dock="2">
55         <property name="name">
56             <cstring>m_fileToolbar</cstring>
57         </property>
58         <property name="geometry">
59             <rect>
60                 <x>0</x>
61                 <y>0</y>
62                 <width>195</width>
63                 <height>29</height>
64             </rect>
65         </property>
66         <property name="label">
67             <string>File Toolbar</string>
68         </property>
69         <action name="m_fileNewAction"/>
70         <action name="m_fileOpenAction"/>
71         <separator/>
72         <action name="m_fileSaveAction"/>
73         <action name="m_fileSaveAsAction"/>
74         <separator/>
75         <action name="m_fileCloseAction"/>
76         <action name="m_fileQuitAction"/>
77     </toolbar>
78     <toolbar dock="2">
79         <property name="name">
80             <cstring>m_toolToolbar</cstring>
81         </property>
82         <property name="label">
83             <string>Tool Toolbar</string>
84         </property>
85         <action name="m_toolAddToPerforceAction"/>
86         <action name="m_toolBuildQuestCrcTablesAction"/>
87     </toolbar>
88     <toolbar dock="2">
89         <property name="name">
90             <cstring>m_helpToolbar</cstring>
91         </property>
92         <property name="label">
93             <string>Help Toolbar</string>
94         </property>
95         <action name="m_helpShowHelp"/>
96         <action name="m_helpWhatsThisAction"/>
97     </toolbar>
98 </toolbars>
99 <actions>
100     <action>
101         <property name="name">
102             <cstring>m_fileNewAction</cstring>
103         </property>
104         <property name="iconSet">
105             <iconset>image0</iconset>
106         </property>
107         <property name="text">
108             <string>&amp;New</string>
109         </property>
110         <property name="menuText">
111             <string>&amp;New</string>
112         </property>
113         <property name="toolTip">
114             <string>New</string>
115         </property>
116         <property name="whatsThis">
117             <string>&lt;b&gt;New&lt;/b&gt;&lt;br&gt;&lt;br&gt;Create a new empty quest.</string>
118         </property>
119         <property name="accel">
120             <string>Ctrl+N</string>
121         </property>
122     </action>
123     <action>
124         <property name="name">
125             <cstring>m_fileOpenAction</cstring>
126         </property>
127         <property name="iconSet">
128             <iconset>image1</iconset>
129         </property>
130         <property name="text">
131             <string>&amp;Open...</string>
132         </property>
133         <property name="menuText">
134             <string>&amp;Open...</string>
135         </property>
136         <property name="toolTip">
137             <string>Open...</string>
138         </property>
139         <property name="whatsThis">
140             <string>&lt;b&gt;Open&lt;/b&gt;&lt;br&gt;&lt;br&gt;Open a quest (*.qst) file. The active directory is set by the &lt;b&gt;&lt;i&gt;defaultQuestDirectory&lt;/i&gt;&lt;/b&gt; in the QuestEditor.cfg file.</string>
141         </property>
142         <property name="accel">
143             <string>Ctrl+O</string>
144         </property>
145     </action>
146     <action>
147         <property name="name">
148             <cstring>m_fileSaveAction</cstring>
149         </property>
150         <property name="iconSet">
151             <iconset>image2</iconset>
152         </property>
153         <property name="text">
154             <string>&amp;Save</string>
155         </property>
156         <property name="menuText">
157             <string>&amp;Save</string>
158         </property>
159         <property name="toolTip">
160             <string>Save</string>
161         </property>
162         <property name="whatsThis">
163             <string>&lt;b&gt;Save&lt;/b&gt;&lt;br&gt;&lt;br&gt;Save the active quest. The save process exports the QuestList and QuestTask datatables, generates the localized string file (*.stf), and compiles the data tables.</string>
164         </property>
165         <property name="accel">
166             <string>Ctrl+S</string>
167         </property>
168     </action>
169     <action>
170         <property name="name">
171             <cstring>m_fileSaveAsAction</cstring>
172         </property>
173         <property name="iconSet">
174             <iconset>image3</iconset>
175         </property>
176         <property name="text">
177             <string>Save &amp;As...</string>
178         </property>
179         <property name="menuText">
180             <string>Save &amp;As...</string>
181         </property>
182         <property name="toolTip">
183             <string>Save As...</string>
184         </property>
185         <property name="whatsThis">
186             <string>&lt;b&gt;SaveAs&lt;/b&gt;&lt;br&gt;&lt;br&gt;Same as &lt;b&gt;&lt;i&gt;Save&lt;/i&gt;&lt;/b&gt; but prompts for a new quest file name first.</string>
187         </property>
188     </action>
189     <action>
190         <property name="name">
191             <cstring>m_fileExportAction</cstring>
192         </property>
193         <property name="iconSet">
194             <iconset>image4</iconset>
195         </property>
196         <property name="text">
197             <string>&amp;Export</string>
198         </property>
199         <property name="menuText">
200             <string>&amp;Export</string>
201         </property>
202         <property name="toolTip">
203             <string>Export Data Tables</string>
204         </property>
205         <property name="accel">
206             <string>Ctrl+E</string>
207         </property>
208     </action>
209     <action>
210         <property name="name">
211             <cstring>m_fileCloseAction</cstring>
212         </property>
213         <property name="iconSet">
214             <iconset>image5</iconset>
215         </property>
216         <property name="text">
217             <string>C&amp;lose</string>
218         </property>
219         <property name="menuText">
220             <string>C&amp;lose</string>
221         </property>
222         <property name="toolTip">
223             <string>Close</string>
224         </property>
225         <property name="whatsThis">
226             <string>&lt;b&gt;Close&lt;/b&gt;&lt;br&gt;&lt;br&gt;Close the currently open quest window. If the quest is not saved (indicated by the * next to its name), a prompt will display to confirm that the quest should be closed.</string>
227         </property>
228         <property name="accel">
229             <string>Ctrl+L</string>
230         </property>
231     </action>
232     <action>
233         <property name="name">
234             <cstring>m_fileQuitAction</cstring>
235         </property>
236         <property name="iconSet">
237             <iconset>image6</iconset>
238         </property>
239         <property name="text">
240             <string>&amp;Quit</string>
241         </property>
242         <property name="menuText">
243             <string>&amp;Quit</string>
244         </property>
245         <property name="toolTip">
246             <string>Quit</string>
247         </property>
248         <property name="whatsThis">
249             <string>&lt;b&gt;Quit&lt;/b&gt;&lt;br&gt;&lt;br&gt;Quit the quest editor. If there are any openned unsaved quest, a confirmation window will appear.</string>
250         </property>
251         <property name="accel">
252             <string>Ctrl+Q</string>
253         </property>
254     </action>
255     <action>
256         <property name="name">
257             <cstring>m_toolAddToPerforceAction</cstring>
258         </property>
259         <property name="iconSet">
260             <iconset>image7</iconset>
261         </property>
262         <property name="text">
263             <string>AddTo&amp;Perforce</string>
264         </property>
265         <property name="menuText">
266             <string>AddTo&amp;Perforce</string>
267         </property>
268         <property name="toolTip">
269             <string>AddToPerforce</string>
270         </property>
271         <property name="whatsThis">
272             <string>&lt;b&gt;AddToPerforce&lt;/b&gt;&lt;br&gt;&lt;br&gt;Add the current quest file and the derived files to perforce. If the files are already in perforce, open them for edit. Output of this command is displayed in the console window. Only one active perforce operation can be performed at a time.</string>
273         </property>
274         <property name="accel">
275             <string>Ctrl+P</string>
276         </property>
277     </action>
278     <action>
279         <property name="name">
280             <cstring>m_toolCompileAction</cstring>
281         </property>
282         <property name="iconSet">
283             <iconset>image8</iconset>
284         </property>
285         <property name="text">
286             <string>Compile&amp;DataTables</string>
287         </property>
288         <property name="menuText">
289             <string>Compile&amp;DataTables</string>
290         </property>
291         <property name="toolTip">
292             <string>CompileDataTables</string>
293         </property>
294         <property name="accel">
295             <string>Ctrl+D</string>
296         </property>
297     </action>
298     <action>
299         <property name="name">
300             <cstring>m_toolBuildQuestCrcTablesAction</cstring>
301         </property>
302         <property name="iconSet">
303             <iconset>image9</iconset>
304         </property>
305         <property name="text">
306             <string>BuildQuestCrc&amp;Tables</string>
307         </property>
308         <property name="menuText">
309             <string>BuildQuestCrc&amp;Tables</string>
310         </property>
311         <property name="toolTip">
312             <string>BuildQuestCrcTables</string>
313         </property>
314         <property name="accel">
315             <string>Ctrl+T</string>
316         </property>
317     </action>
318     <action>
319         <property name="name">
320             <cstring>m_helpWhatsThisAction</cstring>
321         </property>
322         <property name="iconSet">
323             <iconset>image10</iconset>
324         </property>
325         <property name="text">
326             <string>What's This</string>
327         </property>
328         <property name="whatsThis">
329             <string>&lt;b&gt;What's This&lt;/b&gt;&lt;br&gt;&lt;br&gt;Display &lt;b&gt;&lt;i&gt;What's This&lt;/i&gt;&lt;/b&gt; help text. All quest tasks and fields provide help text which is pulled from the same data used to define them.</string>
330         </property>
331         <property name="accel">
332             <string>Shift+F1</string>
333         </property>
334     </action>
335     <action>
336         <property name="name">
337             <cstring>m_helpAboutAction</cstring>
338         </property>
339         <property name="text">
340             <string>&amp;About</string>
341         </property>
342         <property name="menuText">
343             <string>&amp;About</string>
344         </property>
345         <property name="toolTip">
346             <string>About</string>
347         </property>
348         <property name="statusTip">
349             <string>About</string>
350         </property>
351         <property name="whatsThis">
352             <string>&lt;b&gt;About&lt;/b&gt;&lt;br&gt;&lt;br&gt;Display version and copyright information.</string>
353         </property>
354         <property name="accel">
355             <string>F10</string>
356         </property>
357     </action>
358     <action>
359         <property name="name">
360             <cstring>m_helpShowHelp</cstring>
361         </property>
362         <property name="iconSet">
363             <iconset>image11</iconset>
364         </property>
365         <property name="text">
366             <string>Help</string>
367         </property>
368         <property name="whatsThis">
369             <string>&lt;b&gt;Help&lt;/b&gt;&lt;br&gt;&lt;br&gt;Display the QuestEditor help. Help is generated from the QuestEditorConfig.xml file and will be an accurate detail of the tasks and fields currently available to quest creation.</string>
370         </property>
371         <property name="accel">
372             <string>F1</string>
373         </property>
374     </action>
375 </actions>
376 <images>
377     <image name="image0">
378         <data format="XPM.GZ" length="807">789cbdd1bd0ac2301405e03d4f7149b622a9c6580ae223088e8238e44644872e5a0711dfddde604b9a1f1005cf94c3979b105216b0ddaca128d9b535edd9823d990b14875bd3dc77fbd58371a5412d40c38c4f181760414c5da84aaab5ae55ada922555bd9b9ada81aaa4717b739939f4df4499971410f23eb5679c3011336606048d663d2de1899f792e8be6e48cacc1c26cf442f81e187169ef977f3bf3cb0714696c8d7f65cb217a279b00a</data>
379     </image>
380     <image name="image1">
381         <data format="XPM.GZ" length="779">789c8dd2410b82301407f0fb3ec5c3779398654384e823041d83e8b02da20e5eca0e117df7b6b7361f36a33f0afef79b439d5509bbed06ca4adc7add5f2cd8b3be4279bc77dd637f583f45512b7087824531130582059c537c95beb6aaad5be5abf6d53676691b5f8daf270a4d9ec83f8618ceac69443dd264c6444d1398454db707433768a2ba04250bcf4168fc15e960f233a6a3625a5332a525c7c69459c2a8590b2ab971a437fcd7f8a7443932aef86583e62c29e62c6ade924efc2f6ecbd21e4de4a7bd56e20ddbbb9632</data>
382     </image>
383     <image name="image2">
384         <data format="XPM.GZ" length="822">789cb592b10ac2301086f73cc5d1db8ab41ad312101f417014c4e172223a74a97510f1dd3509d2a6b5b60afe4bf8f8f8c3915c1ac366bd823815e78aaa13031fa984787f298aeb76b7bc89482a901964308b26222260c0a98b45f6a8a547b4a895965a594c2c72ce73ce2d1a8b0717677b32ec903ac1972344d34c8248e31c1b833ecfb3eb3eddd9db1b98c577beeff5bbf0b942d74ed3b55e337441e9bdf3a5bf38a6fadf399c85eb7fef2e058edaa51fdc7d211ef577b59a</data>
385     </image>
386     <image name="image3">
387         <data format="XPM.GZ" length="852">789ca5d2cb0e82301005d03d5f316176c4f8404412e32798b834312eda2944176c7c2c8cf1df656624828568f4aeb8396d292da30836eb1544a3e07436e70301edcd11227729cbeb76b7bc05619c403c83394cc241101a20c0b184abd39ac55a896b96d48a5ab3384bb80eb9524a534ab9e65c8ba21e6cb57264704f3e1b1a2f589b41b4cd0c11cd9b11c737672d52cea16a9c674a15fa6b32554b0a7618bf8bbaacda095ac46e9374afd9a077935312e287b671483f4fd2343e43313dcdb6c944d2693da6937c7baef98f39f3ba77d7de8b7bddbbff53e057ffd20f765f040f935dc8bf</data>
388     </image>
389     <image name="image4">
390         <data format="XPM.GZ" length="779">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523232510022130543251d2ea5448564056503300071f5405c0b130b230b13105719c44d364b364e3603719340dc3430002bc601a823a79c9898a88c550e28939494849045925306c980004c9248397c66e2750bd8d85139ac72b8c30c288990c24813897ab8e594f1c82103a55a6b2e00a0d79963</data>
391     </image>
392     <image name="image5">
393         <data format="XPM.GZ" length="764">789c9dd2b10ac2301006e03d4f71e4b622adb6a104c447101c05710871d0a18bd641c4773749db246d2fa21e97e1e7cb65485264b0df6d212bd8ad55ed45833eab2b64a77bd33c0ec7cd93f15280e90a567cc13882065cbab231b7510a594a61a3b251d7bad2b5d3447d6388dd220c51999ee86091fa0ddec2ac1f8f6c50539d8e2cef8f743ab3a094f59a3093d49f96c736c61f6c7495538b756e4129f38a940d4a9bd7c47f418cdf88ac8ff65ab3379d1389d7</data>
394     </image>
395     <image name="image6">
396         <data format="XPM.GZ" length="822">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade65232325130325530553054d2e15202ca2b285b98180001889b04e15a1841b87a206eb259b271b219889b08e2a6a5c1142b43b82000568c031021a78c0e1072ca896820092e8721059454c62d974cb41c5c85b21e861cd07189081acd4c88205409ba7d2061986e0cb7807d8dcb9d702992f4e1b10f8f3bf1f90f5fb8901bd638e4f4f49292d10071e9858c34586bcd0500c688cb15</data>
397     </image>
398     <image name="image7">
399         <data format="XPM.GZ" length="807">789cc591b10ac2301086f73cc5d16c415aadb508e223088e8238dc458a0e5db40e22bebbcd3536d69c8383f80f47fefbc8e53f9219d8ac576032756eb0395ab0073c81d95feafabadd2d6f2ac90bc86750c02419a984c0821eb39cd5cece8ba74d9db5a59ddad25974b6aa7afa41ff62ba537f1c3064913fd11b23e2a6ccb8043460ae4d28326e6a1e1ddf6ba5fde488f5af521ab350a42cd4aecd75c088ba8888d17e21aacc88859c58fc8710e54be6074aec453f61f7857a004ae8abba</data>
400     </image>
401     <image name="image8">
402         <data format="XPM.GZ" length="822">789ccdd2b10ac2301006e03d4f71345b91546b5b0ae223088e82385c4e44872e5a0711dfdd5c6263d3b4b3def6dfd73b92d02c85dd760369266e2db617023ae315d2e3bd691efbc3fa2992bc80bc841216c94c240804726e8ba3ec625d70541ceba2ce5dd41ca9a225551c89e3c996fd78a2fed7a4548893865ae3a8a199d35fec196adea994476f885adad27eb233e4d687309a73c842233bed362453839da6e1259ae39e93f82c169cc467c150fa773718c8e05d0209df33941ffc13af957803c28facbb</data>
403     </image>
404     <image name="image9">
405         <data format="XPM.GZ" length="807">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade65232325130325530513054d2e1525256485650360003103711c64d4b0371f540dc64b364e36433103709c44d0303b02c0e40849c320680cb2927620065a2e4b000b85c12064092031993844c122947ae9923d92db8e5f0a509b2d31976b95a6b2e00683acb2c</data>
406     </image>
407     <image name="image10">
408         <data format="PNG" length="199">89504e470d0a1a0a0000000d49484452000000100000001008060000001ff3ff610000008e49444154789c95523112c020080b9e9faa631fde119f65875e2b2228cda49060000940e3ca8405ca71351de37a1200a487502682257e45324e00046174b2137f0e7ac27622c5fa9e3479d58e85a9802ca25feef9dec230030d6b3b7a2ea603edc413034e0b56116f23396addc33703ae4cd272b4488e92bd169214cb73f43f9833b0e0fd89690b7f5d6cd7b8c30d058c54438c4d8fb40000000049454e44ae426082</data>
409     </image>
410     <image name="image11">
411         <data format="PNG" length="231">89504e470d0a1a0a0000000d49484452000000100000001008060000001ff3ff61000000ae49444154789ca593bd0ec2300c84ef90d8187817361678f4766766abd829a2e2093e86509a54495aa9962c3976fc73e7c480b6c82ee7b44d469b6c0520d18c0b109290d4cc038e21d8d3d1563b35d1e5e793a416b82e4008c9e3c5b8d82a0ee2e47882b9f4fdfd50e0e06f37350e86e171cc33b62239e86d5f2bb0908c00275b48890c215b025ca0ca4512570ab52d78dc7badc222846097616c85507d48b6d3eeef6777febcba5332e9d6effc053174ebe75213b5d10000000049454e44ae426082</data>
412     </image>
413 </images>
414 <connections>
415     <connection>
416         <sender>m_helpWhatsThisAction</sender>
417         <signal>activated()</signal>
418         <receiver>BaseMainWindow</receiver>
419         <slot>whatsThis()</slot>
420     </connection>
421     <connection>
422         <sender>m_helpAboutAction</sender>
423         <signal>activated()</signal>
424         <receiver>BaseMainWindow</receiver>
425         <slot>about()</slot>
426     </connection>
427     <connection>
428         <sender>m_helpShowHelp</sender>
429         <signal>activated()</signal>
430         <receiver>BaseMainWindow</receiver>
431         <slot>showHelp()</slot>
432     </connection>
433 </connections>
434 <slots>
435     <slot>about()</slot>
436     <slot>showHelp()</slot>
437 </slots>
438 <layoutdefaults spacing="6" margin="11"/>
439 </UI>