ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/mainwindow.ui
(Generate patch)

Comparing:
Vago/trunk/Vago/mainwindow.ui (file contents), Revision 771 by s10k, Sun Mar 31 19:02:16 2013 UTC vs.
s10k/Vago/mainwindow.ui (file contents), Revision 1092 by s10k, Sat Dec 30 13:43:28 2017 UTC

# Line 6 | Line 6
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">
# Line 20 | Line 20
20    <widget class="QWidget" name="centralWidget">
21     <layout class="QVBoxLayout" name="verticalLayout">
22      <item>
23 <     <layout class="QHBoxLayout" name="horizontalLayout_10">
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">
# Line 36 | Line 53
53         </widget>
54        </item>
55        <item>
56 <       <widget class="QLabel" name="emptySpacerLabel3">
56 >       <widget class="QLabel" name="emptySpacerLabel2">
57          <property name="sizePolicy">
58           <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
59            <horstretch>0</horstretch>
# Line 49 | Line 66
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="tbCommand">
81 >       <widget class="QToolButton" name="tbXmlToolsInterface">
82          <property name="toolTip">
83 <         <string>Manual OniSplit Commands</string>
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/command_icon.png</normaloff>:/new/icons/command_icon.png</iconset>
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="emptySpacerLabel2">
95 >       <widget class="QLabel" name="emptySpacerLabel3">
96          <property name="sizePolicy">
97           <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
98            <horstretch>0</horstretch>
# Line 82 | Line 105
105            <height>0</height>
106           </size>
107          </property>
108 <        <property name="baseSize">
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>0</width>
137 >          <width>20</width>
138            <height>0</height>
139           </size>
140          </property>
# Line 155 | Line 205
205        </property>
206        <widget class="QWidget" name="tabGeneral">
207         <attribute name="title">
208 <        <string>General</string>
208 >        <string>XML</string>
209         </attribute>
210         <layout class="QVBoxLayout" name="verticalLayout_18">
211          <item>
# Line 176 | Line 226
226               </widget>
227              </item>
228              <item>
229 <             <widget class="QComboBox" name="cbFromGeneral">
180 <              <item>
181 <               <property name="text">
182 <                <string>DAT</string>
183 <               </property>
184 <              </item>
229 >             <widget class="QComboBox" name="cbFromXML">
230                <item>
231                 <property name="text">
232                  <string>ONI</string>
# Line 212 | Line 257
257               </widget>
258              </item>
259              <item>
260 <             <widget class="QComboBox" name="cbToGeneral">
260 >             <widget class="QComboBox" name="cbToXML">
261                <item>
262                 <property name="text">
263 <                <string>ONI</string>
263 >                <string>XML</string>
264                 </property>
265                </item>
266               </widget>
# Line 227 | Line 272
272          <item>
273           <layout class="QHBoxLayout" name="horizontalLayout_11">
274            <item>
275 <           <widget class="QGroupBox" name="gbSourcesGeneral">
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="twSourcesGeneral"/>
281 >              <widget class="DropTableWidget" name="twSourcesXML"/>
282               </item>
283               <item>
284                <layout class="QVBoxLayout" name="verticalLayout_10">
285                 <item>
286 <                <widget class="QPushButton" name="pbAddSourceGeneral">
286 >                <widget class="QPushButton" name="pbAddSourceXML">
287                   <property name="minimumSize">
288                    <size>
289                     <width>0</width>
# Line 251 | Line 296
296                  </widget>
297                 </item>
298                 <item>
299 <                <widget class="QPushButton" name="pbRemoveSourceGeneral">
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="pbClearSourcesGeneral">
306 >                <widget class="QPushButton" name="pbClearSourcesXML">
307                   <property name="text">
308                    <string>Clear</string>
309                   </property>
# Line 271 | Line 316
316            </item>
317           </layout>
318          </item>
274        <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>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
318 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
319 p, li { white-space: pre-wrap; }
320 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
321 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Extract an ONCC with another character's TRAM&lt;/span&gt;&lt;/p&gt;
322 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;For example extract Konoko's ONCC with Muro's TRAM&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
336 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
337 p, li { white-space: pre-wrap; }
338 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
339 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Extract an ONCC with another character's TRAM&lt;/span&gt;&lt;/p&gt;
340 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;For example extract Konoko's ONCC with Muro's TRAM&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
341             </property>
342             <property name="placeholderText">
343              <string>TRAM.oni source file</string>
344             </property>
345            </widget>
346           </item>
347          </layout>
348         </widget>
349        </item>
350        <item>
351         <widget class="Line" name="line_3">
352          <property name="orientation">
353           <enum>Qt::Horizontal</enum>
354          </property>
355         </widget>
356        </item>
357        <item>
358         <widget class="QPushButton" name="pbConvertGeneral">
359          <property name="minimumSize">
360           <size>
361            <width>0</width>
362            <height>30</height>
363           </size>
364          </property>
365          <property name="text">
366           <string>Convert</string>
367          </property>
368         </widget>
369        </item>
319         </layout>
320        </widget>
321        <widget class="QWidget" name="tabTextures">
# Line 395 | Line 344 | p, li { white-space: pre-wrap; }
344               <widget class="QComboBox" name="cbFromTextures">
345                <item>
346                 <property name="text">
347 <                <string>DAT / ONI</string>
347 >                <string>DAT / TXMP ONI</string>
348                 </property>
349                </item>
350                <item>
351                 <property name="text">
352 <                <string>DDS / TGA / PNG / JPG</string>
352 >                <string>TGA / DDS / PNG / JPG</string>
353                 </property>
354                </item>
355               </widget>
# Line 426 | Line 375 | p, li { white-space: pre-wrap; }
375               <widget class="QComboBox" name="cbToTextures">
376                <item>
377                 <property name="text">
378 <                <string>DDS</string>
378 >                <string>TGA</string>
379                 </property>
380                </item>
381                <item>
382                 <property name="text">
383 <                <string>TGA</string>
383 >                <string>DDS</string>
384                 </property>
385                </item>
386                <item>
# Line 589 | Line 538 | p, li { white-space: pre-wrap; }
538                 <item>
539                  <widget class="QCheckBox" name="cbEnvMap">
540                   <property name="toolTip">
541 <                  <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
542 < &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
594 < p, li { white-space: pre-wrap; }
595 < &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
596 < &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Used for reflection in armors. The armor texture has an alpha channel which is transparent and the envmap texture is shown.&lt;/span&gt;&lt;/p&gt;
597 < &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;It's the name of a TXMP.oni file, don't include the extension.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
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>
# Line 607 | Line 552 | p, li { white-space: pre-wrap; }
552                    <bool>false</bool>
553                   </property>
554                   <property name="toolTip">
555 <                  <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
556 < &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
612 < p, li { white-space: pre-wrap; }
613 < &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
614 < &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Used for reflection in armors. The armor texture has an alpha channel which is transparent and the envmap texture is shown.&lt;/span&gt;&lt;/p&gt;
615 < &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;It's the name of a TXMP.oni file, don't include the extension.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
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>
# Line 626 | Line 567 | p, li { white-space: pre-wrap; }
567            </layout>
568           </widget>
569          </item>
629        <item>
630         <widget class="Line" name="line_8">
631          <property name="orientation">
632           <enum>Qt::Horizontal</enum>
633          </property>
634         </widget>
635        </item>
636        <item>
637         <widget class="QPushButton" name="pbConvertTextures">
638          <property name="minimumSize">
639           <size>
640            <width>0</width>
641            <height>30</height>
642           </size>
643          </property>
644          <property name="text">
645           <string>Convert</string>
646          </property>
647         </widget>
648        </item>
570         </layout>
571        </widget>
572 <      <widget class="QWidget" name="tabModels">
572 >      <widget class="QWidget" name="tab">
573         <attribute name="title">
574 <        <string>Models</string>
574 >        <string>Characters</string>
575         </attribute>
576 <       <layout class="QVBoxLayout" name="verticalLayout_25">
576 >       <layout class="QVBoxLayout" name="verticalLayout_4">
577          <item>
578 <         <layout class="QHBoxLayout" name="horizontalLayout_26">
578 >         <layout class="QHBoxLayout" name="horizontalLayout_49">
579            <item>
580 <           <layout class="QVBoxLayout" name="verticalLayout_28">
580 >           <layout class="QVBoxLayout" name="verticalLayout_63">
581              <item>
582 <             <widget class="QLabel" name="label_17">
582 >             <widget class="QLabel" name="label_30">
583                <property name="sizePolicy">
584                 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
585                  <horstretch>0</horstretch>
# Line 671 | Line 592 | p, li { white-space: pre-wrap; }
592               </widget>
593              </item>
594              <item>
595 <             <widget class="QComboBox" name="cbFromModels">
595 >             <widget class="QComboBox" name="cbFromCharacters">
596                <item>
597                 <property name="text">
598 <                <string>ONI</string>
598 >                <string>TRBS / ONCC ONI</string>
599                 </property>
600                </item>
601                <item>
602                 <property name="text">
603 <                <string>OBJ</string>
603 >                <string>TRBS XML</string>
604                 </property>
605                </item>
606                <item>
607                 <property name="text">
608 <                <string>DAE</string>
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>
# Line 692 | Line 623 | p, li { white-space: pre-wrap; }
623             </layout>
624            </item>
625            <item>
626 <           <layout class="QVBoxLayout" name="verticalLayout_29">
626 >           <layout class="QVBoxLayout" name="verticalLayout_64">
627              <item>
628 <             <widget class="QLabel" name="label_18">
628 >             <widget class="QLabel" name="label_31">
629                <property name="sizePolicy">
630                 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
631                  <horstretch>0</horstretch>
# Line 707 | Line 638 | p, li { white-space: pre-wrap; }
638               </widget>
639              </item>
640              <item>
641 <             <widget class="QComboBox" name="cbToModels">
711 <              <item>
712 <               <property name="text">
713 <                <string>OBJ</string>
714 <               </property>
715 <              </item>
641 >             <widget class="QComboBox" name="cbToCharacters">
642                <item>
643                 <property name="text">
644                  <string>DAE</string>
# Line 725 | Line 651 | p, li { white-space: pre-wrap; }
651           </layout>
652          </item>
653          <item>
654 <         <widget class="QGroupBox" name="gbSourcesModels">
654 >         <widget class="QGroupBox" name="gbSourcesAnimations">
655            <property name="title">
656             <string>Sources</string>
657            </property>
658 <          <layout class="QHBoxLayout" name="horizontalLayout_16">
658 >          <layout class="QHBoxLayout" name="horizontalLayout_48">
659             <item>
660 <            <widget class="DropTableWidget" name="twSourcesModels"/>
660 >            <widget class="DropTableWidget" name="twSourcesCharacters"/>
661             </item>
662             <item>
663 <            <layout class="QVBoxLayout" name="verticalLayout_11">
663 >            <layout class="QVBoxLayout" name="verticalLayout_62">
664               <item>
665 <              <widget class="QPushButton" name="pbAddSourceModels">
665 >              <widget class="QPushButton" name="pbAddSourceCharacters">
666                 <property name="minimumSize">
667                  <size>
668                   <width>0</width>
# Line 749 | Line 675 | p, li { white-space: pre-wrap; }
675                </widget>
676               </item>
677               <item>
678 <              <widget class="QPushButton" name="pbRemoveSourceModels">
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="pbClearSourcesModels">
685 >              <widget class="QPushButton" name="pbClearSourcesCharacters">
686                 <property name="text">
687                  <string>Clear</string>
688                 </property>
# Line 772 | Line 698 | p, li { white-space: pre-wrap; }
698            <property name="title">
699             <string>Options</string>
700            </property>
701 <          <layout class="QVBoxLayout" name="verticalLayout_26">
701 >          <layout class="QHBoxLayout" name="horizontalLayout_3">
702             <item>
703 <            <layout class="QVBoxLayout" name="verticalLayout_27">
704 <             <item>
705 <              <layout class="QHBoxLayout" name="horizontalLayout_24">
706 <               <item>
707 <                <widget class="QCheckBox" name="cbCellShading">
708 <                 <property name="enabled">
709 <                  <bool>false</bool>
710 <                 </property>
711 <                 <property name="text">
712 <                  <string>Cell Shading</string>
713 <                 </property>
714 <                </widget>
715 <               </item>
716 <               <item>
717 <                <widget class="QCheckBox" name="cbNormals">
718 <                 <property name="enabled">
719 <                  <bool>false</bool>
720 <                 </property>
721 <                 <property name="text">
722 <                  <string>Normals</string>
723 <                 </property>
724 <                </widget>
725 <               </item>
726 <               <item>
727 <                <widget class="QCheckBox" name="cbWithAnimation">
728 <                 <property name="enabled">
729 <                  <bool>false</bool>
730 <                 </property>
731 <                 <property name="toolTip">
732 <                  <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
733 < &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
734 < p, li { white-space: pre-wrap; }
735 < &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
736 < &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Extract the model with a specific animation.  &lt;/span&gt;&lt;/p&gt;
737 < &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;If none inputted (and checkbox is selected) it will search for one at ONCC&amp;gt;TRAC.&lt;/span&gt;&lt;/p&gt;
738 < &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;It's the name of a TRAM.oni file, don't include the extension.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
739 <                 </property>
740 <                 <property name="text">
741 <                  <string>With Animation:</string>
742 <                 </property>
743 <                </widget>
744 <               </item>
745 <               <item>
746 <                <widget class="QLineEdit" name="leAnimationName">
747 <                 <property name="enabled">
748 <                  <bool>false</bool>
749 <                 </property>
750 <                 <property name="toolTip">
825 <                  <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
826 < &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
827 < p, li { white-space: pre-wrap; }
828 < &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
829 < &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Extract the model with a specific animation.  &lt;/span&gt;&lt;/p&gt;
830 < &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;If none inputted (and checkbox is selected) it will search for one at &lt;/span&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;ONCC&amp;gt;TRAC.&lt;/span&gt;&lt;/p&gt;
831 < &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;It's the name of a TRAM.oni file, don't include the extension.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
832 <                 </property>
833 <                 <property name="placeholderText">
834 <                  <string>Animation name</string>
835 <                 </property>
836 <                </widget>
837 <               </item>
838 <               <item>
839 <                <widget class="QCheckBox" name="cbTexture">
840 <                 <property name="enabled">
841 <                  <bool>false</bool>
842 <                 </property>
843 <                 <property name="toolTip">
844 <                  <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
845 < &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
846 < p, li { white-space: pre-wrap; }
847 < &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
848 < &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Give model a texture.&lt;/span&gt;&lt;/p&gt;
849 < &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;It's the name of a TXMP.oni file, don't include the extension.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
850 <                 </property>
851 <                 <property name="text">
852 <                  <string>Texture:</string>
853 <                 </property>
854 <                </widget>
855 <               </item>
856 <               <item>
857 <                <widget class="QLineEdit" name="leTextureName">
858 <                 <property name="enabled">
859 <                  <bool>false</bool>
860 <                 </property>
861 <                 <property name="toolTip">
862 <                  <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
863 < &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
864 < p, li { white-space: pre-wrap; }
865 < &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
866 < &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Give model a texture. &lt;/span&gt;&lt;/p&gt;
867 < &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;It's the name of a TXMP.oni file, don't include the extension.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
868 <                 </property>
869 <                 <property name="placeholderText">
870 <                  <string>Texture name</string>
871 <                 </property>
872 <                </widget>
873 <               </item>
874 <              </layout>
875 <             </item>
876 <            </layout>
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>
881        <item>
882         <widget class="Line" name="line_9">
883          <property name="orientation">
884           <enum>Qt::Horizontal</enum>
885          </property>
886         </widget>
887        </item>
888        <item>
889         <widget class="QPushButton" name="pbConvertModels">
890          <property name="minimumSize">
891           <size>
892            <width>0</width>
893            <height>30</height>
894           </size>
895          </property>
896          <property name="text">
897           <string>Convert</string>
898          </property>
899         </widget>
900        </item>
755         </layout>
756        </widget>
757 <      <widget class="QWidget" name="tab">
757 >      <widget class="QWidget" name="tabModels">
758         <attribute name="title">
759 <        <string>Animations</string>
759 >        <string>Objects</string>
760         </attribute>
761         <layout class="QVBoxLayout" name="verticalLayout_2">
762          <item>
763 <         <layout class="QHBoxLayout" name="horizontalLayout_49">
763 >         <layout class="QHBoxLayout" name="horizontalLayout_26">
764            <item>
765 <           <layout class="QVBoxLayout" name="verticalLayout_63">
765 >           <layout class="QVBoxLayout" name="verticalLayout_28">
766              <item>
767 <             <widget class="QLabel" name="label_30">
767 >             <widget class="QLabel" name="label_17">
768                <property name="sizePolicy">
769                 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
770                  <horstretch>0</horstretch>
# Line 923 | Line 777 | p, li { white-space: pre-wrap; }
777               </widget>
778              </item>
779              <item>
780 <             <widget class="QComboBox" name="cbFromAnimations">
780 >             <widget class="QComboBox" name="cbFromObjects">
781                <item>
782                 <property name="text">
783 <                <string>ONI</string>
783 >                <string>M3GM ONI</string>
784                 </property>
785                </item>
786                <item>
787                 <property name="text">
788 <                <string>FILM DAT</string>
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>
# Line 939 | Line 803 | p, li { white-space: pre-wrap; }
803             </layout>
804            </item>
805            <item>
806 <           <layout class="QVBoxLayout" name="verticalLayout_64">
806 >           <layout class="QVBoxLayout" name="verticalLayout_29">
807              <item>
808 <             <widget class="QLabel" name="label_31">
808 >             <widget class="QLabel" name="label_18">
809                <property name="sizePolicy">
810                 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
811                  <horstretch>0</horstretch>
# Line 954 | Line 818 | p, li { white-space: pre-wrap; }
818               </widget>
819              </item>
820              <item>
821 <             <widget class="QComboBox" name="cbToAnimations">
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>
# Line 967 | Line 836 | p, li { white-space: pre-wrap; }
836           </layout>
837          </item>
838          <item>
839 <         <widget class="QGroupBox" name="gbSourcesAnimations">
839 >         <widget class="QGroupBox" name="gbSourcesModels">
840            <property name="title">
841             <string>Sources</string>
842            </property>
843 <          <layout class="QHBoxLayout" name="horizontalLayout_48">
843 >          <layout class="QHBoxLayout" name="horizontalLayout_16">
844             <item>
845 <            <widget class="DropTableWidget" name="twSourcesAnimations"/>
845 >            <widget class="DropTableWidget" name="twSourcesObjects"/>
846             </item>
847             <item>
848 <            <layout class="QVBoxLayout" name="verticalLayout_62">
848 >            <layout class="QVBoxLayout" name="verticalLayout_11">
849               <item>
850 <              <widget class="QPushButton" name="pbAddSourceAnimations">
850 >              <widget class="QPushButton" name="pbAddSourceObjects">
851                 <property name="minimumSize">
852                  <size>
853                   <width>0</width>
# Line 991 | Line 860 | p, li { white-space: pre-wrap; }
860                </widget>
861               </item>
862               <item>
863 <              <widget class="QPushButton" name="pbRemoveSourceAnimations">
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="pbClearSourcesAnimations">
870 >              <widget class="QPushButton" name="pbClearSourcesObjects">
871                 <property name="text">
872                  <string>Clear</string>
873                 </property>
# Line 1014 | Line 883 | p, li { white-space: pre-wrap; }
883            <property name="title">
884             <string>Options</string>
885            </property>
886 <          <layout class="QVBoxLayout" name="verticalLayout_60">
886 >          <layout class="QHBoxLayout" name="horizontalLayout">
887             <item>
888 <            <layout class="QVBoxLayout" name="verticalLayout_61">
889 <             <item>
890 <              <layout class="QHBoxLayout" name="horizontalLayout_47">
891 <               <item>
892 <                <widget class="QCheckBox" name="cbCamera">
893 <                 <property name="enabled">
894 <                  <bool>true</bool>
895 <                 </property>
896 <                 <property name="text">
897 <                  <string>Camera</string>
898 <                 </property>
899 <                </widget>
900 <               </item>
901 <               <item>
902 <                <widget class="QCheckBox" name="cbGeometry">
903 <                 <property name="enabled">
904 <                  <bool>true</bool>
905 <                 </property>
906 <                 <property name="toolTip">
907 <                  <string/>
908 <                 </property>
909 <                 <property name="text">
910 <                  <string>Geometry:</string>
911 <                 </property>
912 <                </widget>
913 <               </item>
914 <               <item>
915 <                <widget class="QLineEdit" name="leGeometryName">
916 <                 <property name="enabled">
917 <                  <bool>false</bool>
918 <                 </property>
919 <                 <property name="toolTip">
920 <                  <string/>
921 <                 </property>
922 <                 <property name="placeholderText">
923 <                  <string>Geometry file path</string>
924 <                 </property>
925 <                </widget>
926 <               </item>
927 <              </layout>
928 <             </item>
929 <            </layout>
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>
1065        <item>
1066         <widget class="Line" name="line_15">
1067          <property name="orientation">
1068           <enum>Qt::Horizontal</enum>
1069          </property>
1070         </widget>
1071        </item>
1072        <item>
1073         <widget class="QPushButton" name="pbConvertAnimations">
1074          <property name="minimumSize">
1075           <size>
1076            <width>0</width>
1077            <height>30</height>
1078           </size>
1079          </property>
1080          <property name="text">
1081           <string>Convert</string>
1082          </property>
1083         </widget>
1084        </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_31">
955 >       <layout class="QVBoxLayout" name="verticalLayout_5">
956          <item>
957           <layout class="QHBoxLayout" name="horizontalLayout_28">
958            <item>
# Line 1110 | Line 974 | p, li { white-space: pre-wrap; }
974               <widget class="QComboBox" name="cbFromLevels">
975                <item>
976                 <property name="text">
977 <                <string>ONI</string>
977 >                <string>DAT</string>
978                 </property>
979                </item>
980                <item>
981                 <property name="text">
982 <                <string>DAE</string>
982 >                <string>ONI FILES</string>
983                 </property>
984                </item>
985                <item>
# Line 1123 | Line 987 | p, li { white-space: pre-wrap; }
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>
# Line 1146 | Line 1020 | p, li { white-space: pre-wrap; }
1020               <widget class="QComboBox" name="cbToLevels">
1021                <item>
1022                 <property name="text">
1023 <                <string>DAE</string>
1023 >                <string>ONI FILES</string>
1024                 </property>
1025                </item>
1026               </widget>
# Line 1206 | Line 1080 | p, li { white-space: pre-wrap; }
1080            <property name="title">
1081             <string>Options</string>
1082            </property>
1083 <          <layout class="QVBoxLayout" name="verticalLayout_30">
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>
# Line 1216 | Line 1145 | p, li { white-space: pre-wrap; }
1145                 </property>
1146                 <property name="minimumSize">
1147                  <size>
1148 <                 <width>115</width>
1148 >                 <width>122</width>
1149                   <height>0</height>
1150                  </size>
1151                 </property>
# Line 1255 | Line 1184 | p, li { white-space: pre-wrap; }
1184                 </property>
1185                </widget>
1186               </item>
1258            </layout>
1259           </item>
1260           <item>
1261            <layout class="QHBoxLayout" name="horizontalLayout_31">
1187               <item>
1188 <              <widget class="QCheckBox" name="cbAdditionalSourcesLevels">
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>Additional Sources:</string>
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="QLineEdit" name="leAdditSourcesLevels">
1205 >              <widget class="QCheckBox" name="cbAdditionalSourcesLevels">
1206                 <property name="enabled">
1207                  <bool>false</bool>
1208                 </property>
1209 <               <property name="toolTip">
1210 <                <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
1211 < &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
1212 < p, li { white-space: pre-wrap; }
1213 < &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
1282 < &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Use &amp;quot;space&amp;quot; as separator for each file&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1209 >               <property name="minimumSize">
1210 >                <size>
1211 >                 <width>122</width>
1212 >                 <height>0</height>
1213 >                </size>
1214                 </property>
1215 <               <property name="placeholderText">
1216 <                <string>Additional .dae sources for akev (e.g. env_markers.dae)</string>
1215 >               <property name="text">
1216 >                <string>Additional Sources:</string>
1217                 </property>
1218                </widget>
1219               </item>
1220               <item>
1221 <              <widget class="QCheckBox" name="cbGridsLevels">
1221 >              <widget class="QLineEdit" name="leAdditSourcesLevels">
1222                 <property name="enabled">
1223                  <bool>false</bool>
1224                 </property>
1225                 <property name="toolTip">
1226 <                <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
1296 < &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
1297 < p, li { white-space: pre-wrap; }
1298 < &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
1299 < &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Generate pathfinding grids (master xml generates them automatically). Needs Bnv source.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1226 >                <string>Use &quot;;&quot; as separator for each file</string>
1227                 </property>
1228 <               <property name="text">
1229 <                <string>Generate Grids</string>
1228 >               <property name="placeholderText">
1229 >                <string>Additional .dae sources for akev (e.g. env_markers.dae)</string>
1230                 </property>
1231                </widget>
1232               </item>
# Line 1308 | Line 1235 | p, li { white-space: pre-wrap; }
1235            </layout>
1236           </widget>
1237          </item>
1311        <item>
1312         <widget class="Line" name="line_10">
1313          <property name="orientation">
1314           <enum>Qt::Horizontal</enum>
1315          </property>
1316         </widget>
1317        </item>
1318        <item>
1319         <widget class="QPushButton" name="pbConvertLevels">
1320          <property name="minimumSize">
1321           <size>
1322            <width>0</width>
1323            <height>30</height>
1324           </size>
1325          </property>
1326          <property name="text">
1327           <string>Convert</string>
1328          </property>
1329         </widget>
1330        </item>
1238         </layout>
1239        </widget>
1240        <widget class="QWidget" name="tabMisc">
# Line 1356 | Line 1263 | p, li { white-space: pre-wrap; }
1263               <widget class="QComboBox" name="cbFromMisc">
1264                <item>
1265                 <property name="text">
1266 <                <string>DAT / ONI</string>
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>
# Line 1400 | Line 1312 | p, li { white-space: pre-wrap; }
1312                  <string>AIF</string>
1313                 </property>
1314                </item>
1403              <item>
1404               <property name="text">
1405                <string>TXT</string>
1406               </property>
1407              </item>
1315               </widget>
1316              </item>
1317             </layout>
# Line 1454 | Line 1361 | p, li { white-space: pre-wrap; }
1361            </layout>
1362           </widget>
1363          </item>
1457        <item>
1458         <widget class="Line" name="line_7">
1459          <property name="orientation">
1460           <enum>Qt::Horizontal</enum>
1461          </property>
1462         </widget>
1463        </item>
1464        <item>
1465         <widget class="QPushButton" name="pbConvertMisc">
1466          <property name="minimumSize">
1467           <size>
1468            <width>0</width>
1469            <height>30</height>
1470           </size>
1471          </property>
1472          <property name="text">
1473           <string>Convert</string>
1474          </property>
1475         </widget>
1476        </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">
# Line 1485 | Line 1398 | p, li { white-space: pre-wrap; }
1398      <rect>
1399       <x>0</x>
1400       <y>0</y>
1401 <     <width>640</width>
1402 <     <height>21</height>
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 <    <addaction name="actionPreferences"/>
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>
# Line 1506 | Line 1433 | p, li { white-space: pre-wrap; }
1433      <addaction name="actionCheck_For_Updates"/>
1434      <addaction name="actionAbout"/>
1435     </widget>
1436 <   <widget class="QMenu" name="menuTarget_Plataform">
1436 >   <widget class="QMenu" name="menuTarget_Platform">
1437      <property name="title">
1438 <     <string>Target Plataform</string>
1438 >     <string>Target Platform</string>
1439      </property>
1440      <addaction name="actionWindows"/>
1441      <addaction name="actionMac_Windows_demo"/>
# Line 1526 | Line 1453 | p, li { white-space: pre-wrap; }
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">
# Line 1534 | Line 1464 | p, li { white-space: pre-wrap; }
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_Plataform"/>
1471 >   <addaction name="menuTarget_Platform"/>
1472     <addaction name="menuOptions"/>
1473     <addaction name="menuTools"/>
1474     <addaction name="menuHelp"/>
# Line 1660 | Line 1592 | p, li { white-space: pre-wrap; }
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>droptablewidget.h</header>
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>

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)