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 1058 by s10k, Sun Oct 30 14:42:39 2016 UTC vs.
s10k/Vago/mainwindow.ui (file contents), Revision 1093 by s10k, Sat Dec 30 13:57:32 2017 UTC

# Line 700 | Line 700 | It's the name of a TXMP.oni file, don't
700            </property>
701            <layout class="QHBoxLayout" name="horizontalLayout_3">
702             <item>
703 +            <widget class="QCheckBox" name="cbStandingPose">
704 +             <property name="toolTip">
705 +              <string>Export the model in a &quot;standing pose&quot;. If not checked model is exported in the &quot;wrapped form&quot; (all body parts set to 0)</string>
706 +             </property>
707 +             <property name="text">
708 +              <string>Standing Pose</string>
709 +             </property>
710 +            </widget>
711 +           </item>
712 +           <item>
713              <widget class="QCheckBox" name="cbCellShading">
714               <property name="enabled">
715                <bool>false</bool>
# Line 726 | Line 736 | It's the name of a TXMP.oni file, don't
736               </property>
737               <property name="toolTip">
738                <string>Extract a TRAM (animation) with character's TRBS / ONCC
739 < For example extract a Muro's TRAM  with Konoko's ONCC</string>
739 > For example extract a Muro's TRAM  with Konoko's ONCC
740 > (input the full path for the TRBS / ONCC.oni file)</string>
741               </property>
742               <property name="text">
743                <string>Extract with TRBS / ONCC:</string>
# Line 734 | Line 745 | For example extract a Muro's TRAM  with
745              </widget>
746             </item>
747             <item>
748 <            <widget class="QLineEdit" name="leTRBS_ONCC">
748 >            <widget class="DropLineEdit" name="leTRBS_ONCC">
749               <property name="enabled">
750                <bool>false</bool>
751               </property>
752               <property name="toolTip">
753                <string>Extract a TRAM (animation) with character's TRBS / ONCC
754 < For example extract a Muro's TRAM  with Konoko's ONCC</string>
754 > For example extract a Muro's TRAM  with Konoko's ONCC
755 > (input the full path for the TRBS / ONCC.oni file)</string>
756               </property>
757               <property name="placeholderText">
758 <              <string>TRBS / ONCC.oni source file</string>
758 >              <string>Full path to TRBS / ONCC.oni source file</string>
759               </property>
760              </widget>
761             </item>
# Line 902 | Line 914 | It's the name of a TXMP.oni file, don't
914                <bool>false</bool>
915               </property>
916               <property name="toolTip">
917 <              <string>Give model a texture.
917 >              <string>Give model a texture.
918   It's the name of a TXMP.oni file, don't include the extension.</string>
919               </property>
920               <property name="text">
# Line 919 | Line 931 | It's the name of a TXMP.oni file, don't
931                <bool>true</bool>
932               </property>
933               <property name="toolTip">
934 <              <string>Give model a texture.
935 < It's the name of a TXMP.oni file, don't include the extension.</string>
934 >              <string>Extract M3GM.oni with an animation file (OBAN.oni).
935 > Add the full path to the OBAN.oni file (include extension).</string>
936               </property>
937               <property name="text">
938                <string>With Animation:</string>
# Line 933 | Line 945 | It's the name of a TXMP.oni file, don't
945                <bool>false</bool>
946               </property>
947               <property name="toolTip">
948 <              <string>Give model a texture.
949 < It's the name of a TXMP.oni file, don't include the extension.</string>
948 >              <string>Extract M3GM.oni with an animation file (OBAN.oni).
949 > Add the full path to the OBAN.oni file (include extension).</string>
950               </property>
951               <property name="placeholderText">
952                <string>OBAN.oni source file</string>
# Line 1463 | Line 1475 | This will extract all files which begin
1475      <addaction name="actionAE_Package_Creator"/>
1476      <addaction name="actionSound_Wizard"/>
1477      <addaction name="actionBackground_Image_Wizard"/>
1478 <    <addaction name="separator"/>
1478 >    <addaction name="actionWindow_Messages_Wizard"/>
1479     </widget>
1480     <addaction name="menuFile"/>
1481     <addaction name="menuTarget_Platform"/>
# Line 1678 | Line 1690 | This will extract all files which begin
1690      <string>XmlTools Interface</string>
1691     </property>
1692    </action>
1693 +  <action name="actionWindow_Messages_Wizard">
1694 +   <property name="icon">
1695 +    <iconset resource="resources.qrc">
1696 +     <normaloff>:/new/icons/windowmessages.png</normaloff>:/new/icons/windowmessages.png</iconset>
1697 +   </property>
1698 +   <property name="text">
1699 +    <string>Window Messages Wizard</string>
1700 +   </property>
1701 +  </action>
1702   </widget>
1703   <layoutdefault spacing="6" margin="11"/>
1704   <customwidgets>
1705    <customwidget>
1706     <class>DropTableWidget</class>
1707     <extends>QTableWidget</extends>
1708 <   <header>droptablewidget.h</header>
1708 >   <header location="global">droptablewidget.h</header>
1709 >  </customwidget>
1710 >  <customwidget>
1711 >   <class>DropLineEdit</class>
1712 >   <extends>QLineEdit</extends>
1713 >   <header location="global">droplineedit.h</header>
1714    </customwidget>
1715   </customwidgets>
1716   <resources>

Diff Legend

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