2019-12-19 00:27:23 +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>
|
|
|
|
<width>752</width>
|
|
|
|
<height>429</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>MainWindow</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralWidget">
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2019-12-20 11:33:09 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="cycleCounter">
|
|
|
|
<property name="text">
|
|
|
|
<string>Cycles</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-12-19 14:11:31 +00:00
|
|
|
<item row="4" column="0" colspan="5">
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
<property name="currentIndex">
|
2019-12-20 11:33:09 +00:00
|
|
|
<number>0</number>
|
2019-12-19 14:11:31 +00:00
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="tab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Memory</string>
|
|
|
|
</attribute>
|
2019-12-20 11:33:09 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
|
|
|
<item row="1" column="4">
|
|
|
|
<widget class="QToolButton" name="memorySub1">
|
|
|
|
<property name="text">
|
|
|
|
<string>-1</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="7">
|
|
|
|
<widget class="QToolButton" name="memorySub100">
|
|
|
|
<property name="text">
|
|
|
|
<string>-100</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="5">
|
|
|
|
<widget class="QToolButton" name="memoryAdd4">
|
|
|
|
<property name="text">
|
|
|
|
<string>+4</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1" colspan="8">
|
|
|
|
<widget class="QLineEdit" name="memoryViewAddress">
|
|
|
|
<property name="text">
|
|
|
|
<string>00000000</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="6">
|
|
|
|
<widget class="QToolButton" name="memorySub10">
|
|
|
|
<property name="text">
|
|
|
|
<string>-10</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-12-20 22:25:05 +00:00
|
|
|
<item row="3" column="5">
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2019-12-20 11:33:09 +00:00
|
|
|
<item row="1" column="5">
|
|
|
|
<widget class="QToolButton" name="memorySub4">
|
|
|
|
<property name="text">
|
|
|
|
<string>-4</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="6">
|
|
|
|
<widget class="QToolButton" name="memoryAdd10">
|
|
|
|
<property name="text">
|
|
|
|
<string>+10</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Address:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-12-20 22:25:05 +00:00
|
|
|
<item row="4" column="0" colspan="13">
|
|
|
|
<widget class="QLabel" name="memoryViewLabel">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Courier New</family>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>TextLabel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-12-20 11:33:09 +00:00
|
|
|
<item row="2" column="4">
|
|
|
|
<widget class="QToolButton" name="memoryAdd1">
|
|
|
|
<property name="text">
|
|
|
|
<string>+1</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-12-20 22:25:05 +00:00
|
|
|
<item row="0" column="10">
|
|
|
|
<widget class="QLabel" name="physicalAddressLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Physical: XXXXXXXX</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-12-20 11:33:09 +00:00
|
|
|
<item row="2" column="7">
|
|
|
|
<widget class="QToolButton" name="memoryAdd100">
|
|
|
|
<property name="text">
|
|
|
|
<string>+100</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-12-20 22:25:05 +00:00
|
|
|
<item row="0" column="12" rowspan="3">
|
2019-12-20 11:33:09 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
<property name="title">
|
|
|
|
<string>Write</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_5">
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QPushButton" name="writeDwordButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Dword</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QPushButton" name="writeByteButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Byte</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QLineEdit" name="memoryWriteValue"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-12-20 22:25:05 +00:00
|
|
|
<item row="0" column="11">
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2019-12-20 11:33:09 +00:00
|
|
|
</property>
|
2019-12-20 22:25:05 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
2019-12-20 11:33:09 +00:00
|
|
|
</property>
|
2019-12-20 22:25:05 +00:00
|
|
|
</spacer>
|
2019-12-20 11:33:09 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
2019-12-19 14:11:31 +00:00
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab_2">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Code</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="codeLabel">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Courier New</family>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>TextLabel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2019-12-19 17:40:49 +00:00
|
|
|
<widget class="QWidget" name="tab_3">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Breakpoints</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Edit</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QPushButton" name="addBreakButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QPushButton" name="removeBreakButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Remove</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QLineEdit" name="breakpointAddress">
|
|
|
|
<property name="placeholderText">
|
|
|
|
<string>hex address, no prefix</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" rowspan="2">
|
|
|
|
<widget class="QListWidget" name="breakpointsList"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2019-12-19 14:11:31 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2019-12-22 13:45:46 +00:00
|
|
|
<item row="3" column="0" colspan="5">
|
|
|
|
<widget class="QLabel" name="regsLabel">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Courier New</family>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="3">
|
|
|
|
<widget class="QPushButton" name="startButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Start</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="4">
|
|
|
|
<widget class="QPushButton" name="stepTickButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Step (Tick)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" colspan="6">
|
|
|
|
<widget class="QLabel" name="screen">
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::ClickFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="3">
|
|
|
|
<widget class="QPushButton" name="stepInsnButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Step (Insn)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="4">
|
|
|
|
<widget class="QPushButton" name="stopButton">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Stop</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="0" colspan="5">
|
|
|
|
<widget class="QPlainTextEdit" name="logView"/>
|
|
|
|
</item>
|
2019-12-19 00:27:23 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|