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:
Matthew Budd 2020-10-11 21:36:26 -04:00
parent 0f506dc348
commit cfa752a693
2 changed files with 184 additions and 1039 deletions

File diff suppressed because it is too large Load Diff

View File

@ -82,6 +82,9 @@ class RamSearchDialog_t : public QDialog
public slots: public slots:
void closeWindow(void); void closeWindow(void);
private slots: private slots:
void runSearch(void);
void resetSearch(void);
void refreshRamList(void);
void periodicUpdate(void); void periodicUpdate(void);
//void watchClicked( QTreeWidgetItem *item, int column); //void watchClicked( QTreeWidgetItem *item, int column);