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.
Revision 898 by s10k, Wed Jan 8 11:55:23 2014 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 22 | Line 22
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>
# Line 155 | Line 172
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>
# Line 176 | Line 193
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>
# Line 212 | Line 224
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>
# Line 227 | Line 239
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>
# Line 251 | Line 263
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>
# Line 272 | Line 284
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>&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>
287           <widget class="Line" name="line_3">
288            <property name="orientation">
289             <enum>Qt::Horizontal</enum>
# Line 355 | Line 291 | p, li { white-space: pre-wrap; }
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>
# Line 395 | Line 331 | p, li { white-space: pre-wrap; }
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>
# Line 426 | Line 362 | p, li { white-space: pre-wrap; }
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>
# Line 589 | Line 525 | p, li { white-space: pre-wrap; }
525                 <item>
526                  <widget class="QCheckBox" name="cbEnvMap">
527                   <property name="toolTip">
528 <                  <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;
529 < &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>
528 >                  <string>Used for reflection in armors. The armor texture has an alpha channel which is transparent and the envmap texture is shown.
529 > It's the name of a TXMP.oni file, don't include the extension.</string>
530                   </property>
531                   <property name="text">
532                    <string>EnvMap:</string>
# Line 607 | Line 539 | p, li { white-space: pre-wrap; }
539                    <bool>false</bool>
540                   </property>
541                   <property name="toolTip">
542 <                  <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;
543 < &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>
542 >                  <string>Used for reflection in armors. The armor texture has an alpha channel which is transparent and the envmap texture is shown.
543 > It's the name of a TXMP.oni file, don't include the extension.</string>
544                   </property>
545                   <property name="placeholderText">
546                    <string>EnvMap texture name</string>
# Line 648 | Line 576 | p, li { white-space: pre-wrap; }
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>
# Line 671 | Line 599 | p, li { white-space: pre-wrap; }
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>
# Line 692 | Line 630 | p, li { white-space: pre-wrap; }
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>
# Line 707 | Line 645 | p, li { white-space: pre-wrap; }
645               </widget>
646              </item>
647              <item>
648 <             <widget class="QComboBox" name="cbToModels">
711 <              <item>
712 <               <property name="text">
713 <                <string>OBJ</string>
714 <               </property>
715 <              </item>
648 >             <widget class="QComboBox" name="cbToCharacters">
649                <item>
650                 <property name="text">
651                  <string>DAE</string>
# Line 725 | Line 658 | p, li { white-space: pre-wrap; }
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>
# Line 749 | Line 682 | p, li { white-space: pre-wrap; }
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>
# Line 772 | Line 705 | p, li { white-space: pre-wrap; }
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>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
740 < &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;
741 < p, li { white-space: pre-wrap; }
742 < &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;
743 < &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;
744 < &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;
745 < &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>
746 <                 </property>
747 <                 <property name="text">
748 <                  <string>With Animation:</string>
749 <                 </property>
750 <                </widget>
751 <               </item>
752 <               <item>
753 <                <widget class="QLineEdit" name="leAnimationName">
754 <                 <property name="enabled">
755 <                  <bool>false</bool>
823 <                 </property>
824 <                 <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>
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>Extract a TRAM (animation) with character's TRBS / ONCC
736 > For example extract a Muro's TRAM  with Konoko's ONCC</string>
737 >             </property>
738 >             <property name="text">
739 >              <string>Extract with TRBS / ONCC:</string>
740 >             </property>
741 >            </widget>
742 >           </item>
743 >           <item>
744 >            <widget class="QLineEdit" name="leTRBS_ONCC">
745 >             <property name="enabled">
746 >              <bool>false</bool>
747 >             </property>
748 >             <property name="toolTip">
749 >              <string>Extract a TRAM (animation) with character's TRBS / ONCC
750 > For example extract a Muro's TRAM  with Konoko's ONCC</string>
751 >             </property>
752 >             <property name="placeholderText">
753 >              <string>TRBS / ONCC.oni source file</string>
754 >             </property>
755 >            </widget>
756             </item>
757            </layout>
758           </widget>
759          </item>
760          <item>
761 <         <widget class="Line" name="line_9">
761 >         <widget class="Line" name="line_15">
762            <property name="orientation">
763             <enum>Qt::Horizontal</enum>
764            </property>
765           </widget>
766          </item>
767          <item>
768 <         <widget class="QPushButton" name="pbConvertModels">
768 >         <widget class="QPushButton" name="pbConvertCharacters">
769            <property name="minimumSize">
770             <size>
771              <width>0</width>
# Line 900 | Line 779 | p, li { white-space: pre-wrap; }
779          </item>
780         </layout>
781        </widget>
782 <      <widget class="QWidget" name="tab">
782 >      <widget class="QWidget" name="tabModels">
783         <attribute name="title">
784 <        <string>Animations</string>
784 >        <string>Objects</string>
785         </attribute>
786         <layout class="QVBoxLayout" name="verticalLayout_2">
787          <item>
788 <         <layout class="QHBoxLayout" name="horizontalLayout_49">
788 >         <layout class="QHBoxLayout" name="horizontalLayout_26">
789            <item>
790 <           <layout class="QVBoxLayout" name="verticalLayout_63">
790 >           <layout class="QVBoxLayout" name="verticalLayout_28">
791              <item>
792 <             <widget class="QLabel" name="label_30">
792 >             <widget class="QLabel" name="label_17">
793                <property name="sizePolicy">
794                 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
795                  <horstretch>0</horstretch>
# Line 923 | Line 802 | p, li { white-space: pre-wrap; }
802               </widget>
803              </item>
804              <item>
805 <             <widget class="QComboBox" name="cbFromAnimations">
805 >             <widget class="QComboBox" name="cbFromObjects">
806                <item>
807                 <property name="text">
808 <                <string>ONI</string>
808 >                <string>M3GM ONI</string>
809                 </property>
810                </item>
811                <item>
812                 <property name="text">
813 <                <string>FILM DAT</string>
813 >                <string>ONWC ONI</string>
814 >               </property>
815 >              </item>
816 >              <item>
817 >               <property name="text">
818 >                <string>OBAN ONI (cam)</string>
819 >               </property>
820 >              </item>
821 >              <item>
822 >               <property name="text">
823 >                <string>OBJ</string>
824                 </property>
825                </item>
826               </widget>
# Line 939 | Line 828 | p, li { white-space: pre-wrap; }
828             </layout>
829            </item>
830            <item>
831 <           <layout class="QVBoxLayout" name="verticalLayout_64">
831 >           <layout class="QVBoxLayout" name="verticalLayout_29">
832              <item>
833 <             <widget class="QLabel" name="label_31">
833 >             <widget class="QLabel" name="label_18">
834                <property name="sizePolicy">
835                 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
836                  <horstretch>0</horstretch>
# Line 954 | Line 843 | p, li { white-space: pre-wrap; }
843               </widget>
844              </item>
845              <item>
846 <             <widget class="QComboBox" name="cbToAnimations">
846 >             <widget class="QComboBox" name="cbToObjects">
847 >              <item>
848 >               <property name="text">
849 >                <string>OBJ</string>
850 >               </property>
851 >              </item>
852                <item>
853                 <property name="text">
854                  <string>DAE</string>
# Line 967 | Line 861 | p, li { white-space: pre-wrap; }
861           </layout>
862          </item>
863          <item>
864 <         <widget class="QGroupBox" name="gbSourcesAnimations">
864 >         <widget class="QGroupBox" name="gbSourcesModels">
865            <property name="title">
866             <string>Sources</string>
867            </property>
868 <          <layout class="QHBoxLayout" name="horizontalLayout_48">
868 >          <layout class="QHBoxLayout" name="horizontalLayout_16">
869             <item>
870 <            <widget class="DropTableWidget" name="twSourcesAnimations"/>
870 >            <widget class="DropTableWidget" name="twSourcesObjects"/>
871             </item>
872             <item>
873 <            <layout class="QVBoxLayout" name="verticalLayout_62">
873 >            <layout class="QVBoxLayout" name="verticalLayout_11">
874               <item>
875 <              <widget class="QPushButton" name="pbAddSourceAnimations">
875 >              <widget class="QPushButton" name="pbAddSourceObjects">
876                 <property name="minimumSize">
877                  <size>
878                   <width>0</width>
# Line 991 | Line 885 | p, li { white-space: pre-wrap; }
885                </widget>
886               </item>
887               <item>
888 <              <widget class="QPushButton" name="pbRemoveSourceAnimations">
888 >              <widget class="QPushButton" name="pbRemoveSourceObjects">
889                 <property name="text">
890                  <string>Remove</string>
891                 </property>
892                </widget>
893               </item>
894               <item>
895 <              <widget class="QPushButton" name="pbClearSourcesAnimations">
895 >              <widget class="QPushButton" name="pbClearSourcesObjects">
896                 <property name="text">
897                  <string>Clear</string>
898                 </property>
# Line 1014 | Line 908 | p, li { white-space: pre-wrap; }
908            <property name="title">
909             <string>Options</string>
910            </property>
911 <          <layout class="QVBoxLayout" name="verticalLayout_60">
911 >          <layout class="QHBoxLayout" name="horizontalLayout">
912             <item>
913 <            <layout class="QVBoxLayout" name="verticalLayout_61">
914 <             <item>
915 <              <layout class="QHBoxLayout" name="horizontalLayout_47">
916 <               <item>
917 <                <widget class="QCheckBox" name="cbCamera">
918 <                 <property name="enabled">
919 <                  <bool>true</bool>
920 <                 </property>
921 <                 <property name="text">
922 <                  <string>Camera</string>
923 <                 </property>
924 <                </widget>
925 <               </item>
926 <               <item>
927 <                <widget class="QCheckBox" name="cbGeometry">
928 <                 <property name="enabled">
929 <                  <bool>true</bool>
930 <                 </property>
931 <                 <property name="toolTip">
932 <                  <string/>
933 <                 </property>
934 <                 <property name="text">
935 <                  <string>Geometry:</string>
936 <                 </property>
937 <                </widget>
938 <               </item>
939 <               <item>
940 <                <widget class="QLineEdit" name="leGeometryName">
941 <                 <property name="enabled">
942 <                  <bool>false</bool>
943 <                 </property>
944 <                 <property name="toolTip">
945 <                  <string/>
946 <                 </property>
947 <                 <property name="placeholderText">
948 <                  <string>Geometry file path</string>
949 <                 </property>
950 <                </widget>
951 <               </item>
952 <              </layout>
953 <             </item>
954 <            </layout>
913 >            <widget class="QCheckBox" name="cbTexture">
914 >             <property name="enabled">
915 >              <bool>false</bool>
916 >             </property>
917 >             <property name="toolTip">
918 >              <string>Give model a texture.
919 > It's the name of a TXMP.oni file, don't include the extension.</string>
920 >             </property>
921 >             <property name="text">
922 >              <string>Texture:</string>
923 >             </property>
924 >            </widget>
925 >           </item>
926 >           <item>
927 >            <widget class="QLineEdit" name="leTextureName">
928 >             <property name="enabled">
929 >              <bool>false</bool>
930 >             </property>
931 >             <property name="toolTip">
932 >              <string>Give model a texture.
933 > It's the name of a TXMP.oni file, don't include the extension.</string>
934 >             </property>
935 >             <property name="text">
936 >              <string>TXMP.oni source file</string>
937 >             </property>
938 >             <property name="placeholderText">
939 >              <string>Texture name</string>
940 >             </property>
941 >            </widget>
942 >           </item>
943 >           <item>
944 >            <widget class="QCheckBox" name="cbWithAnimation">
945 >             <property name="enabled">
946 >              <bool>true</bool>
947 >             </property>
948 >             <property name="toolTip">
949 >              <string>Give model a texture.
950 > It's the name of a TXMP.oni file, don't include the extension.</string>
951 >             </property>
952 >             <property name="text">
953 >              <string>With Animation:</string>
954 >             </property>
955 >            </widget>
956 >           </item>
957 >           <item>
958 >            <widget class="QLineEdit" name="leAnimationName">
959 >             <property name="enabled">
960 >              <bool>false</bool>
961 >             </property>
962 >             <property name="toolTip">
963 >              <string>Give model a texture.
964 > It's the name of a TXMP.oni file, don't include the extension.</string>
965 >             </property>
966 >             <property name="placeholderText">
967 >              <string>OBAN.oni source file</string>
968 >             </property>
969 >            </widget>
970             </item>
971            </layout>
972           </widget>
973          </item>
974          <item>
975 <         <widget class="Line" name="line_15">
975 >         <widget class="Line" name="line_9">
976            <property name="orientation">
977             <enum>Qt::Horizontal</enum>
978            </property>
979           </widget>
980          </item>
981          <item>
982 <         <widget class="QPushButton" name="pbConvertAnimations">
982 >         <widget class="QPushButton" name="pbConvertObjects">
983            <property name="minimumSize">
984             <size>
985              <width>0</width>
# Line 1088 | Line 997 | p, li { white-space: pre-wrap; }
997         <attribute name="title">
998          <string>Levels</string>
999         </attribute>
1000 <       <layout class="QVBoxLayout" name="verticalLayout_31">
1000 >       <layout class="QVBoxLayout" name="verticalLayout_5">
1001          <item>
1002           <layout class="QHBoxLayout" name="horizontalLayout_28">
1003            <item>
# Line 1110 | Line 1019 | p, li { white-space: pre-wrap; }
1019               <widget class="QComboBox" name="cbFromLevels">
1020                <item>
1021                 <property name="text">
1022 <                <string>ONI</string>
1022 >                <string>DAT</string>
1023                 </property>
1024                </item>
1025                <item>
1026                 <property name="text">
1027 <                <string>DAE</string>
1027 >                <string>ONI FILES</string>
1028                 </property>
1029                </item>
1030                <item>
# Line 1123 | Line 1032 | p, li { white-space: pre-wrap; }
1032                  <string>MASTER XML</string>
1033                 </property>
1034                </item>
1035 +              <item>
1036 +               <property name="text">
1037 +                <string>AKEV ONI</string>
1038 +               </property>
1039 +              </item>
1040 +              <item>
1041 +               <property name="text">
1042 +                <string>DAE</string>
1043 +               </property>
1044 +              </item>
1045               </widget>
1046              </item>
1047             </layout>
# Line 1146 | Line 1065 | p, li { white-space: pre-wrap; }
1065               <widget class="QComboBox" name="cbToLevels">
1066                <item>
1067                 <property name="text">
1068 <                <string>DAE</string>
1068 >                <string>ONI FILES</string>
1069                 </property>
1070                </item>
1071               </widget>
# Line 1206 | Line 1125 | p, li { white-space: pre-wrap; }
1125            <property name="title">
1126             <string>Options</string>
1127            </property>
1128 <          <layout class="QVBoxLayout" name="verticalLayout_30">
1128 >          <layout class="QVBoxLayout" name="verticalLayout_3">
1129 >           <item>
1130 >            <layout class="QHBoxLayout" name="horizontalLayout_4">
1131 >             <item>
1132 >              <widget class="QCheckBox" name="cbSpecificFilesLevels">
1133 >               <property name="enabled">
1134 >                <bool>true</bool>
1135 >               </property>
1136 >               <property name="minimumSize">
1137 >                <size>
1138 >                 <width>122</width>
1139 >                 <height>0</height>
1140 >                </size>
1141 >               </property>
1142 >               <property name="toolTip">
1143 >                <string>Extract specific files oni files from the DAT file
1144 >
1145 > Example of input:
1146 > AKEVEnvWarehouse
1147 > This will extract only the file AKEVEnvWarehouse.oni from the dat.
1148 >
1149 > You can extract multiple files using wildcards e.g.:
1150 > M3GM*
1151 > This will extract all files which begin with M3GM. </string>
1152 >               </property>
1153 >               <property name="text">
1154 >                <string>Extract specific files:</string>
1155 >               </property>
1156 >              </widget>
1157 >             </item>
1158 >             <item>
1159 >              <widget class="QLineEdit" name="leSpecificFilesLevels">
1160 >               <property name="enabled">
1161 >                <bool>false</bool>
1162 >               </property>
1163 >               <property name="toolTip">
1164 >                <string>Extract specific files oni files from the DAT file
1165 >
1166 > Example of input:
1167 > AKEVEnvWarehouse
1168 > This will extract only the file AKEVEnvWarehouse.oni from the dat.
1169 >
1170 > You can extract multiple files using wildcards e.g.:
1171 > M3GM*
1172 > This will extract all files which begin with M3GM. </string>
1173 >               </property>
1174 >               <property name="text">
1175 >                <string/>
1176 >               </property>
1177 >               <property name="placeholderText">
1178 >                <string>Pattern to file or files (e.g. AKEVEnvWarehouse)</string>
1179 >               </property>
1180 >              </widget>
1181 >             </item>
1182 >            </layout>
1183 >           </item>
1184             <item>
1185              <layout class="QHBoxLayout" name="horizontalLayout_27">
1186               <item>
# Line 1216 | Line 1190 | p, li { white-space: pre-wrap; }
1190                 </property>
1191                 <property name="minimumSize">
1192                  <size>
1193 <                 <width>115</width>
1193 >                 <width>122</width>
1194                   <height>0</height>
1195                  </size>
1196                 </property>
# Line 1255 | Line 1229 | p, li { white-space: pre-wrap; }
1229                 </property>
1230                </widget>
1231               </item>
1258            </layout>
1259           </item>
1260           <item>
1261            <layout class="QHBoxLayout" name="horizontalLayout_31">
1232               <item>
1233 <              <widget class="QCheckBox" name="cbAdditionalSourcesLevels">
1233 >              <widget class="QCheckBox" name="cbGridsLevels">
1234                 <property name="enabled">
1235                  <bool>false</bool>
1236                 </property>
1237 +               <property name="toolTip">
1238 +                <string>Generate pathfinding grids (master xml generates them automatically). Needs Bnv source.</string>
1239 +               </property>
1240                 <property name="text">
1241 <                <string>Additional Sources:</string>
1241 >                <string>Generate Grids</string>
1242                 </property>
1243                </widget>
1244               </item>
1245 +            </layout>
1246 +           </item>
1247 +           <item>
1248 +            <layout class="QHBoxLayout" name="horizontalLayout_2">
1249               <item>
1250 <              <widget class="QLineEdit" name="leAdditSourcesLevels">
1250 >              <widget class="QCheckBox" name="cbAdditionalSourcesLevels">
1251                 <property name="enabled">
1252                  <bool>false</bool>
1253                 </property>
1254 <               <property name="toolTip">
1255 <                <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;
1256 < &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;
1257 < p, li { white-space: pre-wrap; }
1258 < &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>
1254 >               <property name="minimumSize">
1255 >                <size>
1256 >                 <width>122</width>
1257 >                 <height>0</height>
1258 >                </size>
1259                 </property>
1260 <               <property name="placeholderText">
1261 <                <string>Additional .dae sources for akev (e.g. env_markers.dae)</string>
1260 >               <property name="text">
1261 >                <string>Additional Sources:</string>
1262                 </property>
1263                </widget>
1264               </item>
1265               <item>
1266 <              <widget class="QCheckBox" name="cbGridsLevels">
1266 >              <widget class="QLineEdit" name="leAdditSourcesLevels">
1267                 <property name="enabled">
1268                  <bool>false</bool>
1269                 </property>
1270                 <property name="toolTip">
1271 <                <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>
1271 >                <string>Use &quot;;&quot; as separator for each file</string>
1272                 </property>
1273 <               <property name="text">
1274 <                <string>Generate Grids</string>
1273 >               <property name="placeholderText">
1274 >                <string>Additional .dae sources for akev (e.g. env_markers.dae)</string>
1275                 </property>
1276                </widget>
1277               </item>
# Line 1356 | Line 1328 | p, li { white-space: pre-wrap; }
1328               <widget class="QComboBox" name="cbFromMisc">
1329                <item>
1330                 <property name="text">
1331 <                <string>DAT / ONI</string>
1331 >                <string>DAT / SNDD ONI</string>
1332 >               </property>
1333 >              </item>
1334 >              <item>
1335 >               <property name="text">
1336 >                <string>DAT / SUBT ONI</string>
1337                 </property>
1338                </item>
1339                <item>
# Line 1400 | Line 1377 | p, li { white-space: pre-wrap; }
1377                  <string>AIF</string>
1378                 </property>
1379                </item>
1403              <item>
1404               <property name="text">
1405                <string>TXT</string>
1406               </property>
1407              </item>
1380               </widget>
1381              </item>
1382             </layout>
# Line 1485 | Line 1457 | p, li { white-space: pre-wrap; }
1457      <rect>
1458       <x>0</x>
1459       <y>0</y>
1460 <     <width>640</width>
1461 <     <height>21</height>
1460 >     <width>800</width>
1461 >     <height>22</height>
1462      </rect>
1463     </property>
1464     <widget class="QMenu" name="menuFile">
# Line 1506 | Line 1478 | p, li { white-space: pre-wrap; }
1478      <addaction name="actionCheck_For_Updates"/>
1479      <addaction name="actionAbout"/>
1480     </widget>
1481 <   <widget class="QMenu" name="menuTarget_Plataform">
1481 >   <widget class="QMenu" name="menuTarget_Platform">
1482      <property name="title">
1483 <     <string>Target Plataform</string>
1483 >     <string>Target Platform</string>
1484      </property>
1485      <addaction name="actionWindows"/>
1486      <addaction name="actionMac_Windows_demo"/>
# Line 1526 | Line 1498 | p, li { white-space: pre-wrap; }
1498      </widget>
1499      <addaction name="menuOutput_directly_to"/>
1500      <addaction name="separator"/>
1501 +    <addaction name="actionOpen_AE_folder"/>
1502      <addaction name="actionView_log"/>
1503     </widget>
1504     <widget class="QMenu" name="menuTools">
# Line 1536 | Line 1509 | p, li { white-space: pre-wrap; }
1509      <addaction name="actionSound_Wizard"/>
1510     </widget>
1511     <addaction name="menuFile"/>
1512 <   <addaction name="menuTarget_Plataform"/>
1512 >   <addaction name="menuTarget_Platform"/>
1513     <addaction name="menuOptions"/>
1514     <addaction name="menuTools"/>
1515     <addaction name="menuHelp"/>
# Line 1660 | Line 1633 | p, li { white-space: pre-wrap; }
1633      <string>Check XmlTools version</string>
1634     </property>
1635    </action>
1636 +  <action name="actionOpen_AE_folder">
1637 +   <property name="text">
1638 +    <string>Open AE folder</string>
1639 +   </property>
1640 +  </action>
1641   </widget>
1642   <layoutdefault spacing="6" margin="11"/>
1643   <customwidgets>

Diff Legend

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