You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
415 lines
11 KiB
XML
415 lines
11 KiB
XML
<?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>
|
|
<width>800</width>
|
|
<height>600</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>MainWindow</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QTreeWidget" name="treeWidget">
|
|
<property name="tabKeyNavigation">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="dragEnabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="dragDropOverwriteMode">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="dragDropMode">
|
|
<enum>QAbstractItemView::InternalMove</enum>
|
|
</property>
|
|
<property name="selectionMode">
|
|
<enum>QAbstractItemView::MultiSelection</enum>
|
|
</property>
|
|
<property name="uniformRowHeights">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="headerHidden">
|
|
<bool>true</bool>
|
|
</property>
|
|
<attribute name="headerVisible">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<column>
|
|
<property name="text">
|
|
<string notr="true">1</string>
|
|
</property>
|
|
</column>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>800</width>
|
|
<height>29</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuFile">
|
|
<property name="title">
|
|
<string>File</string>
|
|
</property>
|
|
<addaction name="actionFileNew"/>
|
|
<addaction name="actionFileOpen"/>
|
|
<addaction name="actionEditReload"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionFileSave"/>
|
|
<addaction name="actionFileSaveAs"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionFileQuit"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuEdit">
|
|
<property name="title">
|
|
<string>Edit</string>
|
|
</property>
|
|
<widget class="QMenu" name="menuEditInsert">
|
|
<property name="title">
|
|
<string>Insert</string>
|
|
</property>
|
|
<addaction name="actionEditInsertCompound"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionEditInsertString"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionEditInsertByte"/>
|
|
<addaction name="actionEditInsertShort"/>
|
|
<addaction name="actionEditInsertInt"/>
|
|
<addaction name="actionEditInsertLong"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionEditInsertFloat"/>
|
|
<addaction name="actionEditInsertDouble"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionEditInsertList"/>
|
|
<addaction name="actionEditInsertArrayByte"/>
|
|
<addaction name="actionIEditInsertArrayInt"/>
|
|
<addaction name="actionEditInsertArrayLong"/>
|
|
</widget>
|
|
<addaction name="actionEditUndo"/>
|
|
<addaction name="actionEditRedo"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionEditCopy"/>
|
|
<addaction name="actionEditCut"/>
|
|
<addaction name="actionEditPaste"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="menuEditInsert"/>
|
|
<addaction name="actionEditModify"/>
|
|
<addaction name="actionEditDelete"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionEditMoveUp"/>
|
|
<addaction name="actionEditMoveDown"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuSearch">
|
|
<property name="title">
|
|
<string>Search</string>
|
|
</property>
|
|
<addaction name="actionSearchFind"/>
|
|
<addaction name="actionSearchFindNext"/>
|
|
<addaction name="actionSearchFindPrevious"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionSearchReplace"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuHelp">
|
|
<property name="title">
|
|
<string>?</string>
|
|
</property>
|
|
<addaction name="actionHelpAboutNBTModifier"/>
|
|
<addaction name="actionHelpAboutQt"/>
|
|
</widget>
|
|
<addaction name="menuFile"/>
|
|
<addaction name="menuEdit"/>
|
|
<addaction name="menuSearch"/>
|
|
<addaction name="menuHelp"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
<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>
|
|
</widget>
|
|
<action name="actionFileNew">
|
|
<property name="text">
|
|
<string>New</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+N</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionFileOpen">
|
|
<property name="text">
|
|
<string>Open</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+O</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionFileSave">
|
|
<property name="text">
|
|
<string>Save</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+S</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionFileSaveAs">
|
|
<property name="text">
|
|
<string>Save as</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Shift+S</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionFileQuit">
|
|
<property name="text">
|
|
<string>Quit</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Q</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEditUndo">
|
|
<property name="text">
|
|
<string>Undo</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Z</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEditRedo">
|
|
<property name="text">
|
|
<string>Redo</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Y, Ctrl+Shift+Z</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEditCopy">
|
|
<property name="text">
|
|
<string>Copy</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+C</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEditCut">
|
|
<property name="text">
|
|
<string>Cut</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+X</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEditPaste">
|
|
<property name="text">
|
|
<string>Paste</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+V</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEditInsertByte">
|
|
<property name="text">
|
|
<string>Byte</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEditInsertShort">
|
|
<property name="text">
|
|
<string>Short</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEditInsertInt">
|
|
<property name="text">
|
|
<string>Int</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEditInsertLong">
|
|
<property name="text">
|
|
<string>Long</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEditInsertFloat">
|
|
<property name="text">
|
|
<string>Float</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEditInsertDouble">
|
|
<property name="text">
|
|
<string>Double</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEditInsertString">
|
|
<property name="text">
|
|
<string>String</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEditInsertCompound">
|
|
<property name="text">
|
|
<string>Compound</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEditInsertList">
|
|
<property name="text">
|
|
<string>List</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEditInsertArrayByte">
|
|
<property name="text">
|
|
<string>Byte Array</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionIEditInsertArrayInt">
|
|
<property name="text">
|
|
<string>Int Array</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEditInsertArrayLong">
|
|
<property name="text">
|
|
<string>Long Array</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEditModify">
|
|
<property name="icon">
|
|
<iconset theme=":/FontAwesome/pencil-alt.svg">
|
|
<normaloff>.</normaloff>.</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Modify name/value</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>F2</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEditDelete">
|
|
<property name="text">
|
|
<string>Delete</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+S</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEditMoveUp">
|
|
<property name="text">
|
|
<string>Move Up</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Up</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEditMoveDown">
|
|
<property name="text">
|
|
<string>Move Down</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Down</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEditReload">
|
|
<property name="text">
|
|
<string>Reload</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+F5</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSearchFind">
|
|
<property name="text">
|
|
<string>Find</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+F</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSearchFindNext">
|
|
<property name="text">
|
|
<string>Find next</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>F3</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSearchFindPrevious">
|
|
<property name="text">
|
|
<string>Find Previous</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Shift+F3</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSearchReplace">
|
|
<property name="text">
|
|
<string>Replace</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+H</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionHelpAboutNBTModifier">
|
|
<property name="icon">
|
|
<iconset theme=":/FontAwesome/info-circle.svg"/>
|
|
</property>
|
|
<property name="text">
|
|
<string>About NBTModifier</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionHelpAboutQt">
|
|
<property name="text">
|
|
<string>About Qt</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>treeWidget</tabstop>
|
|
</tabstops>
|
|
<resources>
|
|
<include location="../FontAwesome/FontAwesome.qrc"/>
|
|
</resources>
|
|
<connections>
|
|
<connection>
|
|
<sender>actionFileQuit</sender>
|
|
<signal>triggered()</signal>
|
|
<receiver>MainWindow</receiver>
|
|
<slot>close()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>-1</x>
|
|
<y>-1</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>399</x>
|
|
<y>299</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
</ui>
|