Qt Ram search logic in work.

This commit is contained in:
Matthew Budd 2020-10-11 11:25:35 -04:00
parent baa724ed14
commit 0f506dc348
4 changed files with 1058 additions and 8 deletions

View File

@ -1048,13 +1048,8 @@ void consoleWin_t::openRamWatch(void)
void consoleWin_t::openRamSearch(void)
{
RamSearchDialog_t *ramSearchWin;
//printf("Open GUI RAM Search Window\n");
ramSearchWin = new RamSearchDialog_t(this);
ramSearchWin->show();
openRamSearchWindow(this);
}
void consoleWin_t::openDebugWindow(void)

File diff suppressed because it is too large Load Diff

View File

@ -87,3 +87,4 @@ class RamSearchDialog_t : public QDialog
};
void openRamSearchWindow(QWidget *parent);

View File

@ -1,4 +1,4 @@
// HotKeyConf.cpp
// RamWatch.cpp
//
#include <stdio.h>
#include <stdlib.h>