1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <ui version="4.0">
|
---|
3 | <class>MainWindow</class>
|
---|
4 | <widget class="QMainWindow" name="MainWindow">
|
---|
5 | <property name="geometry">
|
---|
6 | <rect>
|
---|
7 | <x>0</x>
|
---|
8 | <y>0</y>
|
---|
9 | <width>800</width>
|
---|
10 | <height>600</height>
|
---|
11 | </rect>
|
---|
12 | </property>
|
---|
13 | <property name="windowTitle">
|
---|
14 | <string>Vago</string>
|
---|
15 | </property>
|
---|
16 | <property name="windowIcon">
|
---|
17 | <iconset resource="resources.qrc">
|
---|
18 | <normaloff>:/new/icons/vago_icon.png</normaloff>:/new/icons/vago_icon.png</iconset>
|
---|
19 | </property>
|
---|
20 | <widget class="QWidget" name="centralWidget">
|
---|
21 | <layout class="QVBoxLayout" name="verticalLayout">
|
---|
22 | <item>
|
---|
23 | <layout class="QHBoxLayout" name="horizontalLayout_5">
|
---|
24 | <item>
|
---|
25 | <widget class="QToolButton" name="tbAbortConversion">
|
---|
26 | <property name="toolTip">
|
---|
27 | <string>Abort current conversion</string>
|
---|
28 | </property>
|
---|
29 | <property name="text">
|
---|
30 | <string/>
|
---|
31 | </property>
|
---|
32 | <property name="icon">
|
---|
33 | <iconset resource="resources.qrc">
|
---|
34 | <normaloff>:/new/icons/abort.png</normaloff>:/new/icons/abort.png</iconset>
|
---|
35 | </property>
|
---|
36 | <property name="autoRaise">
|
---|
37 | <bool>true</bool>
|
---|
38 | </property>
|
---|
39 | </widget>
|
---|
40 | </item>
|
---|
41 | <item>
|
---|
42 | <widget class="QToolButton" name="tbOpenFolder">
|
---|
43 | <property name="toolTip">
|
---|
44 | <string>Open Vago workspace</string>
|
---|
45 | </property>
|
---|
46 | <property name="text">
|
---|
47 | <string>...</string>
|
---|
48 | </property>
|
---|
49 | <property name="icon">
|
---|
50 | <iconset resource="resources.qrc">
|
---|
51 | <normaloff>:/new/icons/folder_icon.png</normaloff>:/new/icons/folder_icon.png</iconset>
|
---|
52 | </property>
|
---|
53 | </widget>
|
---|
54 | </item>
|
---|
55 | <item>
|
---|
56 | <widget class="QLabel" name="emptySpacerLabel2">
|
---|
57 | <property name="sizePolicy">
|
---|
58 | <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
---|
59 | <horstretch>0</horstretch>
|
---|
60 | <verstretch>0</verstretch>
|
---|
61 | </sizepolicy>
|
---|
62 | </property>
|
---|
63 | <property name="minimumSize">
|
---|
64 | <size>
|
---|
65 | <width>20</width>
|
---|
66 | <height>0</height>
|
---|
67 | </size>
|
---|
68 | </property>
|
---|
69 | <property name="baseSize">
|
---|
70 | <size>
|
---|
71 | <width>0</width>
|
---|
72 | <height>0</height>
|
---|
73 | </size>
|
---|
74 | </property>
|
---|
75 | <property name="text">
|
---|
76 | <string/>
|
---|
77 | </property>
|
---|
78 | </widget>
|
---|
79 | </item>
|
---|
80 | <item>
|
---|
81 | <widget class="QToolButton" name="tbXmlToolsInterface">
|
---|
82 | <property name="toolTip">
|
---|
83 | <string>XmlTools Interface</string>
|
---|
84 | </property>
|
---|
85 | <property name="text">
|
---|
86 | <string>...</string>
|
---|
87 | </property>
|
---|
88 | <property name="icon">
|
---|
89 | <iconset resource="resources.qrc">
|
---|
90 | <normaloff>:/new/icons/xmltoolsinterface.png</normaloff>:/new/icons/xmltoolsinterface.png</iconset>
|
---|
91 | </property>
|
---|
92 | </widget>
|
---|
93 | </item>
|
---|
94 | <item>
|
---|
95 | <widget class="QLabel" name="emptySpacerLabel3">
|
---|
96 | <property name="sizePolicy">
|
---|
97 | <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
---|
98 | <horstretch>0</horstretch>
|
---|
99 | <verstretch>0</verstretch>
|
---|
100 | </sizepolicy>
|
---|
101 | </property>
|
---|
102 | <property name="minimumSize">
|
---|
103 | <size>
|
---|
104 | <width>20</width>
|
---|
105 | <height>0</height>
|
---|
106 | </size>
|
---|
107 | </property>
|
---|
108 | <property name="text">
|
---|
109 | <string/>
|
---|
110 | </property>
|
---|
111 | </widget>
|
---|
112 | </item>
|
---|
113 | <item>
|
---|
114 | <widget class="QToolButton" name="tbCommand">
|
---|
115 | <property name="toolTip">
|
---|
116 | <string>Manual Tools Commands</string>
|
---|
117 | </property>
|
---|
118 | <property name="text">
|
---|
119 | <string>...</string>
|
---|
120 | </property>
|
---|
121 | <property name="icon">
|
---|
122 | <iconset resource="resources.qrc">
|
---|
123 | <normaloff>:/new/icons/command_icon.png</normaloff>:/new/icons/command_icon.png</iconset>
|
---|
124 | </property>
|
---|
125 | </widget>
|
---|
126 | </item>
|
---|
127 | <item>
|
---|
128 | <widget class="QLabel" name="emptySpacerLabel4">
|
---|
129 | <property name="sizePolicy">
|
---|
130 | <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
---|
131 | <horstretch>0</horstretch>
|
---|
132 | <verstretch>0</verstretch>
|
---|
133 | </sizepolicy>
|
---|
134 | </property>
|
---|
135 | <property name="minimumSize">
|
---|
136 | <size>
|
---|
137 | <width>20</width>
|
---|
138 | <height>0</height>
|
---|
139 | </size>
|
---|
140 | </property>
|
---|
141 | <property name="text">
|
---|
142 | <string/>
|
---|
143 | </property>
|
---|
144 | </widget>
|
---|
145 | </item>
|
---|
146 | <item>
|
---|
147 | <widget class="QToolButton" name="tbOni">
|
---|
148 | <property name="toolTip">
|
---|
149 | <string>Launch Oni</string>
|
---|
150 | </property>
|
---|
151 | <property name="text">
|
---|
152 | <string>...</string>
|
---|
153 | </property>
|
---|
154 | <property name="icon">
|
---|
155 | <iconset resource="resources.qrc">
|
---|
156 | <normaloff>:/new/icons/oni_icon.png</normaloff>:/new/icons/oni_icon.png</iconset>
|
---|
157 | </property>
|
---|
158 | </widget>
|
---|
159 | </item>
|
---|
160 | <item>
|
---|
161 | <widget class="QLabel" name="emptySpacerLabel">
|
---|
162 | <property name="sizePolicy">
|
---|
163 | <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
---|
164 | <horstretch>0</horstretch>
|
---|
165 | <verstretch>0</verstretch>
|
---|
166 | </sizepolicy>
|
---|
167 | </property>
|
---|
168 | <property name="minimumSize">
|
---|
169 | <size>
|
---|
170 | <width>20</width>
|
---|
171 | <height>0</height>
|
---|
172 | </size>
|
---|
173 | </property>
|
---|
174 | <property name="baseSize">
|
---|
175 | <size>
|
---|
176 | <width>0</width>
|
---|
177 | <height>0</height>
|
---|
178 | </size>
|
---|
179 | </property>
|
---|
180 | <property name="text">
|
---|
181 | <string/>
|
---|
182 | </property>
|
---|
183 | </widget>
|
---|
184 | </item>
|
---|
185 | <item>
|
---|
186 | <widget class="QToolButton" name="tbAE">
|
---|
187 | <property name="toolTip">
|
---|
188 | <string>Launch AE installer</string>
|
---|
189 | </property>
|
---|
190 | <property name="text">
|
---|
191 | <string>...</string>
|
---|
192 | </property>
|
---|
193 | <property name="icon">
|
---|
194 | <iconset resource="resources.qrc">
|
---|
195 | <normaloff>:/new/icons/AE_icon.png</normaloff>:/new/icons/AE_icon.png</iconset>
|
---|
196 | </property>
|
---|
197 | </widget>
|
---|
198 | </item>
|
---|
199 | </layout>
|
---|
200 | </item>
|
---|
201 | <item>
|
---|
202 | <widget class="QTabWidget" name="tabWidget">
|
---|
203 | <property name="currentIndex">
|
---|
204 | <number>0</number>
|
---|
205 | </property>
|
---|
206 | <widget class="QWidget" name="tabGeneral">
|
---|
207 | <attribute name="title">
|
---|
208 | <string>XML</string>
|
---|
209 | </attribute>
|
---|
210 | <layout class="QVBoxLayout" name="verticalLayout_18">
|
---|
211 | <item>
|
---|
212 | <layout class="QHBoxLayout" name="horizontalLayout_12">
|
---|
213 | <item>
|
---|
214 | <layout class="QVBoxLayout" name="verticalLayout_8">
|
---|
215 | <item>
|
---|
216 | <widget class="QLabel" name="label_10">
|
---|
217 | <property name="sizePolicy">
|
---|
218 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
219 | <horstretch>0</horstretch>
|
---|
220 | <verstretch>0</verstretch>
|
---|
221 | </sizepolicy>
|
---|
222 | </property>
|
---|
223 | <property name="text">
|
---|
224 | <string>From</string>
|
---|
225 | </property>
|
---|
226 | </widget>
|
---|
227 | </item>
|
---|
228 | <item>
|
---|
229 | <widget class="QComboBox" name="cbFromXML">
|
---|
230 | <item>
|
---|
231 | <property name="text">
|
---|
232 | <string>ONI</string>
|
---|
233 | </property>
|
---|
234 | </item>
|
---|
235 | <item>
|
---|
236 | <property name="text">
|
---|
237 | <string>XML</string>
|
---|
238 | </property>
|
---|
239 | </item>
|
---|
240 | </widget>
|
---|
241 | </item>
|
---|
242 | </layout>
|
---|
243 | </item>
|
---|
244 | <item>
|
---|
245 | <layout class="QVBoxLayout" name="verticalLayout_9">
|
---|
246 | <item>
|
---|
247 | <widget class="QLabel" name="label_11">
|
---|
248 | <property name="sizePolicy">
|
---|
249 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
250 | <horstretch>0</horstretch>
|
---|
251 | <verstretch>0</verstretch>
|
---|
252 | </sizepolicy>
|
---|
253 | </property>
|
---|
254 | <property name="text">
|
---|
255 | <string>To</string>
|
---|
256 | </property>
|
---|
257 | </widget>
|
---|
258 | </item>
|
---|
259 | <item>
|
---|
260 | <widget class="QComboBox" name="cbToXML">
|
---|
261 | <item>
|
---|
262 | <property name="text">
|
---|
263 | <string>XML</string>
|
---|
264 | </property>
|
---|
265 | </item>
|
---|
266 | </widget>
|
---|
267 | </item>
|
---|
268 | </layout>
|
---|
269 | </item>
|
---|
270 | </layout>
|
---|
271 | </item>
|
---|
272 | <item>
|
---|
273 | <layout class="QHBoxLayout" name="horizontalLayout_11">
|
---|
274 | <item>
|
---|
275 | <widget class="QGroupBox" name="gbSourcesXML">
|
---|
276 | <property name="title">
|
---|
277 | <string>Sources</string>
|
---|
278 | </property>
|
---|
279 | <layout class="QHBoxLayout" name="horizontalLayout_13">
|
---|
280 | <item>
|
---|
281 | <widget class="DropTableWidget" name="twSourcesXML"/>
|
---|
282 | </item>
|
---|
283 | <item>
|
---|
284 | <layout class="QVBoxLayout" name="verticalLayout_10">
|
---|
285 | <item>
|
---|
286 | <widget class="QPushButton" name="pbAddSourceXML">
|
---|
287 | <property name="minimumSize">
|
---|
288 | <size>
|
---|
289 | <width>0</width>
|
---|
290 | <height>0</height>
|
---|
291 | </size>
|
---|
292 | </property>
|
---|
293 | <property name="text">
|
---|
294 | <string>Add</string>
|
---|
295 | </property>
|
---|
296 | </widget>
|
---|
297 | </item>
|
---|
298 | <item>
|
---|
299 | <widget class="QPushButton" name="pbRemoveSourceXML">
|
---|
300 | <property name="text">
|
---|
301 | <string>Remove</string>
|
---|
302 | </property>
|
---|
303 | </widget>
|
---|
304 | </item>
|
---|
305 | <item>
|
---|
306 | <widget class="QPushButton" name="pbClearSourcesXML">
|
---|
307 | <property name="text">
|
---|
308 | <string>Clear</string>
|
---|
309 | </property>
|
---|
310 | </widget>
|
---|
311 | </item>
|
---|
312 | </layout>
|
---|
313 | </item>
|
---|
314 | </layout>
|
---|
315 | </widget>
|
---|
316 | </item>
|
---|
317 | </layout>
|
---|
318 | </item>
|
---|
319 | </layout>
|
---|
320 | </widget>
|
---|
321 | <widget class="QWidget" name="tabTextures">
|
---|
322 | <attribute name="title">
|
---|
323 | <string>Textures</string>
|
---|
324 | </attribute>
|
---|
325 | <layout class="QVBoxLayout" name="verticalLayout_19">
|
---|
326 | <item>
|
---|
327 | <layout class="QHBoxLayout" name="horizontalLayout_15">
|
---|
328 | <item>
|
---|
329 | <layout class="QVBoxLayout" name="verticalLayout_14">
|
---|
330 | <item>
|
---|
331 | <widget class="QLabel" name="label_13">
|
---|
332 | <property name="sizePolicy">
|
---|
333 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
334 | <horstretch>0</horstretch>
|
---|
335 | <verstretch>0</verstretch>
|
---|
336 | </sizepolicy>
|
---|
337 | </property>
|
---|
338 | <property name="text">
|
---|
339 | <string>From</string>
|
---|
340 | </property>
|
---|
341 | </widget>
|
---|
342 | </item>
|
---|
343 | <item>
|
---|
344 | <widget class="QComboBox" name="cbFromTextures">
|
---|
345 | <item>
|
---|
346 | <property name="text">
|
---|
347 | <string>DAT / TXMP ONI</string>
|
---|
348 | </property>
|
---|
349 | </item>
|
---|
350 | <item>
|
---|
351 | <property name="text">
|
---|
352 | <string>TGA / DDS / PNG / JPG</string>
|
---|
353 | </property>
|
---|
354 | </item>
|
---|
355 | </widget>
|
---|
356 | </item>
|
---|
357 | </layout>
|
---|
358 | </item>
|
---|
359 | <item>
|
---|
360 | <layout class="QVBoxLayout" name="verticalLayout_15">
|
---|
361 | <item>
|
---|
362 | <widget class="QLabel" name="label_14">
|
---|
363 | <property name="sizePolicy">
|
---|
364 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
365 | <horstretch>0</horstretch>
|
---|
366 | <verstretch>0</verstretch>
|
---|
367 | </sizepolicy>
|
---|
368 | </property>
|
---|
369 | <property name="text">
|
---|
370 | <string>To</string>
|
---|
371 | </property>
|
---|
372 | </widget>
|
---|
373 | </item>
|
---|
374 | <item>
|
---|
375 | <widget class="QComboBox" name="cbToTextures">
|
---|
376 | <item>
|
---|
377 | <property name="text">
|
---|
378 | <string>TGA</string>
|
---|
379 | </property>
|
---|
380 | </item>
|
---|
381 | <item>
|
---|
382 | <property name="text">
|
---|
383 | <string>DDS</string>
|
---|
384 | </property>
|
---|
385 | </item>
|
---|
386 | <item>
|
---|
387 | <property name="text">
|
---|
388 | <string>PNG</string>
|
---|
389 | </property>
|
---|
390 | </item>
|
---|
391 | <item>
|
---|
392 | <property name="text">
|
---|
393 | <string>JPG</string>
|
---|
394 | </property>
|
---|
395 | </item>
|
---|
396 | </widget>
|
---|
397 | </item>
|
---|
398 | </layout>
|
---|
399 | </item>
|
---|
400 | </layout>
|
---|
401 | </item>
|
---|
402 | <item>
|
---|
403 | <widget class="QGroupBox" name="gbSourcesGeneralTextures">
|
---|
404 | <property name="title">
|
---|
405 | <string>Sources</string>
|
---|
406 | </property>
|
---|
407 | <layout class="QHBoxLayout" name="horizontalLayout_14">
|
---|
408 | <item>
|
---|
409 | <widget class="DropTableWidget" name="twSourcesTextures"/>
|
---|
410 | </item>
|
---|
411 | <item>
|
---|
412 | <layout class="QVBoxLayout" name="verticalLayout_17">
|
---|
413 | <item>
|
---|
414 | <widget class="QPushButton" name="pbAddSourceTextures">
|
---|
415 | <property name="minimumSize">
|
---|
416 | <size>
|
---|
417 | <width>0</width>
|
---|
418 | <height>0</height>
|
---|
419 | </size>
|
---|
420 | </property>
|
---|
421 | <property name="text">
|
---|
422 | <string>Add</string>
|
---|
423 | </property>
|
---|
424 | </widget>
|
---|
425 | </item>
|
---|
426 | <item>
|
---|
427 | <widget class="QPushButton" name="pbRemoveSourceTextures">
|
---|
428 | <property name="text">
|
---|
429 | <string>Remove</string>
|
---|
430 | </property>
|
---|
431 | </widget>
|
---|
432 | </item>
|
---|
433 | <item>
|
---|
434 | <widget class="QPushButton" name="pbClearSourcesTextures">
|
---|
435 | <property name="text">
|
---|
436 | <string>Clear</string>
|
---|
437 | </property>
|
---|
438 | </widget>
|
---|
439 | </item>
|
---|
440 | </layout>
|
---|
441 | </item>
|
---|
442 | </layout>
|
---|
443 | </widget>
|
---|
444 | </item>
|
---|
445 | <item>
|
---|
446 | <widget class="QGroupBox" name="gbTextures">
|
---|
447 | <property name="enabled">
|
---|
448 | <bool>false</bool>
|
---|
449 | </property>
|
---|
450 | <property name="title">
|
---|
451 | <string>Options</string>
|
---|
452 | </property>
|
---|
453 | <layout class="QVBoxLayout" name="verticalLayout_24">
|
---|
454 | <item>
|
---|
455 | <layout class="QVBoxLayout" name="verticalLayout_23">
|
---|
456 | <item>
|
---|
457 | <layout class="QHBoxLayout" name="horizontalLayout_21">
|
---|
458 | <item>
|
---|
459 | <widget class="QRadioButton" name="rbBGR32">
|
---|
460 | <property name="text">
|
---|
461 | <string>BGR32</string>
|
---|
462 | </property>
|
---|
463 | <property name="checked">
|
---|
464 | <bool>true</bool>
|
---|
465 | </property>
|
---|
466 | </widget>
|
---|
467 | </item>
|
---|
468 | <item>
|
---|
469 | <widget class="QRadioButton" name="rbBGRA32">
|
---|
470 | <property name="text">
|
---|
471 | <string>BGRA32</string>
|
---|
472 | </property>
|
---|
473 | </widget>
|
---|
474 | </item>
|
---|
475 | <item>
|
---|
476 | <widget class="QRadioButton" name="rbBGR555">
|
---|
477 | <property name="text">
|
---|
478 | <string>BGR555</string>
|
---|
479 | </property>
|
---|
480 | </widget>
|
---|
481 | </item>
|
---|
482 | <item>
|
---|
483 | <widget class="QRadioButton" name="rbBGRA5551">
|
---|
484 | <property name="text">
|
---|
485 | <string>BGRA5551</string>
|
---|
486 | </property>
|
---|
487 | </widget>
|
---|
488 | </item>
|
---|
489 | <item>
|
---|
490 | <widget class="QRadioButton" name="rbBGRA444">
|
---|
491 | <property name="text">
|
---|
492 | <string>BGRA444</string>
|
---|
493 | </property>
|
---|
494 | </widget>
|
---|
495 | </item>
|
---|
496 | <item>
|
---|
497 | <widget class="QRadioButton" name="rbDxt1">
|
---|
498 | <property name="text">
|
---|
499 | <string>dxt1</string>
|
---|
500 | </property>
|
---|
501 | </widget>
|
---|
502 | </item>
|
---|
503 | </layout>
|
---|
504 | </item>
|
---|
505 | <item>
|
---|
506 | <layout class="QHBoxLayout" name="horizontalLayout_22">
|
---|
507 | <item>
|
---|
508 | <widget class="QCheckBox" name="cbMipMapsTextures">
|
---|
509 | <property name="text">
|
---|
510 | <string>GenMipMaps</string>
|
---|
511 | </property>
|
---|
512 | <property name="checked">
|
---|
513 | <bool>true</bool>
|
---|
514 | </property>
|
---|
515 | </widget>
|
---|
516 | </item>
|
---|
517 | <item>
|
---|
518 | <widget class="QCheckBox" name="cbNoUwrap">
|
---|
519 | <property name="text">
|
---|
520 | <string>NoUwrap</string>
|
---|
521 | </property>
|
---|
522 | </widget>
|
---|
523 | </item>
|
---|
524 | <item>
|
---|
525 | <widget class="QCheckBox" name="cbNoVwrap">
|
---|
526 | <property name="text">
|
---|
527 | <string>NoVwrap</string>
|
---|
528 | </property>
|
---|
529 | </widget>
|
---|
530 | </item>
|
---|
531 | <item>
|
---|
532 | <widget class="QCheckBox" name="cbLarge">
|
---|
533 | <property name="text">
|
---|
534 | <string>Large</string>
|
---|
535 | </property>
|
---|
536 | </widget>
|
---|
537 | </item>
|
---|
538 | <item>
|
---|
539 | <widget class="QCheckBox" name="cbEnvMap">
|
---|
540 | <property name="toolTip">
|
---|
541 | <string>Used for reflection in armors. The armor texture has an alpha channel which is transparent and the envmap texture is shown.
|
---|
542 | It's the name of a TXMP.oni file, don't include the extension.</string>
|
---|
543 | </property>
|
---|
544 | <property name="text">
|
---|
545 | <string>EnvMap:</string>
|
---|
546 | </property>
|
---|
547 | </widget>
|
---|
548 | </item>
|
---|
549 | <item>
|
---|
550 | <widget class="QLineEdit" name="leEnvMapTexture">
|
---|
551 | <property name="enabled">
|
---|
552 | <bool>false</bool>
|
---|
553 | </property>
|
---|
554 | <property name="toolTip">
|
---|
555 | <string>Used for reflection in armors. The armor texture has an alpha channel which is transparent and the envmap texture is shown.
|
---|
556 | It's the name of a TXMP.oni file, don't include the extension.</string>
|
---|
557 | </property>
|
---|
558 | <property name="placeholderText">
|
---|
559 | <string>EnvMap texture name</string>
|
---|
560 | </property>
|
---|
561 | </widget>
|
---|
562 | </item>
|
---|
563 | </layout>
|
---|
564 | </item>
|
---|
565 | </layout>
|
---|
566 | </item>
|
---|
567 | </layout>
|
---|
568 | </widget>
|
---|
569 | </item>
|
---|
570 | </layout>
|
---|
571 | </widget>
|
---|
572 | <widget class="QWidget" name="tab">
|
---|
573 | <attribute name="title">
|
---|
574 | <string>Characters</string>
|
---|
575 | </attribute>
|
---|
576 | <layout class="QVBoxLayout" name="verticalLayout_4">
|
---|
577 | <item>
|
---|
578 | <layout class="QHBoxLayout" name="horizontalLayout_49">
|
---|
579 | <item>
|
---|
580 | <layout class="QVBoxLayout" name="verticalLayout_63">
|
---|
581 | <item>
|
---|
582 | <widget class="QLabel" name="label_30">
|
---|
583 | <property name="sizePolicy">
|
---|
584 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
585 | <horstretch>0</horstretch>
|
---|
586 | <verstretch>0</verstretch>
|
---|
587 | </sizepolicy>
|
---|
588 | </property>
|
---|
589 | <property name="text">
|
---|
590 | <string>From</string>
|
---|
591 | </property>
|
---|
592 | </widget>
|
---|
593 | </item>
|
---|
594 | <item>
|
---|
595 | <widget class="QComboBox" name="cbFromCharacters">
|
---|
596 | <item>
|
---|
597 | <property name="text">
|
---|
598 | <string>TRBS / ONCC ONI</string>
|
---|
599 | </property>
|
---|
600 | </item>
|
---|
601 | <item>
|
---|
602 | <property name="text">
|
---|
603 | <string>TRBS XML</string>
|
---|
604 | </property>
|
---|
605 | </item>
|
---|
606 | <item>
|
---|
607 | <property name="text">
|
---|
608 | <string>TRBS DAE</string>
|
---|
609 | </property>
|
---|
610 | </item>
|
---|
611 | <item>
|
---|
612 | <property name="text">
|
---|
613 | <string>TRAM ONI</string>
|
---|
614 | </property>
|
---|
615 | </item>
|
---|
616 | <item>
|
---|
617 | <property name="text">
|
---|
618 | <string>FILM DAT</string>
|
---|
619 | </property>
|
---|
620 | </item>
|
---|
621 | </widget>
|
---|
622 | </item>
|
---|
623 | </layout>
|
---|
624 | </item>
|
---|
625 | <item>
|
---|
626 | <layout class="QVBoxLayout" name="verticalLayout_64">
|
---|
627 | <item>
|
---|
628 | <widget class="QLabel" name="label_31">
|
---|
629 | <property name="sizePolicy">
|
---|
630 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
631 | <horstretch>0</horstretch>
|
---|
632 | <verstretch>0</verstretch>
|
---|
633 | </sizepolicy>
|
---|
634 | </property>
|
---|
635 | <property name="text">
|
---|
636 | <string>To</string>
|
---|
637 | </property>
|
---|
638 | </widget>
|
---|
639 | </item>
|
---|
640 | <item>
|
---|
641 | <widget class="QComboBox" name="cbToCharacters">
|
---|
642 | <item>
|
---|
643 | <property name="text">
|
---|
644 | <string>DAE</string>
|
---|
645 | </property>
|
---|
646 | </item>
|
---|
647 | </widget>
|
---|
648 | </item>
|
---|
649 | </layout>
|
---|
650 | </item>
|
---|
651 | </layout>
|
---|
652 | </item>
|
---|
653 | <item>
|
---|
654 | <widget class="QGroupBox" name="gbSourcesAnimations">
|
---|
655 | <property name="title">
|
---|
656 | <string>Sources</string>
|
---|
657 | </property>
|
---|
658 | <layout class="QHBoxLayout" name="horizontalLayout_48">
|
---|
659 | <item>
|
---|
660 | <widget class="DropTableWidget" name="twSourcesCharacters"/>
|
---|
661 | </item>
|
---|
662 | <item>
|
---|
663 | <layout class="QVBoxLayout" name="verticalLayout_62">
|
---|
664 | <item>
|
---|
665 | <widget class="QPushButton" name="pbAddSourceCharacters">
|
---|
666 | <property name="minimumSize">
|
---|
667 | <size>
|
---|
668 | <width>0</width>
|
---|
669 | <height>0</height>
|
---|
670 | </size>
|
---|
671 | </property>
|
---|
672 | <property name="text">
|
---|
673 | <string>Add</string>
|
---|
674 | </property>
|
---|
675 | </widget>
|
---|
676 | </item>
|
---|
677 | <item>
|
---|
678 | <widget class="QPushButton" name="pbRemoveSourceCharacters">
|
---|
679 | <property name="text">
|
---|
680 | <string>Remove</string>
|
---|
681 | </property>
|
---|
682 | </widget>
|
---|
683 | </item>
|
---|
684 | <item>
|
---|
685 | <widget class="QPushButton" name="pbClearSourcesCharacters">
|
---|
686 | <property name="text">
|
---|
687 | <string>Clear</string>
|
---|
688 | </property>
|
---|
689 | </widget>
|
---|
690 | </item>
|
---|
691 | </layout>
|
---|
692 | </item>
|
---|
693 | </layout>
|
---|
694 | </widget>
|
---|
695 | </item>
|
---|
696 | <item>
|
---|
697 | <widget class="QGroupBox" name="gbModels">
|
---|
698 | <property name="title">
|
---|
699 | <string>Options</string>
|
---|
700 | </property>
|
---|
701 | <layout class="QHBoxLayout" name="horizontalLayout_3">
|
---|
702 | <item>
|
---|
703 | <widget class="QCheckBox" name="cbCellShading">
|
---|
704 | <property name="enabled">
|
---|
705 | <bool>false</bool>
|
---|
706 | </property>
|
---|
707 | <property name="text">
|
---|
708 | <string>Cell Shading</string>
|
---|
709 | </property>
|
---|
710 | </widget>
|
---|
711 | </item>
|
---|
712 | <item>
|
---|
713 | <widget class="QCheckBox" name="cbNormals">
|
---|
714 | <property name="enabled">
|
---|
715 | <bool>false</bool>
|
---|
716 | </property>
|
---|
717 | <property name="text">
|
---|
718 | <string>Normals</string>
|
---|
719 | </property>
|
---|
720 | </widget>
|
---|
721 | </item>
|
---|
722 | <item>
|
---|
723 | <widget class="QCheckBox" name="cbWithTRBS_ONCC">
|
---|
724 | <property name="enabled">
|
---|
725 | <bool>false</bool>
|
---|
726 | </property>
|
---|
727 | <property name="toolTip">
|
---|
728 | <string>Extract a TRAM (animation) with character's TRBS / ONCC
|
---|
729 | For example extract a Muro's TRAM with Konoko's ONCC
|
---|
730 | (input the full path for the TRBS / ONCC.oni file)</string>
|
---|
731 | </property>
|
---|
732 | <property name="text">
|
---|
733 | <string>Extract with TRBS / ONCC:</string>
|
---|
734 | </property>
|
---|
735 | </widget>
|
---|
736 | </item>
|
---|
737 | <item>
|
---|
738 | <widget class="DropLineEdit" name="leTRBS_ONCC">
|
---|
739 | <property name="enabled">
|
---|
740 | <bool>false</bool>
|
---|
741 | </property>
|
---|
742 | <property name="toolTip">
|
---|
743 | <string>Extract a TRAM (animation) with character's TRBS / ONCC
|
---|
744 | For example extract a Muro's TRAM with Konoko's ONCC
|
---|
745 | (input the full path for the TRBS / ONCC.oni file)</string>
|
---|
746 | </property>
|
---|
747 | <property name="placeholderText">
|
---|
748 | <string>Full path to TRBS / ONCC.oni source file</string>
|
---|
749 | </property>
|
---|
750 | </widget>
|
---|
751 | </item>
|
---|
752 | </layout>
|
---|
753 | </widget>
|
---|
754 | </item>
|
---|
755 | </layout>
|
---|
756 | </widget>
|
---|
757 | <widget class="QWidget" name="tabModels">
|
---|
758 | <attribute name="title">
|
---|
759 | <string>Objects</string>
|
---|
760 | </attribute>
|
---|
761 | <layout class="QVBoxLayout" name="verticalLayout_2">
|
---|
762 | <item>
|
---|
763 | <layout class="QHBoxLayout" name="horizontalLayout_26">
|
---|
764 | <item>
|
---|
765 | <layout class="QVBoxLayout" name="verticalLayout_28">
|
---|
766 | <item>
|
---|
767 | <widget class="QLabel" name="label_17">
|
---|
768 | <property name="sizePolicy">
|
---|
769 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
770 | <horstretch>0</horstretch>
|
---|
771 | <verstretch>0</verstretch>
|
---|
772 | </sizepolicy>
|
---|
773 | </property>
|
---|
774 | <property name="text">
|
---|
775 | <string>From</string>
|
---|
776 | </property>
|
---|
777 | </widget>
|
---|
778 | </item>
|
---|
779 | <item>
|
---|
780 | <widget class="QComboBox" name="cbFromObjects">
|
---|
781 | <item>
|
---|
782 | <property name="text">
|
---|
783 | <string>M3GM ONI</string>
|
---|
784 | </property>
|
---|
785 | </item>
|
---|
786 | <item>
|
---|
787 | <property name="text">
|
---|
788 | <string>ONWC ONI</string>
|
---|
789 | </property>
|
---|
790 | </item>
|
---|
791 | <item>
|
---|
792 | <property name="text">
|
---|
793 | <string>OBAN ONI (cam)</string>
|
---|
794 | </property>
|
---|
795 | </item>
|
---|
796 | <item>
|
---|
797 | <property name="text">
|
---|
798 | <string>OBJ</string>
|
---|
799 | </property>
|
---|
800 | </item>
|
---|
801 | </widget>
|
---|
802 | </item>
|
---|
803 | </layout>
|
---|
804 | </item>
|
---|
805 | <item>
|
---|
806 | <layout class="QVBoxLayout" name="verticalLayout_29">
|
---|
807 | <item>
|
---|
808 | <widget class="QLabel" name="label_18">
|
---|
809 | <property name="sizePolicy">
|
---|
810 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
811 | <horstretch>0</horstretch>
|
---|
812 | <verstretch>0</verstretch>
|
---|
813 | </sizepolicy>
|
---|
814 | </property>
|
---|
815 | <property name="text">
|
---|
816 | <string>To</string>
|
---|
817 | </property>
|
---|
818 | </widget>
|
---|
819 | </item>
|
---|
820 | <item>
|
---|
821 | <widget class="QComboBox" name="cbToObjects">
|
---|
822 | <item>
|
---|
823 | <property name="text">
|
---|
824 | <string>OBJ</string>
|
---|
825 | </property>
|
---|
826 | </item>
|
---|
827 | <item>
|
---|
828 | <property name="text">
|
---|
829 | <string>DAE</string>
|
---|
830 | </property>
|
---|
831 | </item>
|
---|
832 | </widget>
|
---|
833 | </item>
|
---|
834 | </layout>
|
---|
835 | </item>
|
---|
836 | </layout>
|
---|
837 | </item>
|
---|
838 | <item>
|
---|
839 | <widget class="QGroupBox" name="gbSourcesModels">
|
---|
840 | <property name="title">
|
---|
841 | <string>Sources</string>
|
---|
842 | </property>
|
---|
843 | <layout class="QHBoxLayout" name="horizontalLayout_16">
|
---|
844 | <item>
|
---|
845 | <widget class="DropTableWidget" name="twSourcesObjects"/>
|
---|
846 | </item>
|
---|
847 | <item>
|
---|
848 | <layout class="QVBoxLayout" name="verticalLayout_11">
|
---|
849 | <item>
|
---|
850 | <widget class="QPushButton" name="pbAddSourceObjects">
|
---|
851 | <property name="minimumSize">
|
---|
852 | <size>
|
---|
853 | <width>0</width>
|
---|
854 | <height>0</height>
|
---|
855 | </size>
|
---|
856 | </property>
|
---|
857 | <property name="text">
|
---|
858 | <string>Add</string>
|
---|
859 | </property>
|
---|
860 | </widget>
|
---|
861 | </item>
|
---|
862 | <item>
|
---|
863 | <widget class="QPushButton" name="pbRemoveSourceObjects">
|
---|
864 | <property name="text">
|
---|
865 | <string>Remove</string>
|
---|
866 | </property>
|
---|
867 | </widget>
|
---|
868 | </item>
|
---|
869 | <item>
|
---|
870 | <widget class="QPushButton" name="pbClearSourcesObjects">
|
---|
871 | <property name="text">
|
---|
872 | <string>Clear</string>
|
---|
873 | </property>
|
---|
874 | </widget>
|
---|
875 | </item>
|
---|
876 | </layout>
|
---|
877 | </item>
|
---|
878 | </layout>
|
---|
879 | </widget>
|
---|
880 | </item>
|
---|
881 | <item>
|
---|
882 | <widget class="QGroupBox" name="gbAnimations">
|
---|
883 | <property name="title">
|
---|
884 | <string>Options</string>
|
---|
885 | </property>
|
---|
886 | <layout class="QHBoxLayout" name="horizontalLayout">
|
---|
887 | <item>
|
---|
888 | <widget class="QCheckBox" name="cbTexture">
|
---|
889 | <property name="enabled">
|
---|
890 | <bool>false</bool>
|
---|
891 | </property>
|
---|
892 | <property name="toolTip">
|
---|
893 | <string>Give model a texture.
|
---|
894 | It's the name of a TXMP.oni file, don't include the extension.</string>
|
---|
895 | </property>
|
---|
896 | <property name="text">
|
---|
897 | <string>Texture:</string>
|
---|
898 | </property>
|
---|
899 | </widget>
|
---|
900 | </item>
|
---|
901 | <item>
|
---|
902 | <widget class="QLineEdit" name="leTextureName">
|
---|
903 | <property name="enabled">
|
---|
904 | <bool>false</bool>
|
---|
905 | </property>
|
---|
906 | <property name="toolTip">
|
---|
907 | <string>Give model a texture.
|
---|
908 | It's the name of a TXMP.oni file, don't include the extension.</string>
|
---|
909 | </property>
|
---|
910 | <property name="text">
|
---|
911 | <string>TXMP.oni source file</string>
|
---|
912 | </property>
|
---|
913 | <property name="placeholderText">
|
---|
914 | <string>Texture name</string>
|
---|
915 | </property>
|
---|
916 | </widget>
|
---|
917 | </item>
|
---|
918 | <item>
|
---|
919 | <widget class="QCheckBox" name="cbWithAnimation">
|
---|
920 | <property name="enabled">
|
---|
921 | <bool>true</bool>
|
---|
922 | </property>
|
---|
923 | <property name="toolTip">
|
---|
924 | <string>Give model a texture.
|
---|
925 | It's the name of a TXMP.oni file, don't include the extension.</string>
|
---|
926 | </property>
|
---|
927 | <property name="text">
|
---|
928 | <string>With Animation:</string>
|
---|
929 | </property>
|
---|
930 | </widget>
|
---|
931 | </item>
|
---|
932 | <item>
|
---|
933 | <widget class="QLineEdit" name="leAnimationName">
|
---|
934 | <property name="enabled">
|
---|
935 | <bool>false</bool>
|
---|
936 | </property>
|
---|
937 | <property name="toolTip">
|
---|
938 | <string>Give model a texture.
|
---|
939 | It's the name of a TXMP.oni file, don't include the extension.</string>
|
---|
940 | </property>
|
---|
941 | <property name="placeholderText">
|
---|
942 | <string>OBAN.oni source file</string>
|
---|
943 | </property>
|
---|
944 | </widget>
|
---|
945 | </item>
|
---|
946 | </layout>
|
---|
947 | </widget>
|
---|
948 | </item>
|
---|
949 | </layout>
|
---|
950 | </widget>
|
---|
951 | <widget class="QWidget" name="tabLevels">
|
---|
952 | <attribute name="title">
|
---|
953 | <string>Levels</string>
|
---|
954 | </attribute>
|
---|
955 | <layout class="QVBoxLayout" name="verticalLayout_5">
|
---|
956 | <item>
|
---|
957 | <layout class="QHBoxLayout" name="horizontalLayout_28">
|
---|
958 | <item>
|
---|
959 | <layout class="QVBoxLayout" name="verticalLayout_32">
|
---|
960 | <item>
|
---|
961 | <widget class="QLabel" name="label_19">
|
---|
962 | <property name="sizePolicy">
|
---|
963 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
964 | <horstretch>0</horstretch>
|
---|
965 | <verstretch>0</verstretch>
|
---|
966 | </sizepolicy>
|
---|
967 | </property>
|
---|
968 | <property name="text">
|
---|
969 | <string>From</string>
|
---|
970 | </property>
|
---|
971 | </widget>
|
---|
972 | </item>
|
---|
973 | <item>
|
---|
974 | <widget class="QComboBox" name="cbFromLevels">
|
---|
975 | <item>
|
---|
976 | <property name="text">
|
---|
977 | <string>DAT</string>
|
---|
978 | </property>
|
---|
979 | </item>
|
---|
980 | <item>
|
---|
981 | <property name="text">
|
---|
982 | <string>ONI FILES</string>
|
---|
983 | </property>
|
---|
984 | </item>
|
---|
985 | <item>
|
---|
986 | <property name="text">
|
---|
987 | <string>MASTER XML</string>
|
---|
988 | </property>
|
---|
989 | </item>
|
---|
990 | <item>
|
---|
991 | <property name="text">
|
---|
992 | <string>AKEV ONI</string>
|
---|
993 | </property>
|
---|
994 | </item>
|
---|
995 | <item>
|
---|
996 | <property name="text">
|
---|
997 | <string>DAE</string>
|
---|
998 | </property>
|
---|
999 | </item>
|
---|
1000 | </widget>
|
---|
1001 | </item>
|
---|
1002 | </layout>
|
---|
1003 | </item>
|
---|
1004 | <item>
|
---|
1005 | <layout class="QVBoxLayout" name="verticalLayout_33">
|
---|
1006 | <item>
|
---|
1007 | <widget class="QLabel" name="label_20">
|
---|
1008 | <property name="sizePolicy">
|
---|
1009 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
1010 | <horstretch>0</horstretch>
|
---|
1011 | <verstretch>0</verstretch>
|
---|
1012 | </sizepolicy>
|
---|
1013 | </property>
|
---|
1014 | <property name="text">
|
---|
1015 | <string>To</string>
|
---|
1016 | </property>
|
---|
1017 | </widget>
|
---|
1018 | </item>
|
---|
1019 | <item>
|
---|
1020 | <widget class="QComboBox" name="cbToLevels">
|
---|
1021 | <item>
|
---|
1022 | <property name="text">
|
---|
1023 | <string>ONI FILES</string>
|
---|
1024 | </property>
|
---|
1025 | </item>
|
---|
1026 | </widget>
|
---|
1027 | </item>
|
---|
1028 | </layout>
|
---|
1029 | </item>
|
---|
1030 | </layout>
|
---|
1031 | </item>
|
---|
1032 | <item>
|
---|
1033 | <widget class="QGroupBox" name="gbSourcesLevels">
|
---|
1034 | <property name="title">
|
---|
1035 | <string>Sources</string>
|
---|
1036 | </property>
|
---|
1037 | <layout class="QHBoxLayout" name="horizontalLayout_17">
|
---|
1038 | <item>
|
---|
1039 | <widget class="DropTableWidget" name="twSourcesLevels"/>
|
---|
1040 | </item>
|
---|
1041 | <item>
|
---|
1042 | <layout class="QVBoxLayout" name="verticalLayout_16">
|
---|
1043 | <item>
|
---|
1044 | <widget class="QPushButton" name="pbAddSourceLevels">
|
---|
1045 | <property name="minimumSize">
|
---|
1046 | <size>
|
---|
1047 | <width>0</width>
|
---|
1048 | <height>0</height>
|
---|
1049 | </size>
|
---|
1050 | </property>
|
---|
1051 | <property name="text">
|
---|
1052 | <string>Add</string>
|
---|
1053 | </property>
|
---|
1054 | </widget>
|
---|
1055 | </item>
|
---|
1056 | <item>
|
---|
1057 | <widget class="QPushButton" name="pbRemoveSourceLevels">
|
---|
1058 | <property name="text">
|
---|
1059 | <string>Remove</string>
|
---|
1060 | </property>
|
---|
1061 | </widget>
|
---|
1062 | </item>
|
---|
1063 | <item>
|
---|
1064 | <widget class="QPushButton" name="pbClearSourcesLevels">
|
---|
1065 | <property name="text">
|
---|
1066 | <string>Clear</string>
|
---|
1067 | </property>
|
---|
1068 | </widget>
|
---|
1069 | </item>
|
---|
1070 | </layout>
|
---|
1071 | </item>
|
---|
1072 | </layout>
|
---|
1073 | </widget>
|
---|
1074 | </item>
|
---|
1075 | <item>
|
---|
1076 | <widget class="QGroupBox" name="gbLevels">
|
---|
1077 | <property name="enabled">
|
---|
1078 | <bool>true</bool>
|
---|
1079 | </property>
|
---|
1080 | <property name="title">
|
---|
1081 | <string>Options</string>
|
---|
1082 | </property>
|
---|
1083 | <layout class="QVBoxLayout" name="verticalLayout_3">
|
---|
1084 | <item>
|
---|
1085 | <layout class="QHBoxLayout" name="horizontalLayout_4">
|
---|
1086 | <item>
|
---|
1087 | <widget class="QCheckBox" name="cbSpecificFilesLevels">
|
---|
1088 | <property name="enabled">
|
---|
1089 | <bool>true</bool>
|
---|
1090 | </property>
|
---|
1091 | <property name="minimumSize">
|
---|
1092 | <size>
|
---|
1093 | <width>122</width>
|
---|
1094 | <height>0</height>
|
---|
1095 | </size>
|
---|
1096 | </property>
|
---|
1097 | <property name="toolTip">
|
---|
1098 | <string>Extract specific files oni files from the DAT file
|
---|
1099 |
|
---|
1100 | Example of input:
|
---|
1101 | AKEVEnvWarehouse
|
---|
1102 | This will extract only the file AKEVEnvWarehouse.oni from the dat.
|
---|
1103 |
|
---|
1104 | You can extract multiple files using wildcards e.g.:
|
---|
1105 | M3GM*
|
---|
1106 | This will extract all files which begin with M3GM. </string>
|
---|
1107 | </property>
|
---|
1108 | <property name="text">
|
---|
1109 | <string>Extract specific files:</string>
|
---|
1110 | </property>
|
---|
1111 | </widget>
|
---|
1112 | </item>
|
---|
1113 | <item>
|
---|
1114 | <widget class="QLineEdit" name="leSpecificFilesLevels">
|
---|
1115 | <property name="enabled">
|
---|
1116 | <bool>false</bool>
|
---|
1117 | </property>
|
---|
1118 | <property name="toolTip">
|
---|
1119 | <string>Extract specific files oni files from the DAT file
|
---|
1120 |
|
---|
1121 | Example of input:
|
---|
1122 | AKEVEnvWarehouse
|
---|
1123 | This will extract only the file AKEVEnvWarehouse.oni from the dat.
|
---|
1124 |
|
---|
1125 | You can extract multiple files using wildcards e.g.:
|
---|
1126 | M3GM*
|
---|
1127 | This will extract all files which begin with M3GM. </string>
|
---|
1128 | </property>
|
---|
1129 | <property name="text">
|
---|
1130 | <string/>
|
---|
1131 | </property>
|
---|
1132 | <property name="placeholderText">
|
---|
1133 | <string>Pattern to file or files (e.g. AKEVEnvWarehouse)</string>
|
---|
1134 | </property>
|
---|
1135 | </widget>
|
---|
1136 | </item>
|
---|
1137 | </layout>
|
---|
1138 | </item>
|
---|
1139 | <item>
|
---|
1140 | <layout class="QHBoxLayout" name="horizontalLayout_27">
|
---|
1141 | <item>
|
---|
1142 | <widget class="QCheckBox" name="cbDatLevels">
|
---|
1143 | <property name="enabled">
|
---|
1144 | <bool>false</bool>
|
---|
1145 | </property>
|
---|
1146 | <property name="minimumSize">
|
---|
1147 | <size>
|
---|
1148 | <width>122</width>
|
---|
1149 | <height>0</height>
|
---|
1150 | </size>
|
---|
1151 | </property>
|
---|
1152 | <property name="text">
|
---|
1153 | <string>DAT Filename:</string>
|
---|
1154 | </property>
|
---|
1155 | </widget>
|
---|
1156 | </item>
|
---|
1157 | <item>
|
---|
1158 | <widget class="QLineEdit" name="leTargetDatLevels">
|
---|
1159 | <property name="enabled">
|
---|
1160 | <bool>false</bool>
|
---|
1161 | </property>
|
---|
1162 | <property name="placeholderText">
|
---|
1163 | <string>Custom .dat level filename</string>
|
---|
1164 | </property>
|
---|
1165 | </widget>
|
---|
1166 | </item>
|
---|
1167 | <item>
|
---|
1168 | <widget class="QCheckBox" name="cbBnvLevels">
|
---|
1169 | <property name="enabled">
|
---|
1170 | <bool>false</bool>
|
---|
1171 | </property>
|
---|
1172 | <property name="text">
|
---|
1173 | <string>Bnv Source:</string>
|
---|
1174 | </property>
|
---|
1175 | </widget>
|
---|
1176 | </item>
|
---|
1177 | <item>
|
---|
1178 | <widget class="QLineEdit" name="leBnvLevels">
|
---|
1179 | <property name="enabled">
|
---|
1180 | <bool>false</bool>
|
---|
1181 | </property>
|
---|
1182 | <property name="placeholderText">
|
---|
1183 | <string>Bnv .dae source file</string>
|
---|
1184 | </property>
|
---|
1185 | </widget>
|
---|
1186 | </item>
|
---|
1187 | <item>
|
---|
1188 | <widget class="QCheckBox" name="cbGridsLevels">
|
---|
1189 | <property name="enabled">
|
---|
1190 | <bool>false</bool>
|
---|
1191 | </property>
|
---|
1192 | <property name="toolTip">
|
---|
1193 | <string>Generate pathfinding grids (master xml generates them automatically). Needs Bnv source.</string>
|
---|
1194 | </property>
|
---|
1195 | <property name="text">
|
---|
1196 | <string>Generate Grids</string>
|
---|
1197 | </property>
|
---|
1198 | </widget>
|
---|
1199 | </item>
|
---|
1200 | </layout>
|
---|
1201 | </item>
|
---|
1202 | <item>
|
---|
1203 | <layout class="QHBoxLayout" name="horizontalLayout_2">
|
---|
1204 | <item>
|
---|
1205 | <widget class="QCheckBox" name="cbAdditionalSourcesLevels">
|
---|
1206 | <property name="enabled">
|
---|
1207 | <bool>false</bool>
|
---|
1208 | </property>
|
---|
1209 | <property name="minimumSize">
|
---|
1210 | <size>
|
---|
1211 | <width>122</width>
|
---|
1212 | <height>0</height>
|
---|
1213 | </size>
|
---|
1214 | </property>
|
---|
1215 | <property name="text">
|
---|
1216 | <string>Additional Sources:</string>
|
---|
1217 | </property>
|
---|
1218 | </widget>
|
---|
1219 | </item>
|
---|
1220 | <item>
|
---|
1221 | <widget class="QLineEdit" name="leAdditSourcesLevels">
|
---|
1222 | <property name="enabled">
|
---|
1223 | <bool>false</bool>
|
---|
1224 | </property>
|
---|
1225 | <property name="toolTip">
|
---|
1226 | <string>Use ";" as separator for each file</string>
|
---|
1227 | </property>
|
---|
1228 | <property name="placeholderText">
|
---|
1229 | <string>Additional .dae sources for akev (e.g. env_markers.dae)</string>
|
---|
1230 | </property>
|
---|
1231 | </widget>
|
---|
1232 | </item>
|
---|
1233 | </layout>
|
---|
1234 | </item>
|
---|
1235 | </layout>
|
---|
1236 | </widget>
|
---|
1237 | </item>
|
---|
1238 | </layout>
|
---|
1239 | </widget>
|
---|
1240 | <widget class="QWidget" name="tabMisc">
|
---|
1241 | <attribute name="title">
|
---|
1242 | <string>Misc</string>
|
---|
1243 | </attribute>
|
---|
1244 | <layout class="QVBoxLayout" name="verticalLayout_34">
|
---|
1245 | <item>
|
---|
1246 | <layout class="QHBoxLayout" name="horizontalLayout_19">
|
---|
1247 | <item>
|
---|
1248 | <layout class="QVBoxLayout" name="verticalLayout_20">
|
---|
1249 | <item>
|
---|
1250 | <widget class="QLabel" name="label_22">
|
---|
1251 | <property name="sizePolicy">
|
---|
1252 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
1253 | <horstretch>0</horstretch>
|
---|
1254 | <verstretch>0</verstretch>
|
---|
1255 | </sizepolicy>
|
---|
1256 | </property>
|
---|
1257 | <property name="text">
|
---|
1258 | <string>From</string>
|
---|
1259 | </property>
|
---|
1260 | </widget>
|
---|
1261 | </item>
|
---|
1262 | <item>
|
---|
1263 | <widget class="QComboBox" name="cbFromMisc">
|
---|
1264 | <item>
|
---|
1265 | <property name="text">
|
---|
1266 | <string>DAT / SNDD ONI</string>
|
---|
1267 | </property>
|
---|
1268 | </item>
|
---|
1269 | <item>
|
---|
1270 | <property name="text">
|
---|
1271 | <string>DAT / SUBT ONI</string>
|
---|
1272 | </property>
|
---|
1273 | </item>
|
---|
1274 | <item>
|
---|
1275 | <property name="text">
|
---|
1276 | <string>WAV / AIF</string>
|
---|
1277 | </property>
|
---|
1278 | </item>
|
---|
1279 | <item>
|
---|
1280 | <property name="text">
|
---|
1281 | <string>TXT</string>
|
---|
1282 | </property>
|
---|
1283 | </item>
|
---|
1284 | </widget>
|
---|
1285 | </item>
|
---|
1286 | </layout>
|
---|
1287 | </item>
|
---|
1288 | <item>
|
---|
1289 | <layout class="QVBoxLayout" name="verticalLayout_21">
|
---|
1290 | <item>
|
---|
1291 | <widget class="QLabel" name="label_23">
|
---|
1292 | <property name="sizePolicy">
|
---|
1293 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
1294 | <horstretch>0</horstretch>
|
---|
1295 | <verstretch>0</verstretch>
|
---|
1296 | </sizepolicy>
|
---|
1297 | </property>
|
---|
1298 | <property name="text">
|
---|
1299 | <string>To</string>
|
---|
1300 | </property>
|
---|
1301 | </widget>
|
---|
1302 | </item>
|
---|
1303 | <item>
|
---|
1304 | <widget class="QComboBox" name="cbToMisc">
|
---|
1305 | <item>
|
---|
1306 | <property name="text">
|
---|
1307 | <string>WAV</string>
|
---|
1308 | </property>
|
---|
1309 | </item>
|
---|
1310 | <item>
|
---|
1311 | <property name="text">
|
---|
1312 | <string>AIF</string>
|
---|
1313 | </property>
|
---|
1314 | </item>
|
---|
1315 | </widget>
|
---|
1316 | </item>
|
---|
1317 | </layout>
|
---|
1318 | </item>
|
---|
1319 | </layout>
|
---|
1320 | </item>
|
---|
1321 | <item>
|
---|
1322 | <widget class="QGroupBox" name="gbSourcesMisc">
|
---|
1323 | <property name="title">
|
---|
1324 | <string>Sources</string>
|
---|
1325 | </property>
|
---|
1326 | <layout class="QHBoxLayout" name="horizontalLayout_18">
|
---|
1327 | <item>
|
---|
1328 | <widget class="DropTableWidget" name="twSourcesMisc"/>
|
---|
1329 | </item>
|
---|
1330 | <item>
|
---|
1331 | <layout class="QVBoxLayout" name="verticalLayout_22">
|
---|
1332 | <item>
|
---|
1333 | <widget class="QPushButton" name="pbAddSourceMisc">
|
---|
1334 | <property name="minimumSize">
|
---|
1335 | <size>
|
---|
1336 | <width>0</width>
|
---|
1337 | <height>0</height>
|
---|
1338 | </size>
|
---|
1339 | </property>
|
---|
1340 | <property name="text">
|
---|
1341 | <string>Add</string>
|
---|
1342 | </property>
|
---|
1343 | </widget>
|
---|
1344 | </item>
|
---|
1345 | <item>
|
---|
1346 | <widget class="QPushButton" name="pbRemoveSourceMisc">
|
---|
1347 | <property name="text">
|
---|
1348 | <string>Remove</string>
|
---|
1349 | </property>
|
---|
1350 | </widget>
|
---|
1351 | </item>
|
---|
1352 | <item>
|
---|
1353 | <widget class="QPushButton" name="pbClearSourcesMisc">
|
---|
1354 | <property name="text">
|
---|
1355 | <string>Clear</string>
|
---|
1356 | </property>
|
---|
1357 | </widget>
|
---|
1358 | </item>
|
---|
1359 | </layout>
|
---|
1360 | </item>
|
---|
1361 | </layout>
|
---|
1362 | </widget>
|
---|
1363 | </item>
|
---|
1364 | </layout>
|
---|
1365 | </widget>
|
---|
1366 | </widget>
|
---|
1367 | </item>
|
---|
1368 | <item>
|
---|
1369 | <widget class="Line" name="line_3">
|
---|
1370 | <property name="orientation">
|
---|
1371 | <enum>Qt::Horizontal</enum>
|
---|
1372 | </property>
|
---|
1373 | </widget>
|
---|
1374 | </item>
|
---|
1375 | <item>
|
---|
1376 | <widget class="QPushButton" name="pbConvert">
|
---|
1377 | <property name="minimumSize">
|
---|
1378 | <size>
|
---|
1379 | <width>0</width>
|
---|
1380 | <height>30</height>
|
---|
1381 | </size>
|
---|
1382 | </property>
|
---|
1383 | <property name="toolTip">
|
---|
1384 | <string>Convert the sources above</string>
|
---|
1385 | </property>
|
---|
1386 | <property name="text">
|
---|
1387 | <string>Convert</string>
|
---|
1388 | </property>
|
---|
1389 | <property name="shortcut">
|
---|
1390 | <string>Ctrl+Return</string>
|
---|
1391 | </property>
|
---|
1392 | </widget>
|
---|
1393 | </item>
|
---|
1394 | </layout>
|
---|
1395 | </widget>
|
---|
1396 | <widget class="QMenuBar" name="menuBar">
|
---|
1397 | <property name="geometry">
|
---|
1398 | <rect>
|
---|
1399 | <x>0</x>
|
---|
1400 | <y>0</y>
|
---|
1401 | <width>800</width>
|
---|
1402 | <height>20</height>
|
---|
1403 | </rect>
|
---|
1404 | </property>
|
---|
1405 | <widget class="QMenu" name="menuFile">
|
---|
1406 | <property name="title">
|
---|
1407 | <string>File</string>
|
---|
1408 | </property>
|
---|
1409 | <widget class="QMenu" name="menuRecent_Projects">
|
---|
1410 | <property name="title">
|
---|
1411 | <string>Recent Projects</string>
|
---|
1412 | </property>
|
---|
1413 | <addaction name="actionProject1"/>
|
---|
1414 | <addaction name="actionProject2"/>
|
---|
1415 | <addaction name="actionProject3"/>
|
---|
1416 | <addaction name="actionProject4"/>
|
---|
1417 | <addaction name="actionProject5"/>
|
---|
1418 | </widget>
|
---|
1419 | <addaction name="actionNew_Project"/>
|
---|
1420 | <addaction name="actionSave"/>
|
---|
1421 | <addaction name="actionSave_Project"/>
|
---|
1422 | <addaction name="actionLoad_Project"/>
|
---|
1423 | <addaction name="menuRecent_Projects"/>
|
---|
1424 | <addaction name="separator"/>
|
---|
1425 | <addaction name="actionExit"/>
|
---|
1426 | </widget>
|
---|
1427 | <widget class="QMenu" name="menuHelp">
|
---|
1428 | <property name="title">
|
---|
1429 | <string>Help</string>
|
---|
1430 | </property>
|
---|
1431 | <addaction name="actionCheck_OniSplit_version"/>
|
---|
1432 | <addaction name="actionCheck_xmlTools_version"/>
|
---|
1433 | <addaction name="actionCheck_For_Updates"/>
|
---|
1434 | <addaction name="actionAbout"/>
|
---|
1435 | </widget>
|
---|
1436 | <widget class="QMenu" name="menuTarget_Platform">
|
---|
1437 | <property name="title">
|
---|
1438 | <string>Target Platform</string>
|
---|
1439 | </property>
|
---|
1440 | <addaction name="actionWindows"/>
|
---|
1441 | <addaction name="actionMac_Windows_demo"/>
|
---|
1442 | </widget>
|
---|
1443 | <widget class="QMenu" name="menuOptions">
|
---|
1444 | <property name="title">
|
---|
1445 | <string>Options</string>
|
---|
1446 | </property>
|
---|
1447 | <widget class="QMenu" name="menuOutput_directly_to">
|
---|
1448 | <property name="title">
|
---|
1449 | <string>Output directly to:</string>
|
---|
1450 | </property>
|
---|
1451 | <addaction name="actionWorkspace"/>
|
---|
1452 | <addaction name="actionOther"/>
|
---|
1453 | </widget>
|
---|
1454 | <addaction name="menuOutput_directly_to"/>
|
---|
1455 | <addaction name="separator"/>
|
---|
1456 | <addaction name="actionOpen_AE_folder"/>
|
---|
1457 | <addaction name="actionView_log"/>
|
---|
1458 | <addaction name="separator"/>
|
---|
1459 | <addaction name="actionPreferences"/>
|
---|
1460 | </widget>
|
---|
1461 | <widget class="QMenu" name="menuTools">
|
---|
1462 | <property name="title">
|
---|
1463 | <string>Tools</string>
|
---|
1464 | </property>
|
---|
1465 | <addaction name="actionAE_Package_Creator"/>
|
---|
1466 | <addaction name="actionSound_Wizard"/>
|
---|
1467 | <addaction name="actionBackground_Image_Wizard"/>
|
---|
1468 | <addaction name="actionWindow_Messages_Wizard"/>
|
---|
1469 | </widget>
|
---|
1470 | <addaction name="menuFile"/>
|
---|
1471 | <addaction name="menuTarget_Platform"/>
|
---|
1472 | <addaction name="menuOptions"/>
|
---|
1473 | <addaction name="menuTools"/>
|
---|
1474 | <addaction name="menuHelp"/>
|
---|
1475 | </widget>
|
---|
1476 | <widget class="QToolBar" name="mainToolBar">
|
---|
1477 | <attribute name="toolBarArea">
|
---|
1478 | <enum>TopToolBarArea</enum>
|
---|
1479 | </attribute>
|
---|
1480 | <attribute name="toolBarBreak">
|
---|
1481 | <bool>false</bool>
|
---|
1482 | </attribute>
|
---|
1483 | </widget>
|
---|
1484 | <widget class="QStatusBar" name="statusBar">
|
---|
1485 | <property name="layoutDirection">
|
---|
1486 | <enum>Qt::LeftToRight</enum>
|
---|
1487 | </property>
|
---|
1488 | </widget>
|
---|
1489 | <action name="actionExit">
|
---|
1490 | <property name="text">
|
---|
1491 | <string>Exit</string>
|
---|
1492 | </property>
|
---|
1493 | </action>
|
---|
1494 | <action name="actionAbout">
|
---|
1495 | <property name="text">
|
---|
1496 | <string>About</string>
|
---|
1497 | </property>
|
---|
1498 | </action>
|
---|
1499 | <action name="actionCheck_For_Updates">
|
---|
1500 | <property name="text">
|
---|
1501 | <string>Check for Vago updates</string>
|
---|
1502 | </property>
|
---|
1503 | </action>
|
---|
1504 | <action name="actionWindows">
|
---|
1505 | <property name="checkable">
|
---|
1506 | <bool>true</bool>
|
---|
1507 | </property>
|
---|
1508 | <property name="checked">
|
---|
1509 | <bool>true</bool>
|
---|
1510 | </property>
|
---|
1511 | <property name="text">
|
---|
1512 | <string>Windows</string>
|
---|
1513 | </property>
|
---|
1514 | </action>
|
---|
1515 | <action name="actionMac_Windows_demo">
|
---|
1516 | <property name="checkable">
|
---|
1517 | <bool>true</bool>
|
---|
1518 | </property>
|
---|
1519 | <property name="text">
|
---|
1520 | <string>Mac / Windows demo</string>
|
---|
1521 | </property>
|
---|
1522 | </action>
|
---|
1523 | <action name="actionPreferences">
|
---|
1524 | <property name="text">
|
---|
1525 | <string>Preferences</string>
|
---|
1526 | </property>
|
---|
1527 | </action>
|
---|
1528 | <action name="actionCheck_OniSplit_version">
|
---|
1529 | <property name="text">
|
---|
1530 | <string>Check OniSplit version</string>
|
---|
1531 | </property>
|
---|
1532 | </action>
|
---|
1533 | <action name="actionClean_Workspace">
|
---|
1534 | <property name="text">
|
---|
1535 | <string>Clean Workspace</string>
|
---|
1536 | </property>
|
---|
1537 | </action>
|
---|
1538 | <action name="actionWorkspace">
|
---|
1539 | <property name="checkable">
|
---|
1540 | <bool>true</bool>
|
---|
1541 | </property>
|
---|
1542 | <property name="checked">
|
---|
1543 | <bool>true</bool>
|
---|
1544 | </property>
|
---|
1545 | <property name="text">
|
---|
1546 | <string>Workspace</string>
|
---|
1547 | </property>
|
---|
1548 | <property name="toolTip">
|
---|
1549 | <string>Workspace</string>
|
---|
1550 | </property>
|
---|
1551 | </action>
|
---|
1552 | <action name="actionOther">
|
---|
1553 | <property name="checkable">
|
---|
1554 | <bool>true</bool>
|
---|
1555 | </property>
|
---|
1556 | <property name="text">
|
---|
1557 | <string>Other...</string>
|
---|
1558 | </property>
|
---|
1559 | <property name="toolTip">
|
---|
1560 | <string>Other</string>
|
---|
1561 | </property>
|
---|
1562 | </action>
|
---|
1563 | <action name="actionView_log">
|
---|
1564 | <property name="icon">
|
---|
1565 | <iconset resource="resources.qrc">
|
---|
1566 | <normaloff>:/new/icons/log.png</normaloff>:/new/icons/log.png</iconset>
|
---|
1567 | </property>
|
---|
1568 | <property name="text">
|
---|
1569 | <string>View log file</string>
|
---|
1570 | </property>
|
---|
1571 | </action>
|
---|
1572 | <action name="actionAE_Package_Creator">
|
---|
1573 | <property name="icon">
|
---|
1574 | <iconset resource="resources.qrc">
|
---|
1575 | <normaloff>:/new/icons/package.png</normaloff>:/new/icons/package.png</iconset>
|
---|
1576 | </property>
|
---|
1577 | <property name="text">
|
---|
1578 | <string>AEI Mod Package Wizard</string>
|
---|
1579 | </property>
|
---|
1580 | </action>
|
---|
1581 | <action name="actionSound_Wizard">
|
---|
1582 | <property name="icon">
|
---|
1583 | <iconset resource="resources.qrc">
|
---|
1584 | <normaloff>:/new/icons/sound.png</normaloff>:/new/icons/sound.png</iconset>
|
---|
1585 | </property>
|
---|
1586 | <property name="text">
|
---|
1587 | <string>Sound Wizard</string>
|
---|
1588 | </property>
|
---|
1589 | </action>
|
---|
1590 | <action name="actionCheck_xmlTools_version">
|
---|
1591 | <property name="text">
|
---|
1592 | <string>Check XmlTools version</string>
|
---|
1593 | </property>
|
---|
1594 | </action>
|
---|
1595 | <action name="actionOpen_AE_folder">
|
---|
1596 | <property name="text">
|
---|
1597 | <string>Open AE folder</string>
|
---|
1598 | </property>
|
---|
1599 | </action>
|
---|
1600 | <action name="actionSave_Project">
|
---|
1601 | <property name="text">
|
---|
1602 | <string>Save Project As...</string>
|
---|
1603 | </property>
|
---|
1604 | </action>
|
---|
1605 | <action name="actionLoad_Project">
|
---|
1606 | <property name="text">
|
---|
1607 | <string>Load Project...</string>
|
---|
1608 | </property>
|
---|
1609 | <property name="iconText">
|
---|
1610 | <string>Load Project...</string>
|
---|
1611 | </property>
|
---|
1612 | <property name="toolTip">
|
---|
1613 | <string>Load Project...</string>
|
---|
1614 | </property>
|
---|
1615 | </action>
|
---|
1616 | <action name="actionSave">
|
---|
1617 | <property name="enabled">
|
---|
1618 | <bool>true</bool>
|
---|
1619 | </property>
|
---|
1620 | <property name="text">
|
---|
1621 | <string>Save Project</string>
|
---|
1622 | </property>
|
---|
1623 | <property name="shortcut">
|
---|
1624 | <string>Ctrl+S</string>
|
---|
1625 | </property>
|
---|
1626 | </action>
|
---|
1627 | <action name="actionPlaceholder1">
|
---|
1628 | <property name="text">
|
---|
1629 | <string>Placeholder1</string>
|
---|
1630 | </property>
|
---|
1631 | </action>
|
---|
1632 | <action name="actionProject1">
|
---|
1633 | <property name="text">
|
---|
1634 | <string>Project1</string>
|
---|
1635 | </property>
|
---|
1636 | </action>
|
---|
1637 | <action name="actionProject2">
|
---|
1638 | <property name="text">
|
---|
1639 | <string>Project2</string>
|
---|
1640 | </property>
|
---|
1641 | </action>
|
---|
1642 | <action name="actionProject3">
|
---|
1643 | <property name="text">
|
---|
1644 | <string>Project3</string>
|
---|
1645 | </property>
|
---|
1646 | </action>
|
---|
1647 | <action name="actionProject4">
|
---|
1648 | <property name="text">
|
---|
1649 | <string>Project4</string>
|
---|
1650 | </property>
|
---|
1651 | </action>
|
---|
1652 | <action name="actionProject5">
|
---|
1653 | <property name="text">
|
---|
1654 | <string>Project5</string>
|
---|
1655 | </property>
|
---|
1656 | </action>
|
---|
1657 | <action name="actionBackground_Image_Wizard">
|
---|
1658 | <property name="icon">
|
---|
1659 | <iconset resource="resources.qrc">
|
---|
1660 | <normaloff>:/new/icons/background_image.png</normaloff>:/new/icons/background_image.png</iconset>
|
---|
1661 | </property>
|
---|
1662 | <property name="text">
|
---|
1663 | <string>Background Image Wizard</string>
|
---|
1664 | </property>
|
---|
1665 | </action>
|
---|
1666 | <action name="actionNew_Project">
|
---|
1667 | <property name="text">
|
---|
1668 | <string>New Project</string>
|
---|
1669 | </property>
|
---|
1670 | <property name="shortcut">
|
---|
1671 | <string>Ctrl+N</string>
|
---|
1672 | </property>
|
---|
1673 | </action>
|
---|
1674 | <action name="actionXmlTools_Interface">
|
---|
1675 | <property name="icon">
|
---|
1676 | <iconset resource="resources.qrc">
|
---|
1677 | <normaloff>:/new/icons/xmltoolsinterface.png</normaloff>:/new/icons/xmltoolsinterface.png</iconset>
|
---|
1678 | </property>
|
---|
1679 | <property name="text">
|
---|
1680 | <string>XmlTools Interface</string>
|
---|
1681 | </property>
|
---|
1682 | </action>
|
---|
1683 | <action name="actionWindow_Messages_Wizard">
|
---|
1684 | <property name="icon">
|
---|
1685 | <iconset resource="resources.qrc">
|
---|
1686 | <normaloff>:/new/icons/windowmessages.png</normaloff>:/new/icons/windowmessages.png</iconset>
|
---|
1687 | </property>
|
---|
1688 | <property name="text">
|
---|
1689 | <string>Window Messages Wizard</string>
|
---|
1690 | </property>
|
---|
1691 | </action>
|
---|
1692 | </widget>
|
---|
1693 | <layoutdefault spacing="6" margin="11"/>
|
---|
1694 | <customwidgets>
|
---|
1695 | <customwidget>
|
---|
1696 | <class>DropTableWidget</class>
|
---|
1697 | <extends>QTableWidget</extends>
|
---|
1698 | <header location="global">droptablewidget.h</header>
|
---|
1699 | </customwidget>
|
---|
1700 | <customwidget>
|
---|
1701 | <class>DropLineEdit</class>
|
---|
1702 | <extends>QLineEdit</extends>
|
---|
1703 | <header location="global">droplineedit.h</header>
|
---|
1704 | </customwidget>
|
---|
1705 | </customwidgets>
|
---|
1706 | <resources>
|
---|
1707 | <include location="resources.qrc"/>
|
---|
1708 | </resources>
|
---|
1709 | <connections/>
|
---|
1710 | </ui>
|
---|