MemoryWidget add dual views for two separate column types. Force first column to be Hex32.

This commit is contained in:
TryTwo
2022-04-06 22:50:05 -07:00
parent 0ec3f3a6ae
commit cc22f1a558
4 changed files with 125 additions and 52 deletions

View File

@ -98,6 +98,7 @@ private:
QComboBox* m_display_combo;
QComboBox* m_align_combo;
QComboBox* m_row_length_combo;
QCheckBox* m_dual_check;
QPushButton* m_set_value;
QPushButton* m_from_file;
QPushButton* m_dump_mram;