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 1054 by s10k, Wed Oct 12 21:35:13 2016 UTC vs.
s10k/Vago/mainwindow.ui (file contents), Revision 1093 by s10k, Sat Dec 30 13:57:32 2017 UTC

# 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">
# Line 53 | 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 66 | 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 99 | 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 667 | 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 693 | 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 701 | 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 869 | 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 886 | 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 900 | 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 1430 | 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="actionWindow_Messages_Wizard"/>
1479     </widget>
1480     <addaction name="menuFile"/>
1481     <addaction name="menuTarget_Platform"/>
# Line 1635 | Line 1681 | This will extract all files which begin
1681      <string>Ctrl+N</string>
1682     </property>
1683    </action>
1684 +  <action name="actionXmlTools_Interface">
1685 +   <property name="icon">
1686 +    <iconset resource="resources.qrc">
1687 +     <normaloff>:/new/icons/xmltoolsinterface.png</normaloff>:/new/icons/xmltoolsinterface.png</iconset>
1688 +   </property>
1689 +   <property name="text">
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)