Qt Ram Search window in work. QTreeWidget does not handle large data sets very efficiently. Going to have to make a custom widget.
This commit is contained in:
parent
0f506dc348
commit
cfa752a693
File diff suppressed because it is too large
Load Diff
|
@ -82,6 +82,9 @@ class RamSearchDialog_t : public QDialog
|
|||
public slots:
|
||||
void closeWindow(void);
|
||||
private slots:
|
||||
void runSearch(void);
|
||||
void resetSearch(void);
|
||||
void refreshRamList(void);
|
||||
void periodicUpdate(void);
|
||||
//void watchClicked( QTreeWidgetItem *item, int column);
|
||||
|
||||
|
|
Loading…
Reference in New Issue