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</string> |
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> |
735 |
|
</widget> |
736 |
|
</item> |
737 |
|
<item> |
738 |
< |
<widget class="QLineEdit" name="leTRBS_ONCC"> |
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</string> |
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>TRBS / ONCC.oni source file</string> |
748 |
> |
<string>Full path to TRBS / ONCC.oni source file</string> |
749 |
|
</property> |
750 |
|
</widget> |
751 |
|
</item> |
1465 |
|
<addaction name="actionAE_Package_Creator"/> |
1466 |
|
<addaction name="actionSound_Wizard"/> |
1467 |
|
<addaction name="actionBackground_Image_Wizard"/> |
1468 |
< |
<addaction name="separator"/> |
1468 |
> |
<addaction name="actionWindow_Messages_Wizard"/> |
1469 |
|
</widget> |
1470 |
|
<addaction name="menuFile"/> |
1471 |
|
<addaction name="menuTarget_Platform"/> |
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> |