Cleanup WireDialog

Cleanup WIreDialog UI, removing unused bits
Switch Groups to LHS and Add Simple Time Filter.
This commit is contained in:
drbob 2020-04-11 16:07:40 +10:00
parent 124781c1e0
commit 7d8323f3e2
3 changed files with 290 additions and 236 deletions

View file

@ -68,6 +68,7 @@ private slots:
void checkUpdate();
void refreshGroups();
void selectGroupSet(int index);
void selectFilterTime(int index);
private:
@ -84,6 +85,9 @@ private:
void showSelectedGroups();
void updateGroups(std::vector<RsWireGroup> &groups);
// utils.
rstime_t getFilterTimestamp();
// Loading Data.
void requestGroupData();
bool loadGroupData(const uint32_t &token);