6 |
|
<rect> |
7 |
|
<x>0</x> |
8 |
|
<y>0</y> |
9 |
< |
<width>640</width> |
10 |
< |
<height>480</height> |
9 |
> |
<width>800</width> |
10 |
> |
<height>600</height> |
11 |
|
</rect> |
12 |
|
</property> |
13 |
|
<property name="windowTitle"> |
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> |
172 |
|
</property> |
173 |
|
<widget class="QWidget" name="tabGeneral"> |
174 |
|
<attribute name="title"> |
175 |
< |
<string>General</string> |
175 |
> |
<string>XML</string> |
176 |
|
</attribute> |
177 |
|
<layout class="QVBoxLayout" name="verticalLayout_18"> |
178 |
|
<item> |
193 |
|
</widget> |
194 |
|
</item> |
195 |
|
<item> |
196 |
< |
<widget class="QComboBox" name="cbFromGeneral"> |
180 |
< |
<item> |
181 |
< |
<property name="text"> |
182 |
< |
<string>DAT</string> |
183 |
< |
</property> |
184 |
< |
</item> |
196 |
> |
<widget class="QComboBox" name="cbFromXML"> |
197 |
|
<item> |
198 |
|
<property name="text"> |
199 |
|
<string>ONI</string> |
224 |
|
</widget> |
225 |
|
</item> |
226 |
|
<item> |
227 |
< |
<widget class="QComboBox" name="cbToGeneral"> |
227 |
> |
<widget class="QComboBox" name="cbToXML"> |
228 |
|
<item> |
229 |
|
<property name="text"> |
230 |
< |
<string>ONI</string> |
230 |
> |
<string>XML</string> |
231 |
|
</property> |
232 |
|
</item> |
233 |
|
</widget> |
239 |
|
<item> |
240 |
|
<layout class="QHBoxLayout" name="horizontalLayout_11"> |
241 |
|
<item> |
242 |
< |
<widget class="QGroupBox" name="gbSourcesGeneral"> |
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="twSourcesGeneral"/> |
248 |
> |
<widget class="DropTableWidget" name="twSourcesXML"/> |
249 |
|
</item> |
250 |
|
<item> |
251 |
|
<layout class="QVBoxLayout" name="verticalLayout_10"> |
252 |
|
<item> |
253 |
< |
<widget class="QPushButton" name="pbAddSourceGeneral"> |
253 |
> |
<widget class="QPushButton" name="pbAddSourceXML"> |
254 |
|
<property name="minimumSize"> |
255 |
|
<size> |
256 |
|
<width>0</width> |
263 |
|
</widget> |
264 |
|
</item> |
265 |
|
<item> |
266 |
< |
<widget class="QPushButton" name="pbRemoveSourceGeneral"> |
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="pbClearSourcesGeneral"> |
273 |
> |
<widget class="QPushButton" name="pbClearSourcesXML"> |
274 |
|
<property name="text"> |
275 |
|
<string>Clear</string> |
276 |
|
</property> |
284 |
|
</layout> |
285 |
|
</item> |
286 |
|
<item> |
275 |
– |
<widget class="QGroupBox" name="gbGeneral"> |
276 |
– |
<property name="enabled"> |
277 |
– |
<bool>true</bool> |
278 |
– |
</property> |
279 |
– |
<property name="title"> |
280 |
– |
<string>Options</string> |
281 |
– |
</property> |
282 |
– |
<layout class="QHBoxLayout" name="horizontalLayout_23"> |
283 |
– |
<item> |
284 |
– |
<layout class="QVBoxLayout" name="verticalLayout_38"> |
285 |
– |
<item> |
286 |
– |
<layout class="QHBoxLayout" name="horizontalLayout_29"> |
287 |
– |
<item> |
288 |
– |
<widget class="QCheckBox" name="cbDatGeneral"> |
289 |
– |
<property name="enabled"> |
290 |
– |
<bool>false</bool> |
291 |
– |
</property> |
292 |
– |
<property name="text"> |
293 |
– |
<string>DAT Filename:</string> |
294 |
– |
</property> |
295 |
– |
</widget> |
296 |
– |
</item> |
297 |
– |
<item> |
298 |
– |
<widget class="QLineEdit" name="leTargetDatGeneral"> |
299 |
– |
<property name="enabled"> |
300 |
– |
<bool>false</bool> |
301 |
– |
</property> |
302 |
– |
<property name="placeholderText"> |
303 |
– |
<string>Custom .dat filename</string> |
304 |
– |
</property> |
305 |
– |
</widget> |
306 |
– |
</item> |
307 |
– |
</layout> |
308 |
– |
</item> |
309 |
– |
</layout> |
310 |
– |
</item> |
311 |
– |
<item> |
312 |
– |
<widget class="QCheckBox" name="cbTRAMGeneral"> |
313 |
– |
<property name="enabled"> |
314 |
– |
<bool>false</bool> |
315 |
– |
</property> |
316 |
– |
<property name="toolTip"> |
317 |
– |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
318 |
– |
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
319 |
– |
p, li { white-space: pre-wrap; } |
320 |
– |
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> |
321 |
– |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Extract an ONCC with another character's TRAM</span></p> |
322 |
– |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">For example extract Konoko's ONCC with Muro's TRAM</span></p></body></html></string> |
323 |
– |
</property> |
324 |
– |
<property name="text"> |
325 |
– |
<string>Another TRAM:</string> |
326 |
– |
</property> |
327 |
– |
</widget> |
328 |
– |
</item> |
329 |
– |
<item> |
330 |
– |
<widget class="QLineEdit" name="leTRAMGeneral"> |
331 |
– |
<property name="enabled"> |
332 |
– |
<bool>false</bool> |
333 |
– |
</property> |
334 |
– |
<property name="toolTip"> |
335 |
– |
<string>Extract an ONCC with another character's TRAM |
336 |
– |
For example extract Konoko's ONCC with Muro's TRAM</string> |
337 |
– |
</property> |
338 |
– |
<property name="placeholderText"> |
339 |
– |
<string>TRAM.oni source file</string> |
340 |
– |
</property> |
341 |
– |
</widget> |
342 |
– |
</item> |
343 |
– |
</layout> |
344 |
– |
</widget> |
345 |
– |
</item> |
346 |
– |
<item> |
287 |
|
<widget class="Line" name="line_3"> |
288 |
|
<property name="orientation"> |
289 |
|
<enum>Qt::Horizontal</enum> |
291 |
|
</widget> |
292 |
|
</item> |
293 |
|
<item> |
294 |
< |
<widget class="QPushButton" name="pbConvertGeneral"> |
294 |
> |
<widget class="QPushButton" name="pbConvertXML"> |
295 |
> |
<property name="minimumSize"> |
296 |
> |
<size> |
297 |
> |
<width>0</width> |
298 |
> |
<height>30</height> |
299 |
> |
</size> |
300 |
> |
</property> |
301 |
|
<property name="text"> |
302 |
|
<string>Convert</string> |
303 |
|
</property> |
331 |
|
<widget class="QComboBox" name="cbFromTextures"> |
332 |
|
<item> |
333 |
|
<property name="text"> |
334 |
< |
<string>DAT / ONI</string> |
334 |
> |
<string>DAT / TXMP ONI</string> |
335 |
|
</property> |
336 |
|
</item> |
337 |
|
<item> |
338 |
|
<property name="text"> |
339 |
< |
<string>DDS / TGA / PNG / JPG</string> |
339 |
> |
<string>TGA / DDS / PNG / JPG</string> |
340 |
|
</property> |
341 |
|
</item> |
342 |
|
</widget> |
362 |
|
<widget class="QComboBox" name="cbToTextures"> |
363 |
|
<item> |
364 |
|
<property name="text"> |
365 |
< |
<string>DDS</string> |
365 |
> |
<string>TGA</string> |
366 |
|
</property> |
367 |
|
</item> |
368 |
|
<item> |
369 |
|
<property name="text"> |
370 |
< |
<string>TGA</string> |
370 |
> |
<string>DDS</string> |
371 |
|
</property> |
372 |
|
</item> |
373 |
|
<item> |
576 |
|
</item> |
577 |
|
</layout> |
578 |
|
</widget> |
579 |
< |
<widget class="QWidget" name="tabModels"> |
579 |
> |
<widget class="QWidget" name="tab"> |
580 |
|
<attribute name="title"> |
581 |
< |
<string>Models</string> |
581 |
> |
<string>Characters</string> |
582 |
|
</attribute> |
583 |
< |
<layout class="QVBoxLayout" name="verticalLayout_25"> |
583 |
> |
<layout class="QVBoxLayout" name="verticalLayout_4"> |
584 |
|
<item> |
585 |
< |
<layout class="QHBoxLayout" name="horizontalLayout_26"> |
585 |
> |
<layout class="QHBoxLayout" name="horizontalLayout_49"> |
586 |
|
<item> |
587 |
< |
<layout class="QVBoxLayout" name="verticalLayout_28"> |
587 |
> |
<layout class="QVBoxLayout" name="verticalLayout_63"> |
588 |
|
<item> |
589 |
< |
<widget class="QLabel" name="label_17"> |
589 |
> |
<widget class="QLabel" name="label_30"> |
590 |
|
<property name="sizePolicy"> |
591 |
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
592 |
|
<horstretch>0</horstretch> |
599 |
|
</widget> |
600 |
|
</item> |
601 |
|
<item> |
602 |
< |
<widget class="QComboBox" name="cbFromModels"> |
602 |
> |
<widget class="QComboBox" name="cbFromCharacters"> |
603 |
|
<item> |
604 |
|
<property name="text"> |
605 |
< |
<string>ONI</string> |
605 |
> |
<string>TRBS / ONCC ONI</string> |
606 |
|
</property> |
607 |
|
</item> |
608 |
|
<item> |
609 |
|
<property name="text"> |
610 |
< |
<string>OBJ</string> |
610 |
> |
<string>TRBS XML</string> |
611 |
|
</property> |
612 |
|
</item> |
613 |
|
<item> |
614 |
|
<property name="text"> |
615 |
< |
<string>DAE</string> |
615 |
> |
<string>TRBS DAE</string> |
616 |
> |
</property> |
617 |
> |
</item> |
618 |
> |
<item> |
619 |
> |
<property name="text"> |
620 |
> |
<string>TRAM ONI</string> |
621 |
> |
</property> |
622 |
> |
</item> |
623 |
> |
<item> |
624 |
> |
<property name="text"> |
625 |
> |
<string>FILM DAT</string> |
626 |
|
</property> |
627 |
|
</item> |
628 |
|
</widget> |
630 |
|
</layout> |
631 |
|
</item> |
632 |
|
<item> |
633 |
< |
<layout class="QVBoxLayout" name="verticalLayout_29"> |
633 |
> |
<layout class="QVBoxLayout" name="verticalLayout_64"> |
634 |
|
<item> |
635 |
< |
<widget class="QLabel" name="label_18"> |
635 |
> |
<widget class="QLabel" name="label_31"> |
636 |
|
<property name="sizePolicy"> |
637 |
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
638 |
|
<horstretch>0</horstretch> |
645 |
|
</widget> |
646 |
|
</item> |
647 |
|
<item> |
648 |
< |
<widget class="QComboBox" name="cbToModels"> |
693 |
< |
<item> |
694 |
< |
<property name="text"> |
695 |
< |
<string>OBJ</string> |
696 |
< |
</property> |
697 |
< |
</item> |
648 |
> |
<widget class="QComboBox" name="cbToCharacters"> |
649 |
|
<item> |
650 |
|
<property name="text"> |
651 |
|
<string>DAE</string> |
658 |
|
</layout> |
659 |
|
</item> |
660 |
|
<item> |
661 |
< |
<widget class="QGroupBox" name="gbSourcesModels"> |
661 |
> |
<widget class="QGroupBox" name="gbSourcesAnimations"> |
662 |
|
<property name="title"> |
663 |
|
<string>Sources</string> |
664 |
|
</property> |
665 |
< |
<layout class="QHBoxLayout" name="horizontalLayout_16"> |
665 |
> |
<layout class="QHBoxLayout" name="horizontalLayout_48"> |
666 |
|
<item> |
667 |
< |
<widget class="DropTableWidget" name="twSourcesModels"/> |
667 |
> |
<widget class="DropTableWidget" name="twSourcesCharacters"/> |
668 |
|
</item> |
669 |
|
<item> |
670 |
< |
<layout class="QVBoxLayout" name="verticalLayout_11"> |
670 |
> |
<layout class="QVBoxLayout" name="verticalLayout_62"> |
671 |
|
<item> |
672 |
< |
<widget class="QPushButton" name="pbAddSourceModels"> |
672 |
> |
<widget class="QPushButton" name="pbAddSourceCharacters"> |
673 |
|
<property name="minimumSize"> |
674 |
|
<size> |
675 |
|
<width>0</width> |
682 |
|
</widget> |
683 |
|
</item> |
684 |
|
<item> |
685 |
< |
<widget class="QPushButton" name="pbRemoveSourceModels"> |
685 |
> |
<widget class="QPushButton" name="pbRemoveSourceCharacters"> |
686 |
|
<property name="text"> |
687 |
|
<string>Remove</string> |
688 |
|
</property> |
689 |
|
</widget> |
690 |
|
</item> |
691 |
|
<item> |
692 |
< |
<widget class="QPushButton" name="pbClearSourcesModels"> |
692 |
> |
<widget class="QPushButton" name="pbClearSourcesCharacters"> |
693 |
|
<property name="text"> |
694 |
|
<string>Clear</string> |
695 |
|
</property> |
705 |
|
<property name="title"> |
706 |
|
<string>Options</string> |
707 |
|
</property> |
708 |
< |
<layout class="QVBoxLayout" name="verticalLayout_26"> |
708 |
> |
<layout class="QHBoxLayout" name="horizontalLayout_3"> |
709 |
|
<item> |
710 |
< |
<layout class="QVBoxLayout" name="verticalLayout_27"> |
711 |
< |
<item> |
712 |
< |
<layout class="QHBoxLayout" name="horizontalLayout_24"> |
713 |
< |
<item> |
714 |
< |
<widget class="QCheckBox" name="cbCellShading"> |
715 |
< |
<property name="enabled"> |
716 |
< |
<bool>false</bool> |
717 |
< |
</property> |
718 |
< |
<property name="text"> |
719 |
< |
<string>Cell Shading</string> |
720 |
< |
</property> |
721 |
< |
</widget> |
722 |
< |
</item> |
723 |
< |
<item> |
724 |
< |
<widget class="QCheckBox" name="cbNormals"> |
725 |
< |
<property name="enabled"> |
726 |
< |
<bool>false</bool> |
727 |
< |
</property> |
728 |
< |
<property name="text"> |
729 |
< |
<string>Normals</string> |
730 |
< |
</property> |
731 |
< |
</widget> |
732 |
< |
</item> |
733 |
< |
<item> |
734 |
< |
<widget class="QCheckBox" name="cbWithAnimation"> |
735 |
< |
<property name="enabled"> |
736 |
< |
<bool>false</bool> |
737 |
< |
</property> |
738 |
< |
<property name="toolTip"> |
739 |
< |
<string>Extract the model with a specific animation. |
740 |
< |
If none inputted (and checkbox is selected) it will search for one at ONCC>TRAC. |
741 |
< |
It's the name of a TRAM.oni file, don't include the extension.</string> |
742 |
< |
</property> |
743 |
< |
<property name="text"> |
744 |
< |
<string>With Animation:</string> |
745 |
< |
</property> |
746 |
< |
</widget> |
747 |
< |
</item> |
748 |
< |
<item> |
749 |
< |
<widget class="QLineEdit" name="leAnimationName"> |
750 |
< |
<property name="enabled"> |
751 |
< |
<bool>false</bool> |
752 |
< |
</property> |
753 |
< |
<property name="toolTip"> |
754 |
< |
<string>Extract the model with a specific animation. |
755 |
< |
If none inputted (and checkbox is selected) it will search for one at ONCC>TRAC. |
756 |
< |
It's the name of a TRAM.oni file, don't include the extension.</string> |
757 |
< |
</property> |
758 |
< |
<property name="placeholderText"> |
759 |
< |
<string>Animation name</string> |
760 |
< |
</property> |
761 |
< |
</widget> |
762 |
< |
</item> |
763 |
< |
<item> |
813 |
< |
<widget class="QCheckBox" name="cbTexture"> |
814 |
< |
<property name="enabled"> |
815 |
< |
<bool>false</bool> |
816 |
< |
</property> |
817 |
< |
<property name="toolTip"> |
818 |
< |
<string>Give model a texture. |
819 |
< |
It's the name of a TXMP.oni file, don't include the extension.</string> |
820 |
< |
</property> |
821 |
< |
<property name="text"> |
822 |
< |
<string>Texture:</string> |
823 |
< |
</property> |
824 |
< |
</widget> |
825 |
< |
</item> |
826 |
< |
<item> |
827 |
< |
<widget class="QLineEdit" name="leTextureName"> |
828 |
< |
<property name="enabled"> |
829 |
< |
<bool>false</bool> |
830 |
< |
</property> |
831 |
< |
<property name="toolTip"> |
832 |
< |
<string>Give model a texture. |
833 |
< |
It's the name of a TXMP.oni file, don't include the extension.</string> |
834 |
< |
</property> |
835 |
< |
<property name="placeholderText"> |
836 |
< |
<string>Texture name</string> |
837 |
< |
</property> |
838 |
< |
</widget> |
839 |
< |
</item> |
840 |
< |
</layout> |
841 |
< |
</item> |
842 |
< |
</layout> |
710 |
> |
<widget class="QCheckBox" name="cbCellShading"> |
711 |
> |
<property name="enabled"> |
712 |
> |
<bool>false</bool> |
713 |
> |
</property> |
714 |
> |
<property name="text"> |
715 |
> |
<string>Cell Shading</string> |
716 |
> |
</property> |
717 |
> |
</widget> |
718 |
> |
</item> |
719 |
> |
<item> |
720 |
> |
<widget class="QCheckBox" name="cbNormals"> |
721 |
> |
<property name="enabled"> |
722 |
> |
<bool>false</bool> |
723 |
> |
</property> |
724 |
> |
<property name="text"> |
725 |
> |
<string>Normals</string> |
726 |
> |
</property> |
727 |
> |
</widget> |
728 |
> |
</item> |
729 |
> |
<item> |
730 |
> |
<widget class="QCheckBox" name="cbWithTRBS_ONCC"> |
731 |
> |
<property name="enabled"> |
732 |
> |
<bool>false</bool> |
733 |
> |
</property> |
734 |
> |
<property name="toolTip"> |
735 |
> |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
736 |
> |
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
737 |
> |
p, li { white-space: pre-wrap; } |
738 |
> |
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> |
739 |
> |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Extract a TRAM (animation) with character's TRBS / ONCC</p> |
740 |
> |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">For example extract a Muro's TRAM with Konoko's ONCC</span></p></body></html></string> |
741 |
> |
</property> |
742 |
> |
<property name="text"> |
743 |
> |
<string>Extract with TRBS / ONCC:</string> |
744 |
> |
</property> |
745 |
> |
</widget> |
746 |
> |
</item> |
747 |
> |
<item> |
748 |
> |
<widget class="QLineEdit" name="leTRBS_ONCC"> |
749 |
> |
<property name="enabled"> |
750 |
> |
<bool>false</bool> |
751 |
> |
</property> |
752 |
> |
<property name="toolTip"> |
753 |
> |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
754 |
> |
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
755 |
> |
p, li { white-space: pre-wrap; } |
756 |
> |
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> |
757 |
> |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Extract a TRAM (animation) with character's TRBS / ONCC</p> |
758 |
> |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">For example extract a Muro's TRAM with Konoko's ONCC</span></p></body></html></string> |
759 |
> |
</property> |
760 |
> |
<property name="placeholderText"> |
761 |
> |
<string>TRBS / ONCC.oni source file</string> |
762 |
> |
</property> |
763 |
> |
</widget> |
764 |
|
</item> |
765 |
|
</layout> |
766 |
|
</widget> |
767 |
|
</item> |
768 |
|
<item> |
769 |
< |
<widget class="Line" name="line_9"> |
769 |
> |
<widget class="Line" name="line_15"> |
770 |
|
<property name="orientation"> |
771 |
|
<enum>Qt::Horizontal</enum> |
772 |
|
</property> |
773 |
|
</widget> |
774 |
|
</item> |
775 |
|
<item> |
776 |
< |
<widget class="QPushButton" name="pbConvertModels"> |
776 |
> |
<widget class="QPushButton" name="pbConvertCharacters"> |
777 |
|
<property name="minimumSize"> |
778 |
|
<size> |
779 |
|
<width>0</width> |
787 |
|
</item> |
788 |
|
</layout> |
789 |
|
</widget> |
790 |
< |
<widget class="QWidget" name="tab"> |
790 |
> |
<widget class="QWidget" name="tabModels"> |
791 |
|
<attribute name="title"> |
792 |
< |
<string>Animations</string> |
792 |
> |
<string>Objects</string> |
793 |
|
</attribute> |
794 |
|
<layout class="QVBoxLayout" name="verticalLayout_2"> |
795 |
|
<item> |
796 |
< |
<layout class="QHBoxLayout" name="horizontalLayout_49"> |
796 |
> |
<layout class="QHBoxLayout" name="horizontalLayout_26"> |
797 |
|
<item> |
798 |
< |
<layout class="QVBoxLayout" name="verticalLayout_63"> |
798 |
> |
<layout class="QVBoxLayout" name="verticalLayout_28"> |
799 |
|
<item> |
800 |
< |
<widget class="QLabel" name="label_30"> |
800 |
> |
<widget class="QLabel" name="label_17"> |
801 |
|
<property name="sizePolicy"> |
802 |
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
803 |
|
<horstretch>0</horstretch> |
810 |
|
</widget> |
811 |
|
</item> |
812 |
|
<item> |
813 |
< |
<widget class="QComboBox" name="cbFromAnimations"> |
813 |
> |
<widget class="QComboBox" name="cbFromObjects"> |
814 |
|
<item> |
815 |
|
<property name="text"> |
816 |
< |
<string>ONI</string> |
816 |
> |
<string>M3GM ONI</string> |
817 |
|
</property> |
818 |
|
</item> |
819 |
|
<item> |
820 |
|
<property name="text"> |
821 |
< |
<string>FILM DAT</string> |
821 |
> |
<string>ONWC ONI</string> |
822 |
> |
</property> |
823 |
> |
</item> |
824 |
> |
<item> |
825 |
> |
<property name="text"> |
826 |
> |
<string>OBAN ONI (cam)</string> |
827 |
> |
</property> |
828 |
> |
</item> |
829 |
> |
<item> |
830 |
> |
<property name="text"> |
831 |
> |
<string>OBJ</string> |
832 |
|
</property> |
833 |
|
</item> |
834 |
|
</widget> |
836 |
|
</layout> |
837 |
|
</item> |
838 |
|
<item> |
839 |
< |
<layout class="QVBoxLayout" name="verticalLayout_64"> |
839 |
> |
<layout class="QVBoxLayout" name="verticalLayout_29"> |
840 |
|
<item> |
841 |
< |
<widget class="QLabel" name="label_31"> |
841 |
> |
<widget class="QLabel" name="label_18"> |
842 |
|
<property name="sizePolicy"> |
843 |
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
844 |
|
<horstretch>0</horstretch> |
851 |
|
</widget> |
852 |
|
</item> |
853 |
|
<item> |
854 |
< |
<widget class="QComboBox" name="cbToAnimations"> |
854 |
> |
<widget class="QComboBox" name="cbToObjects"> |
855 |
> |
<item> |
856 |
> |
<property name="text"> |
857 |
> |
<string>OBJ</string> |
858 |
> |
</property> |
859 |
> |
</item> |
860 |
|
<item> |
861 |
|
<property name="text"> |
862 |
|
<string>DAE</string> |
869 |
|
</layout> |
870 |
|
</item> |
871 |
|
<item> |
872 |
< |
<widget class="QGroupBox" name="gbSourcesAnimations"> |
872 |
> |
<widget class="QGroupBox" name="gbSourcesModels"> |
873 |
|
<property name="title"> |
874 |
|
<string>Sources</string> |
875 |
|
</property> |
876 |
< |
<layout class="QHBoxLayout" name="horizontalLayout_48"> |
876 |
> |
<layout class="QHBoxLayout" name="horizontalLayout_16"> |
877 |
|
<item> |
878 |
< |
<widget class="DropTableWidget" name="twSourcesAnimations"/> |
878 |
> |
<widget class="DropTableWidget" name="twSourcesObjects"/> |
879 |
|
</item> |
880 |
|
<item> |
881 |
< |
<layout class="QVBoxLayout" name="verticalLayout_62"> |
881 |
> |
<layout class="QVBoxLayout" name="verticalLayout_11"> |
882 |
|
<item> |
883 |
< |
<widget class="QPushButton" name="pbAddSourceAnimations"> |
883 |
> |
<widget class="QPushButton" name="pbAddSourceObjects"> |
884 |
|
<property name="minimumSize"> |
885 |
|
<size> |
886 |
|
<width>0</width> |
893 |
|
</widget> |
894 |
|
</item> |
895 |
|
<item> |
896 |
< |
<widget class="QPushButton" name="pbRemoveSourceAnimations"> |
896 |
> |
<widget class="QPushButton" name="pbRemoveSourceObjects"> |
897 |
|
<property name="text"> |
898 |
|
<string>Remove</string> |
899 |
|
</property> |
900 |
|
</widget> |
901 |
|
</item> |
902 |
|
<item> |
903 |
< |
<widget class="QPushButton" name="pbClearSourcesAnimations"> |
903 |
> |
<widget class="QPushButton" name="pbClearSourcesObjects"> |
904 |
|
<property name="text"> |
905 |
|
<string>Clear</string> |
906 |
|
</property> |
916 |
|
<property name="title"> |
917 |
|
<string>Options</string> |
918 |
|
</property> |
919 |
< |
<layout class="QVBoxLayout" name="verticalLayout_60"> |
919 |
> |
<layout class="QHBoxLayout" name="horizontalLayout"> |
920 |
|
<item> |
921 |
< |
<layout class="QVBoxLayout" name="verticalLayout_61"> |
922 |
< |
<item> |
923 |
< |
<layout class="QHBoxLayout" name="horizontalLayout_47"> |
924 |
< |
<item> |
925 |
< |
<widget class="QCheckBox" name="cbCamera"> |
926 |
< |
<property name="enabled"> |
927 |
< |
<bool>true</bool> |
928 |
< |
</property> |
929 |
< |
<property name="text"> |
930 |
< |
<string>Camera</string> |
931 |
< |
</property> |
932 |
< |
</widget> |
933 |
< |
</item> |
934 |
< |
<item> |
935 |
< |
<widget class="QCheckBox" name="cbGeometry"> |
936 |
< |
<property name="enabled"> |
937 |
< |
<bool>true</bool> |
938 |
< |
</property> |
939 |
< |
<property name="toolTip"> |
940 |
< |
<string/> |
941 |
< |
</property> |
942 |
< |
<property name="text"> |
943 |
< |
<string>Geometry:</string> |
944 |
< |
</property> |
945 |
< |
</widget> |
946 |
< |
</item> |
947 |
< |
<item> |
948 |
< |
<widget class="QLineEdit" name="leGeometryName"> |
949 |
< |
<property name="enabled"> |
950 |
< |
<bool>false</bool> |
951 |
< |
</property> |
952 |
< |
<property name="toolTip"> |
953 |
< |
<string/> |
954 |
< |
</property> |
955 |
< |
<property name="placeholderText"> |
956 |
< |
<string>Geometry file path</string> |
957 |
< |
</property> |
958 |
< |
</widget> |
959 |
< |
</item> |
960 |
< |
</layout> |
961 |
< |
</item> |
962 |
< |
</layout> |
921 |
> |
<widget class="QCheckBox" name="cbTexture"> |
922 |
> |
<property name="enabled"> |
923 |
> |
<bool>false</bool> |
924 |
> |
</property> |
925 |
> |
<property name="toolTip"> |
926 |
> |
<string>Give model a texture. |
927 |
> |
It's the name of a TXMP.oni file, don't include the extension.</string> |
928 |
> |
</property> |
929 |
> |
<property name="text"> |
930 |
> |
<string>Texture:</string> |
931 |
> |
</property> |
932 |
> |
</widget> |
933 |
> |
</item> |
934 |
> |
<item> |
935 |
> |
<widget class="QLineEdit" name="leTextureName"> |
936 |
> |
<property name="enabled"> |
937 |
> |
<bool>false</bool> |
938 |
> |
</property> |
939 |
> |
<property name="toolTip"> |
940 |
> |
<string>Give model a texture. |
941 |
> |
It's the name of a TXMP.oni file, don't include the extension.</string> |
942 |
> |
</property> |
943 |
> |
<property name="text"> |
944 |
> |
<string>TXMP.oni source file</string> |
945 |
> |
</property> |
946 |
> |
<property name="placeholderText"> |
947 |
> |
<string>Texture name</string> |
948 |
> |
</property> |
949 |
> |
</widget> |
950 |
> |
</item> |
951 |
> |
<item> |
952 |
> |
<widget class="QCheckBox" name="cbWithAnimation"> |
953 |
> |
<property name="enabled"> |
954 |
> |
<bool>true</bool> |
955 |
> |
</property> |
956 |
> |
<property name="toolTip"> |
957 |
> |
<string>Give model a texture. |
958 |
> |
It's the name of a TXMP.oni file, don't include the extension.</string> |
959 |
> |
</property> |
960 |
> |
<property name="text"> |
961 |
> |
<string>With Animation:</string> |
962 |
> |
</property> |
963 |
> |
</widget> |
964 |
> |
</item> |
965 |
> |
<item> |
966 |
> |
<widget class="QLineEdit" name="leAnimationName"> |
967 |
> |
<property name="enabled"> |
968 |
> |
<bool>false</bool> |
969 |
> |
</property> |
970 |
> |
<property name="toolTip"> |
971 |
> |
<string>Give model a texture. |
972 |
> |
It's the name of a TXMP.oni file, don't include the extension.</string> |
973 |
> |
</property> |
974 |
> |
<property name="placeholderText"> |
975 |
> |
<string>OBAN.oni source file</string> |
976 |
> |
</property> |
977 |
> |
</widget> |
978 |
|
</item> |
979 |
|
</layout> |
980 |
|
</widget> |
981 |
|
</item> |
982 |
|
<item> |
983 |
< |
<widget class="Line" name="line_15"> |
983 |
> |
<widget class="Line" name="line_9"> |
984 |
|
<property name="orientation"> |
985 |
|
<enum>Qt::Horizontal</enum> |
986 |
|
</property> |
987 |
|
</widget> |
988 |
|
</item> |
989 |
|
<item> |
990 |
< |
<widget class="QPushButton" name="pbConvertAnimations"> |
990 |
> |
<widget class="QPushButton" name="pbConvertObjects"> |
991 |
|
<property name="minimumSize"> |
992 |
|
<size> |
993 |
|
<width>0</width> |
1005 |
|
<attribute name="title"> |
1006 |
|
<string>Levels</string> |
1007 |
|
</attribute> |
1008 |
< |
<layout class="QVBoxLayout" name="verticalLayout_31"> |
1008 |
> |
<layout class="QVBoxLayout" name="verticalLayout_5"> |
1009 |
|
<item> |
1010 |
|
<layout class="QHBoxLayout" name="horizontalLayout_28"> |
1011 |
|
<item> |
1027 |
|
<widget class="QComboBox" name="cbFromLevels"> |
1028 |
|
<item> |
1029 |
|
<property name="text"> |
1030 |
< |
<string>ONI</string> |
1030 |
> |
<string>DAT</string> |
1031 |
|
</property> |
1032 |
|
</item> |
1033 |
|
<item> |
1034 |
|
<property name="text"> |
1035 |
< |
<string>DAE</string> |
1035 |
> |
<string>ONI FILES</string> |
1036 |
|
</property> |
1037 |
|
</item> |
1038 |
|
<item> |
1040 |
|
<string>MASTER XML</string> |
1041 |
|
</property> |
1042 |
|
</item> |
1043 |
+ |
<item> |
1044 |
+ |
<property name="text"> |
1045 |
+ |
<string>AKEV ONI</string> |
1046 |
+ |
</property> |
1047 |
+ |
</item> |
1048 |
+ |
<item> |
1049 |
+ |
<property name="text"> |
1050 |
+ |
<string>DAE</string> |
1051 |
+ |
</property> |
1052 |
+ |
</item> |
1053 |
|
</widget> |
1054 |
|
</item> |
1055 |
|
</layout> |
1073 |
|
<widget class="QComboBox" name="cbToLevels"> |
1074 |
|
<item> |
1075 |
|
<property name="text"> |
1076 |
< |
<string>DAE</string> |
1076 |
> |
<string>ONI FILES</string> |
1077 |
|
</property> |
1078 |
|
</item> |
1079 |
|
</widget> |
1133 |
|
<property name="title"> |
1134 |
|
<string>Options</string> |
1135 |
|
</property> |
1136 |
< |
<layout class="QVBoxLayout" name="verticalLayout_30"> |
1136 |
> |
<layout class="QVBoxLayout" name="verticalLayout_3"> |
1137 |
> |
<item> |
1138 |
> |
<layout class="QHBoxLayout" name="horizontalLayout_4"> |
1139 |
> |
<item> |
1140 |
> |
<widget class="QCheckBox" name="cbSpecificFilesLevels"> |
1141 |
> |
<property name="enabled"> |
1142 |
> |
<bool>true</bool> |
1143 |
> |
</property> |
1144 |
> |
<property name="minimumSize"> |
1145 |
> |
<size> |
1146 |
> |
<width>122</width> |
1147 |
> |
<height>0</height> |
1148 |
> |
</size> |
1149 |
> |
</property> |
1150 |
> |
<property name="toolTip"> |
1151 |
> |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
1152 |
> |
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
1153 |
> |
p, li { white-space: pre-wrap; } |
1154 |
> |
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> |
1155 |
> |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Extract specific files oni files from the DAT file</span></p> |
1156 |
> |
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> |
1157 |
> |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Example of input:</span></p> |
1158 |
> |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">AKEVEnvWarehouse</span></p> |
1159 |
> |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This will extract only the file AKEVEnvWarehouse.oni from the dat.</span></p> |
1160 |
> |
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> |
1161 |
> |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">You can extract multiple files using wildcards e.g.: </span></p> |
1162 |
> |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">M3GM* </span></p> |
1163 |
> |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This will extract all files which begin with M3GM. </span></p></body></html></string> |
1164 |
> |
</property> |
1165 |
> |
<property name="text"> |
1166 |
> |
<string>Extract specific files:</string> |
1167 |
> |
</property> |
1168 |
> |
</widget> |
1169 |
> |
</item> |
1170 |
> |
<item> |
1171 |
> |
<widget class="QLineEdit" name="leSpecificFilesLevels"> |
1172 |
> |
<property name="enabled"> |
1173 |
> |
<bool>false</bool> |
1174 |
> |
</property> |
1175 |
> |
<property name="toolTip"> |
1176 |
> |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
1177 |
> |
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
1178 |
> |
p, li { white-space: pre-wrap; } |
1179 |
> |
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> |
1180 |
> |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Extract specific files oni files from the DAT file</span></p> |
1181 |
> |
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> |
1182 |
> |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Example of input:</span></p> |
1183 |
> |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">AKEVEnvWarehouse</span></p> |
1184 |
> |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This will extract only the file AKEVEnvWarehouse.oni from the dat.</span></p> |
1185 |
> |
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> |
1186 |
> |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">You can extract multiple files using wildcards e.g.: </span></p> |
1187 |
> |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">M3GM* </span></p> |
1188 |
> |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This will extract all files which begin with M3GM. </span></p></body></html></string> |
1189 |
> |
</property> |
1190 |
> |
<property name="text"> |
1191 |
> |
<string/> |
1192 |
> |
</property> |
1193 |
> |
<property name="placeholderText"> |
1194 |
> |
<string>Pattern to file or files (e.g. AKEVEnvWarehouse)</string> |
1195 |
> |
</property> |
1196 |
> |
</widget> |
1197 |
> |
</item> |
1198 |
> |
</layout> |
1199 |
> |
</item> |
1200 |
|
<item> |
1201 |
|
<layout class="QHBoxLayout" name="horizontalLayout_27"> |
1202 |
|
<item> |
1206 |
|
</property> |
1207 |
|
<property name="minimumSize"> |
1208 |
|
<size> |
1209 |
< |
<width>115</width> |
1209 |
> |
<width>122</width> |
1210 |
|
<height>0</height> |
1211 |
|
</size> |
1212 |
|
</property> |
1245 |
|
</property> |
1246 |
|
</widget> |
1247 |
|
</item> |
1224 |
– |
</layout> |
1225 |
– |
</item> |
1226 |
– |
<item> |
1227 |
– |
<layout class="QHBoxLayout" name="horizontalLayout_31"> |
1248 |
|
<item> |
1249 |
< |
<widget class="QCheckBox" name="cbAdditionalSourcesLevels"> |
1249 |
> |
<widget class="QCheckBox" name="cbGridsLevels"> |
1250 |
|
<property name="enabled"> |
1251 |
|
<bool>false</bool> |
1252 |
|
</property> |
1253 |
+ |
<property name="toolTip"> |
1254 |
+ |
<string>Generate pathfinding grids (master xml generates them automatically). Needs Bnv source.</string> |
1255 |
+ |
</property> |
1256 |
|
<property name="text"> |
1257 |
< |
<string>Additional Sources:</string> |
1257 |
> |
<string>Generate Grids</string> |
1258 |
|
</property> |
1259 |
|
</widget> |
1260 |
|
</item> |
1261 |
+ |
</layout> |
1262 |
+ |
</item> |
1263 |
+ |
<item> |
1264 |
+ |
<layout class="QHBoxLayout" name="horizontalLayout_2"> |
1265 |
|
<item> |
1266 |
< |
<widget class="QLineEdit" name="leAdditSourcesLevels"> |
1266 |
> |
<widget class="QCheckBox" name="cbAdditionalSourcesLevels"> |
1267 |
|
<property name="enabled"> |
1268 |
|
<bool>false</bool> |
1269 |
|
</property> |
1270 |
< |
<property name="toolTip"> |
1271 |
< |
<string>Use "space" as separator for each file</string> |
1270 |
> |
<property name="minimumSize"> |
1271 |
> |
<size> |
1272 |
> |
<width>122</width> |
1273 |
> |
<height>0</height> |
1274 |
> |
</size> |
1275 |
|
</property> |
1276 |
< |
<property name="placeholderText"> |
1277 |
< |
<string>Additional .dae sources for akev (e.g. env_markers.dae)</string> |
1276 |
> |
<property name="text"> |
1277 |
> |
<string>Additional Sources:</string> |
1278 |
|
</property> |
1279 |
|
</widget> |
1280 |
|
</item> |
1281 |
|
<item> |
1282 |
< |
<widget class="QCheckBox" name="cbGridsLevels"> |
1282 |
> |
<widget class="QLineEdit" name="leAdditSourcesLevels"> |
1283 |
|
<property name="enabled"> |
1284 |
|
<bool>false</bool> |
1285 |
|
</property> |
1286 |
|
<property name="toolTip"> |
1287 |
< |
<string>Generate pathfinding grids (master xml generates them automatically). Needs Bnv source.</string> |
1287 |
> |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
1288 |
> |
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
1289 |
> |
p, li { white-space: pre-wrap; } |
1290 |
> |
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> |
1291 |
> |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Use &quot;;&quot; as separator for each file</span></p></body></html></string> |
1292 |
|
</property> |
1293 |
< |
<property name="text"> |
1294 |
< |
<string>Generate Grids</string> |
1293 |
> |
<property name="placeholderText"> |
1294 |
> |
<string>Additional .dae sources for akev (e.g. env_markers.dae)</string> |
1295 |
|
</property> |
1296 |
|
</widget> |
1297 |
|
</item> |
1348 |
|
<widget class="QComboBox" name="cbFromMisc"> |
1349 |
|
<item> |
1350 |
|
<property name="text"> |
1351 |
< |
<string>DAT / ONI</string> |
1351 |
> |
<string>DAT / SNDD ONI</string> |
1352 |
> |
</property> |
1353 |
> |
</item> |
1354 |
> |
<item> |
1355 |
> |
<property name="text"> |
1356 |
> |
<string>DAT / SUBT ONI</string> |
1357 |
|
</property> |
1358 |
|
</item> |
1359 |
|
<item> |
1397 |
|
<string>AIF</string> |
1398 |
|
</property> |
1399 |
|
</item> |
1361 |
– |
<item> |
1362 |
– |
<property name="text"> |
1363 |
– |
<string>TXT</string> |
1364 |
– |
</property> |
1365 |
– |
</item> |
1400 |
|
</widget> |
1401 |
|
</item> |
1402 |
|
</layout> |
1477 |
|
<rect> |
1478 |
|
<x>0</x> |
1479 |
|
<y>0</y> |
1480 |
< |
<width>640</width> |
1480 |
> |
<width>800</width> |
1481 |
|
<height>21</height> |
1482 |
|
</rect> |
1483 |
|
</property> |
1518 |
|
</widget> |
1519 |
|
<addaction name="menuOutput_directly_to"/> |
1520 |
|
<addaction name="separator"/> |
1521 |
+ |
<addaction name="actionOpen_AE_folder"/> |
1522 |
|
<addaction name="actionView_log"/> |
1523 |
|
</widget> |
1524 |
|
<widget class="QMenu" name="menuTools"> |
1653 |
|
<string>Check XmlTools version</string> |
1654 |
|
</property> |
1655 |
|
</action> |
1656 |
+ |
<action name="actionOpen_AE_folder"> |
1657 |
+ |
<property name="text"> |
1658 |
+ |
<string>Open AE folder</string> |
1659 |
+ |
</property> |
1660 |
+ |
</action> |
1661 |
|
</widget> |
1662 |
|
<layoutdefault spacing="6" margin="11"/> |
1663 |
|
<customwidgets> |