2025-01-09 17:54:44 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>MainWindow</class>
|
|
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2025-03-01 20:38:52 -05:00
|
|
|
<width>1579</width>
|
|
|
|
|
<height>857</height>
|
2025-01-09 17:54:44 -05:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
2025-01-17 00:23:50 -05:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>550</width>
|
|
|
|
|
<height>300</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-01-09 17:54:44 -05:00
|
|
|
<property name="windowTitle">
|
2025-01-17 00:23:50 -05:00
|
|
|
<string>XPlor</string>
|
2025-01-09 17:54:44 -05:00
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">QMainWindow {
|
|
|
|
|
|
|
|
|
|
}</string>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
2025-02-08 19:58:54 -05:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
|
<property name="currentIndex">
|
|
|
|
|
<number>-1</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="tabsClosable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="movable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
2025-01-17 00:23:50 -05:00
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2025-03-01 20:38:52 -05:00
|
|
|
<width>1579</width>
|
2025-01-17 00:23:50 -05:00
|
|
|
<height>21</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>File</string>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QMenu" name="menuRecent">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Recent...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenu" name="menuImport">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Import...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
2025-02-08 19:58:54 -05:00
|
|
|
<addaction name="actionNew_File_2"/>
|
2025-01-17 00:23:50 -05:00
|
|
|
<addaction name="actionNew_Fast_File"/>
|
|
|
|
|
<addaction name="actionNew_Zone_File"/>
|
|
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionOpen_Fast_File"/>
|
|
|
|
|
<addaction name="actionOpen_Zone_File"/>
|
|
|
|
|
<addaction name="actionOpen_Folder"/>
|
|
|
|
|
<addaction name="menuImport"/>
|
|
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionSave"/>
|
|
|
|
|
<addaction name="actionSave_As"/>
|
|
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="menuRecent"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenu" name="menuEdit">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Edit</string>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QMenu" name="menuUndo_History">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Undo History...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenu" name="menuRedo_History">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Redo History...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
<addaction name="actionUndo"/>
|
|
|
|
|
<addaction name="actionRedo"/>
|
|
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionCut"/>
|
|
|
|
|
<addaction name="actionCopy"/>
|
|
|
|
|
<addaction name="actionPaste"/>
|
|
|
|
|
<addaction name="actionRename"/>
|
|
|
|
|
<addaction name="actionDelete"/>
|
|
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionFind_2"/>
|
|
|
|
|
<addaction name="actionEdit_Value"/>
|
2025-02-08 19:58:54 -05:00
|
|
|
<addaction name="actionEdit_as_Hex"/>
|
2025-01-17 00:23:50 -05:00
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="menuUndo_History"/>
|
|
|
|
|
<addaction name="menuRedo_History"/>
|
|
|
|
|
<addaction name="actionClear_Undo_History"/>
|
2025-02-14 16:06:27 -05:00
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionPreferences"/>
|
2025-01-17 00:23:50 -05:00
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenu" name="menuHelp">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Help</string>
|
|
|
|
|
</property>
|
|
|
|
|
<addaction name="actionAbout"/>
|
|
|
|
|
<addaction name="actionCheck_for_Updates"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<addaction name="menuFile"/>
|
|
|
|
|
<addaction name="menuEdit"/>
|
|
|
|
|
<addaction name="menuHelp"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QToolBar" name="toolBar">
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>toolBar</string>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
|
</attribute>
|
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</attribute>
|
2025-01-09 17:54:44 -05:00
|
|
|
</widget>
|
2025-01-17 00:23:50 -05:00
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
2025-02-08 19:58:54 -05:00
|
|
|
<action name="actionNew_File_2">
|
2025-01-17 00:23:50 -05:00
|
|
|
<property name="icon">
|
2025-04-04 20:38:57 -04:00
|
|
|
<iconset resource="../data/data.qrc">
|
2025-02-14 16:06:27 -05:00
|
|
|
<normaloff>:/icons/icons/Icon_NewFile.png</normaloff>:/icons/icons/Icon_NewFile.png</iconset>
|
2025-01-17 00:23:50 -05:00
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>New</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionNew_Fast_File">
|
|
|
|
|
<property name="icon">
|
2025-04-04 20:38:57 -04:00
|
|
|
<iconset resource="../data/data.qrc">
|
2025-02-14 16:06:27 -05:00
|
|
|
<normaloff>:/icons/icons/Icon_NewFile.png</normaloff>:/icons/icons/Icon_NewFile.png</iconset>
|
2025-01-17 00:23:50 -05:00
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>New Fast File</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionNew_Zone_File">
|
|
|
|
|
<property name="icon">
|
2025-04-04 20:38:57 -04:00
|
|
|
<iconset resource="../data/data.qrc">
|
2025-02-14 16:06:27 -05:00
|
|
|
<normaloff>:/icons/icons/Icon_NewFile.png</normaloff>:/icons/icons/Icon_NewFile.png</iconset>
|
2025-01-17 00:23:50 -05:00
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>New Zone File</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionOpen_Fast_File">
|
|
|
|
|
<property name="icon">
|
2025-04-04 20:38:57 -04:00
|
|
|
<iconset resource="../data/data.qrc">
|
2025-02-14 16:06:27 -05:00
|
|
|
<normaloff>:/icons/icons/Icon_OpenFile.png</normaloff>:/icons/icons/Icon_OpenFile.png</iconset>
|
2025-01-17 00:23:50 -05:00
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Open Fast File</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionOpen_Zone_File">
|
|
|
|
|
<property name="icon">
|
2025-04-04 20:38:57 -04:00
|
|
|
<iconset resource="../data/data.qrc">
|
2025-02-14 16:06:27 -05:00
|
|
|
<normaloff>:/icons/icons/Icon_OpenFile.png</normaloff>:/icons/icons/Icon_OpenFile.png</iconset>
|
2025-01-17 00:23:50 -05:00
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Open Zone File</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionOpen_Folder">
|
|
|
|
|
<property name="icon">
|
2025-04-04 20:38:57 -04:00
|
|
|
<iconset resource="../data/data.qrc">
|
2025-02-14 16:06:27 -05:00
|
|
|
<normaloff>:/icons/icons/Icon_OpenFile.png</normaloff>:/icons/icons/Icon_OpenFile.png</iconset>
|
2025-01-17 00:23:50 -05:00
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Open Folder</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionSave">
|
|
|
|
|
<property name="icon">
|
2025-04-04 20:38:57 -04:00
|
|
|
<iconset resource="../data/data.qrc">
|
2025-02-14 16:06:27 -05:00
|
|
|
<normaloff>:/icons/icons/Icon_Save.png</normaloff>:/icons/icons/Icon_Save.png</iconset>
|
2025-01-17 00:23:50 -05:00
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Save</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionSave_As">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Save As</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actione">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>e</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionFile">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>File</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionFolder">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Folder</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionNew_File">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>New File</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionNew_Fast_File_2">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>New Fast File</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionNew_Zone_File_2">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>New Zone File</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionFrom_Clipboard">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>From Clipboard</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionMaterial">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Material</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionSound">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Sound</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionUndo">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Undo</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionRedo">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Redo</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionCut">
|
|
|
|
|
<property name="icon">
|
2025-04-04 20:38:57 -04:00
|
|
|
<iconset resource="../data/data.qrc">
|
2025-02-14 16:06:27 -05:00
|
|
|
<normaloff>:/icons/icons/Icon_Cut.png</normaloff>:/icons/icons/Icon_Cut.png</iconset>
|
2025-01-17 00:23:50 -05:00
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Cut</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionCopy">
|
|
|
|
|
<property name="icon">
|
2025-04-04 20:38:57 -04:00
|
|
|
<iconset resource="../data/data.qrc">
|
2025-02-14 16:06:27 -05:00
|
|
|
<normaloff>:/icons/icons/Icon_Copy.png</normaloff>:/icons/icons/Icon_Copy.png</iconset>
|
2025-01-17 00:23:50 -05:00
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Copy</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionPaste">
|
|
|
|
|
<property name="icon">
|
2025-04-04 20:38:57 -04:00
|
|
|
<iconset resource="../data/data.qrc">
|
2025-02-14 16:06:27 -05:00
|
|
|
<normaloff>:/icons/icons/Icon_Paste.png</normaloff>:/icons/icons/Icon_Paste.png</iconset>
|
2025-01-17 00:23:50 -05:00
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Paste</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionRename">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Rename</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionEdit_Value">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Edit Value</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2025-02-08 19:58:54 -05:00
|
|
|
<action name="actionEdit_as_Hex">
|
2025-01-17 00:23:50 -05:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Edit as Hex</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionDelete">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Delete</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actiond">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>d</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actiond_2">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>d</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionClear_Undo_History">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Clear Undo History</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionFind">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Find</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionAbout">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>About</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionChange_Icons">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Change Icons</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionCheck_for_Updates">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Check for Updates</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionFind_2">
|
|
|
|
|
<property name="icon">
|
2025-04-04 20:38:57 -04:00
|
|
|
<iconset resource="../data/data.qrc">
|
2025-02-14 16:06:27 -05:00
|
|
|
<normaloff>:/icons/icons/Icon_Find.png</normaloff>:/icons/icons/Icon_Find.png</iconset>
|
2025-01-17 00:23:50 -05:00
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Find</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2025-02-14 16:06:27 -05:00
|
|
|
<action name="actionPreferences">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Preferences...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2025-01-09 17:54:44 -05:00
|
|
|
</widget>
|
2025-02-14 16:06:27 -05:00
|
|
|
<resources>
|
2025-04-04 20:38:57 -04:00
|
|
|
<include location="../data/data.qrc"/>
|
2025-02-14 16:06:27 -05:00
|
|
|
</resources>
|
2025-01-09 17:54:44 -05:00
|
|
|
<connections/>
|
|
|
|
|
</ui>
|