MemoryWidget: Add 'Offset' and General Improvements

This commit is contained in:
SirMangler
2020-09-13 17:03:17 +01:00
committed by Léo Lam
parent 96e3360f05
commit 9f6d88880e
2 changed files with 60 additions and 17 deletions

View File

@ -66,6 +66,7 @@ private:
MemoryViewWidget* m_memory_view;
QSplitter* m_splitter;
QLineEdit* m_search_address;
QLineEdit* m_search_offset;
QLineEdit* m_data_edit;
QPushButton* m_set_value;
QPushButton* m_dump_mram;