2017-03-29 10:18:37 +00: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>
|
2017-06-15 09:53:10 +00:00
|
|
|
<width>1013</width>
|
2017-10-01 14:36:40 +00:00
|
|
|
<height>606</height>
|
2017-03-29 10:18:37 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2017-09-25 12:55:41 +00:00
|
|
|
<string notr="true">Cutter</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
2017-10-01 14:36:40 +00:00
|
|
|
<iconset>
|
2017-06-15 09:53:10 +00:00
|
|
|
<normaloff>:/img/logo-small.png</normaloff>:/img/logo-small.png</iconset>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
2017-04-05 07:53:23 +00:00
|
|
|
<string notr="true">QHeaderView::section {
|
2017-03-29 10:18:37 +00:00
|
|
|
padding: 3px;
|
|
|
|
padding-left: 10px;
|
|
|
|
background-color: rgb(232, 232, 232);
|
|
|
|
border: 2px solid white;
|
|
|
|
}
|
|
|
|
|
|
|
|
QTabBar
|
|
|
|
{
|
|
|
|
qproperty-drawBase: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
QTabBar::tab {
|
|
|
|
background: rgb(240, 240, 240);
|
|
|
|
border: 0px solid #2180a9;
|
|
|
|
border-bottom-color: #2180a9;
|
|
|
|
border-top-left-radius: 0px;
|
|
|
|
border-top-right-radius: 0px;
|
|
|
|
min-width: 8ex;
|
|
|
|
padding: 5px;
|
|
|
|
margin-bottom: 3px;
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QTabBar::tab:selected {
|
|
|
|
background: #2180a9;
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
QTabBar::tab:hover {
|
|
|
|
background: #2180a9; /* #3C879E; */
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
QDockWidget::title {
|
|
|
|
background: rgb(236, 236, 236);
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolTip {
|
|
|
|
background-color: #444;
|
|
|
|
border: 3px solid #444;
|
|
|
|
color: rgb(232, 232, 232);
|
|
|
|
font: 11pt "Monaco";
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
QDockWidget::title {
|
|
|
|
background: rgb(64, 66, 68);
|
|
|
|
}
|
|
|
|
|
|
|
|
QDockWidget {
|
|
|
|
color: rgb(232, 232, 232);
|
|
|
|
}
|
|
|
|
*/</string>
|
|
|
|
</property>
|
|
|
|
<property name="documentMode">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="dockNestingEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralWidget">
|
2017-10-09 10:06:34 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-03-29 10:18:37 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_10">
|
|
|
|
<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>5</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QTabWidget" name="centralTabWidget">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QTabWidget::pane { /* The tab widget frame */
|
|
|
|
border-top: 0px;
|
|
|
|
}</string>
|
|
|
|
</property>
|
|
|
|
<property name="tabPosition">
|
|
|
|
<enum>QTabWidget::South</enum>
|
|
|
|
</property>
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="usesScrollButtons">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="documentMode">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="tabsClosable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="tab">
|
2017-10-09 10:06:34 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-03-29 10:18:37 +00:00
|
|
|
<attribute name="title">
|
|
|
|
<string notr="true">Console</string>
|
|
|
|
</attribute>
|
2017-04-26 23:00:20 +00:00
|
|
|
<layout class="QVBoxLayout" name="tabVerticalLayout">
|
2017-03-29 10:18:37 +00:00
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2017-10-09 10:06:34 +00:00
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetNoConstraint</enum>
|
|
|
|
</property>
|
2017-03-29 10:18:37 +00:00
|
|
|
<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>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2017-06-15 09:53:10 +00:00
|
|
|
<width>1013</width>
|
2017-10-09 10:06:34 +00:00
|
|
|
<height>20</height>
|
2017-03-29 10:18:37 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="defaultUp">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="nativeMenuBar">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2017-06-15 09:53:10 +00:00
|
|
|
<x>273</x>
|
2017-05-19 07:45:26 +00:00
|
|
|
<y>136</y>
|
2017-10-09 10:06:34 +00:00
|
|
|
<width>148</width>
|
|
|
|
<height>167</height>
|
2017-03-29 10:18:37 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>File</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionNew"/>
|
|
|
|
<addaction name="actionLoad"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionSave"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionRun_Script"/>
|
|
|
|
<addaction name="separator"/>
|
2017-03-31 21:54:06 +00:00
|
|
|
<addaction name="actionQuit"/>
|
2017-03-29 10:18:37 +00:00
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuTools">
|
|
|
|
<property name="title">
|
|
|
|
<string>Tools</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionCalculator"/>
|
|
|
|
<addaction name="actionAssembler"/>
|
|
|
|
<addaction name="actionSDB_browser"/>
|
|
|
|
</widget>
|
2017-09-01 13:03:35 +00:00
|
|
|
<widget class="QMenu" name="menuView">
|
2017-03-29 10:18:37 +00:00
|
|
|
<property name="title">
|
|
|
|
<string>View</string>
|
|
|
|
</property>
|
|
|
|
<property name="tabsOnTop" stdset="0">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2017-05-26 08:52:17 +00:00
|
|
|
<addaction name="actionRefresh_contents"/>
|
2017-03-29 10:18:37 +00:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionDefaut"/>
|
|
|
|
<addaction name="actionReset_settings"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionLock"/>
|
|
|
|
<addaction name="actionTabs_on_Top"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionWhite_Theme"/>
|
|
|
|
<addaction name="actionDark_Theme"/>
|
2017-08-31 17:43:46 +00:00
|
|
|
<addaction name="separator"/>
|
2017-10-01 14:36:40 +00:00
|
|
|
<addaction name="actionAsmOptions"/>
|
2017-03-29 10:18:37 +00:00
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuHelp">
|
|
|
|
<property name="title">
|
|
|
|
<string>Help</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionDocumentation"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionAbout"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuEdit">
|
|
|
|
<property name="title">
|
|
|
|
<string>Edit</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionUndo"/>
|
|
|
|
<addaction name="actionRedo"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionCut"/>
|
|
|
|
<addaction name="actionCopy"/>
|
|
|
|
<addaction name="actionPaste"/>
|
|
|
|
<addaction name="actionDelete"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionSelect_all"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionFind"/>
|
|
|
|
<addaction name="actionFind_next"/>
|
|
|
|
<addaction name="actionFind_previous"/>
|
|
|
|
</widget>
|
2017-09-01 13:03:35 +00:00
|
|
|
<widget class="QMenu" name="menuWindows">
|
2017-03-29 10:18:37 +00:00
|
|
|
<property name="title">
|
|
|
|
<string>Windows</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionDashboard"/>
|
|
|
|
<addaction name="separator"/>
|
2017-07-13 18:49:12 +00:00
|
|
|
<addaction name="actionEntry_points"/>
|
2017-03-29 10:18:37 +00:00
|
|
|
<addaction name="actionFunctions"/>
|
|
|
|
<addaction name="actionImports"/>
|
2017-05-19 07:45:26 +00:00
|
|
|
<addaction name="actionExports"/>
|
2017-03-29 10:18:37 +00:00
|
|
|
<addaction name="actionSymbols"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionReloc"/>
|
|
|
|
<addaction name="actionStrings"/>
|
|
|
|
<addaction name="actionFlags"/>
|
|
|
|
<addaction name="actionSections"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionComents"/>
|
|
|
|
<addaction name="actionNotepad"/>
|
|
|
|
</widget>
|
|
|
|
<addaction name="menuFile"/>
|
|
|
|
<addaction name="menuEdit"/>
|
|
|
|
<addaction name="menuView"/>
|
2017-09-01 13:03:35 +00:00
|
|
|
<addaction name="menuTools"/>
|
|
|
|
<addaction name="menuWindows"/>
|
2017-03-29 10:18:37 +00:00
|
|
|
<addaction name="menuHelp"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QToolBar" name="sideToolBar">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>200</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string notr="true">Side toolbar</string>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">border: 1px solid rgb(64, 64, 64);
|
|
|
|
background-color: rgb(64, 64, 64);
|
|
|
|
background: rgb(64, 64, 64);</string>
|
|
|
|
</property>
|
|
|
|
<property name="movable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="allowedAreas">
|
|
|
|
<set>Qt::RightToolBarArea</set>
|
|
|
|
</property>
|
|
|
|
<property name="floatable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>RightToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
<widget class="QToolBar" name="mainToolBar">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
<enum>Qt::DefaultContextMenu</enum>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string notr="true">Main toolbar</string>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QToolButton { /* all types of tool button */
|
|
|
|
border: 0px solid rgb(255, 255, 255);
|
|
|
|
border-radius: 6px;
|
|
|
|
border-left: 5px solid rgb(255, 255, 255);
|
|
|
|
border-right: 5px solid rgb(255, 255, 255);
|
|
|
|
margin-bottom: 1px;
|
|
|
|
margin-top: 1px;
|
|
|
|
background-color: rgb(255, 255, 255);
|
2017-06-15 09:53:10 +00:00
|
|
|
padding: 2px;
|
|
|
|
color: rgb(255, 0, 0);
|
|
|
|
}
|
|
|
|
QToolButton .svg-icon path {
|
|
|
|
fill: #ff0000;
|
2017-03-29 10:18:37 +00:00
|
|
|
}</string>
|
|
|
|
</property>
|
|
|
|
<property name="movable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
2017-06-15 09:53:10 +00:00
|
|
|
<width>18</width>
|
|
|
|
<height>18</height>
|
2017-03-29 10:18:37 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<enum>Qt::ToolButtonIconOnly</enum>
|
|
|
|
</property>
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<addaction name="actionForward"/>
|
|
|
|
<addaction name="actionShow_Hide_mainsidebar"/>
|
|
|
|
</widget>
|
|
|
|
<action name="actionCalculator">
|
|
|
|
<property name="text">
|
|
|
|
<string>Calculator</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDefaut">
|
|
|
|
<property name="text">
|
|
|
|
<string>Reset Layout</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAbout">
|
|
|
|
<property name="text">
|
|
|
|
<string>About</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionNew">
|
|
|
|
<property name="text">
|
|
|
|
<string>New</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionClose">
|
|
|
|
<property name="text">
|
|
|
|
<string>Close</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSave_workspace">
|
|
|
|
<property name="text">
|
|
|
|
<string>Save Layout</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDocumentation">
|
|
|
|
<property name="text">
|
|
|
|
<string>Documentation</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionLoad">
|
|
|
|
<property name="text">
|
|
|
|
<string>Open</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSave">
|
|
|
|
<property name="text">
|
|
|
|
<string>Save</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="text">
|
|
|
|
<string>Cut</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionCopy">
|
|
|
|
<property name="text">
|
|
|
|
<string>Copy</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionPaste">
|
|
|
|
<property name="text">
|
|
|
|
<string>Paste</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDelete">
|
|
|
|
<property name="text">
|
|
|
|
<string>Delete</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSelect_all">
|
|
|
|
<property name="text">
|
|
|
|
<string>Select All</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionFind">
|
|
|
|
<property name="text">
|
|
|
|
<string>Find</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionFind_next">
|
|
|
|
<property name="text">
|
|
|
|
<string>Find Next</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionFind_previous">
|
|
|
|
<property name="text">
|
|
|
|
<string>Find Previous</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionBack">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources.qrc">
|
2017-06-15 09:53:10 +00:00
|
|
|
<normaloff>:/img/icons/arrow_left.svg</normaloff>:/img/icons/arrow_left.svg</iconset>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Back</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Go back</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionForward">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources.qrc">
|
2017-06-15 09:53:10 +00:00
|
|
|
<normaloff>:/img/icons/arrow_right.svg</normaloff>:/img/icons/arrow_right.svg</iconset>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Forward</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionLock">
|
2017-09-02 08:46:48 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2017-03-29 10:18:37 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Toggle Panel Locks</string>
|
|
|
|
</property>
|
|
|
|
<property name="iconVisibleInMenu">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionLockUnlock">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources.qrc">
|
2017-06-15 09:53:10 +00:00
|
|
|
<normaloff>:/unlock</normaloff>:/unlock</iconset>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Lock/Unlock</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Lock/Unlock</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionStrings">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Strings</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Show/hide Strings panel</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSections">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Sections</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2017-04-12 10:16:43 +00:00
|
|
|
<string>Show/Hide Sections panel</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionFunctions">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Functions</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Show/HIde Functions panel</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionImports">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Imports</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Show/HIde Imports panel</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSymbols">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Symbols</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Show/HIde Symbols panel</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionReloc">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Relocs</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Show/HIde Relocs panel</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionFlags">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Flags</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Show/HIde Flags panel</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionMem">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Memory</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Show/Hide Memory panel</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionTheme">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources.qrc">
|
2017-06-15 09:53:10 +00:00
|
|
|
<normaloff>:/img/icons/themes.svg</normaloff>:/img/icons/themes.svg</iconset>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Theme</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoRepeat">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="menuRole">
|
|
|
|
<enum>QAction::PreferencesRole</enum>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionTabs">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources.qrc">
|
2017-06-15 09:53:10 +00:00
|
|
|
<normaloff>:/img/icons/tabs.svg</normaloff>:/img/icons/tabs.svg</iconset>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Tabs Up/Down</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Tabs Up/Down</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionRefresh_Panels">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources.qrc">
|
2017-06-15 09:53:10 +00:00
|
|
|
<normaloff>:/img/icons/spin.svg</normaloff>:/img/icons/spin.svg</iconset>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Refresh</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionComents">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Comments</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Show/Hide Comments</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionTabs_on_Top">
|
2017-09-02 08:46:48 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2017-03-29 10:18:37 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Toggle Tab Position</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDark_Theme">
|
|
|
|
<property name="text">
|
|
|
|
<string>Dark Theme</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionLoad_workspace">
|
|
|
|
<property name="text">
|
|
|
|
<string>Load Layout</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionWhite_Theme">
|
|
|
|
<property name="text">
|
|
|
|
<string>Default Theme</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionCreate_File">
|
|
|
|
<property name="text">
|
|
|
|
<string>Create File</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAssembler">
|
|
|
|
<property name="text">
|
|
|
|
<string>Assembler</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionBindiff">
|
|
|
|
<property name="text">
|
|
|
|
<string>Bindiff</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionGraph">
|
|
|
|
<property name="text">
|
|
|
|
<string>Graph</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSearch">
|
|
|
|
<property name="text">
|
|
|
|
<string>Search</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAnalysis">
|
|
|
|
<property name="text">
|
|
|
|
<string>Analysis</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionTest_menu">
|
|
|
|
<property name="text">
|
|
|
|
<string>Test menu</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionHexCopy_Hexpair">
|
|
|
|
<property name="text">
|
|
|
|
<string>Copy Hexpair</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionHexCopy_Text">
|
|
|
|
<property name="text">
|
|
|
|
<string>Copy Text</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionHexCopy_ASCII">
|
|
|
|
<property name="text">
|
|
|
|
<string>Copy ASCII</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionHexInsert_String">
|
|
|
|
<property name="text">
|
|
|
|
<string>Insert String</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionHexInsert_Hex">
|
|
|
|
<property name="text">
|
|
|
|
<string>Insert Hex</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionHexEdit">
|
|
|
|
<property name="text">
|
|
|
|
<string>Edit</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionHexPaste">
|
|
|
|
<property name="text">
|
|
|
|
<string>Paste</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDisas_ShowHideBytes">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show/Hide bytes</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDisasSwitch_case">
|
|
|
|
<property name="text">
|
|
|
|
<string>Switch case</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDisasCopy_All">
|
|
|
|
<property name="text">
|
|
|
|
<string>Copy All</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDisasCopy_Bytes">
|
|
|
|
<property name="text">
|
|
|
|
<string>Copy Bytes</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDisasCopy_Disasm">
|
|
|
|
<property name="text">
|
|
|
|
<string>Copy Disasm</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-10-03 08:50:07 +00:00
|
|
|
<action name="actionDisplayOptions">
|
|
|
|
<property name="text">
|
|
|
|
<string>Copy Disasm</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-03-29 10:18:37 +00:00
|
|
|
<action name="actionStart_Web_Server">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources.qrc">
|
2017-06-15 09:53:10 +00:00
|
|
|
<normaloff>:/img/icons/cloud.svg</normaloff>:/img/icons/cloud.svg</iconset>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Start Web Server</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action1column">
|
|
|
|
<property name="text">
|
|
|
|
<string>1</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action2columns">
|
|
|
|
<property name="text">
|
|
|
|
<string>2</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action4columns">
|
|
|
|
<property name="text">
|
|
|
|
<string>4</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action8columns">
|
|
|
|
<property name="text">
|
|
|
|
<string>8</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action16columns">
|
|
|
|
<property name="text">
|
|
|
|
<string>16</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action32columns">
|
|
|
|
<property name="text">
|
|
|
|
<string>32</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action64columns">
|
|
|
|
<property name="text">
|
|
|
|
<string>64</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSyntax_AT_T_Intel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Syntax AT&T/Intel</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionFunctionsRename">
|
|
|
|
<property name="text">
|
|
|
|
<string>Rename</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionFunctionsUndefine">
|
|
|
|
<property name="text">
|
|
|
|
<string>Undefine</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDisasRename">
|
|
|
|
<property name="text">
|
|
|
|
<string>Rename</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDisasmUndefine">
|
|
|
|
<property name="text">
|
|
|
|
<string>Undefine</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDisasAdd_comment">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add comment</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionhide_bottomPannel">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources.qrc">
|
2017-06-15 09:53:10 +00:00
|
|
|
<normaloff>:/img/icons/down.svg</normaloff>:/img/icons/down.svg</iconset>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Show/hide Bottom pannel</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSend_to_Notepad">
|
|
|
|
<property name="text">
|
|
|
|
<string>Send to Notepad</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionNotepad">
|
|
|
|
<property name="text">
|
|
|
|
<string>Notepad</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSDB_browser">
|
|
|
|
<property name="text">
|
|
|
|
<string>SDB browser</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionRun_Script">
|
|
|
|
<property name="text">
|
|
|
|
<string>Run Script</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionShow_Hide_mainsidebar">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources.qrc">
|
2017-06-15 09:53:10 +00:00
|
|
|
<normaloff>:/img/icons/sidebar.svg</normaloff>:/img/icons/sidebar.svg</iconset>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Show/Hide mainsidebar</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Show/Hide Sidebar</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDashboard">
|
|
|
|
<property name="text">
|
|
|
|
<string>Dashboard</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2017-08-31 17:43:46 +00:00
|
|
|
<string>Show/Hide Dashboard panel</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionReset_settings">
|
|
|
|
<property name="text">
|
|
|
|
<string>Reset settings</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Reset settings</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-03-31 21:54:06 +00:00
|
|
|
<action name="actionQuit">
|
|
|
|
<property name="text">
|
|
|
|
<string>Quit</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+Q</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-05-19 07:45:26 +00:00
|
|
|
<action name="actionExports">
|
|
|
|
<property name="text">
|
|
|
|
<string>Exports</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Show/HIde Exports panel</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-05-26 08:52:17 +00:00
|
|
|
<action name="actionRefresh_contents">
|
|
|
|
<property name="text">
|
|
|
|
<string>Refresh contents</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Refresh contents</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-08-31 17:43:46 +00:00
|
|
|
<action name="actionDisplay_Esil">
|
2017-09-01 13:03:35 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Show ESIL rather than assembly</string>
|
|
|
|
</property>
|
2017-08-31 17:43:46 +00:00
|
|
|
</action>
|
|
|
|
<action name="actionDisplay_Pseudocode">
|
2017-09-01 13:03:35 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Show pseudocode rather than assembly</string>
|
|
|
|
</property>
|
2017-08-31 17:43:46 +00:00
|
|
|
</action>
|
2017-07-13 18:49:12 +00:00
|
|
|
<action name="actionEntry_points">
|
|
|
|
<property name="text">
|
|
|
|
<string>Entry points</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-09-01 13:03:35 +00:00
|
|
|
<action name="actionDisplay_Offsets">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Display offsets</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-10-01 14:36:40 +00:00
|
|
|
<action name="actionAsmOptions">
|
|
|
|
<property name="text">
|
|
|
|
<string>Disassembly Options</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-03-29 10:18:37 +00:00
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
|
<resources>
|
|
|
|
<include location="resources.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|