Qt Ram search logic in work.
This commit is contained in:
parent
baa724ed14
commit
0f506dc348
|
@ -1048,13 +1048,8 @@ void consoleWin_t::openRamWatch(void)
|
||||||
|
|
||||||
void consoleWin_t::openRamSearch(void)
|
void consoleWin_t::openRamSearch(void)
|
||||||
{
|
{
|
||||||
RamSearchDialog_t *ramSearchWin;
|
|
||||||
|
|
||||||
//printf("Open GUI RAM Search Window\n");
|
//printf("Open GUI RAM Search Window\n");
|
||||||
|
openRamSearchWindow(this);
|
||||||
ramSearchWin = new RamSearchDialog_t(this);
|
|
||||||
|
|
||||||
ramSearchWin->show();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void consoleWin_t::openDebugWindow(void)
|
void consoleWin_t::openDebugWindow(void)
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -87,3 +87,4 @@ class RamSearchDialog_t : public QDialog
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
void openRamSearchWindow(QWidget *parent);
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// HotKeyConf.cpp
|
// RamWatch.cpp
|
||||||
//
|
//
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
Loading…
Reference in New Issue