ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/mainwindow.ui
Revision: 1054
Committed: Wed Oct 12 21:35:13 2016 UTC (9 years ago) by s10k
Original Path: Vago/trunk/Vago/mainwindow.ui
File size: 54600 byte(s)
Log Message:
Vago 1.1

File Contents

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