Added EEPROM inspection pane

This commit is contained in:
Nav
2021-11-05 23:43:22 +00:00
parent 4608a68c29
commit d3c77c1131
3 changed files with 42 additions and 2 deletions

View File

@@ -51,6 +51,7 @@ namespace Bloom
void openAboutWindow();
void toggleTargetRegistersPane();
void toggleRamInspectionPane();
void toggleEepromInspectionPane();
signals:
void refreshTargetPinStates(int variantId);
@@ -93,7 +94,9 @@ namespace Bloom
QWidget* bottomMenuBar = nullptr;
Widgets::PanelWidget* bottomPanel = nullptr;
Widgets::TargetMemoryInspectionPane* ramInspectionPane = nullptr;
Widgets::TargetMemoryInspectionPane* eepromInspectionPane = nullptr;
QToolButton* ramInspectionButton = nullptr;
QToolButton* eepromInspectionButton = nullptr;
QWidget* footer = nullptr;
QLabel* targetStatusLabel = nullptr;