Filter: implement close & reset

Implement the close & reset functionality, by reseting the
application state to "Default". This is currently the only
state from where the fiter can be called.

To make it consistent with CTRL^F, clear the filter in the
hide() slot, which is called in both cases.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2019-01-25 22:41:07 +01:00 committed by Dirk Hohndel
parent a455b32e02
commit c383079626
2 changed files with 11 additions and 2 deletions

View file

@ -29,6 +29,7 @@ public slots:
void updateLogged(int value);
private slots:
void clearFilter();
void closeFilter();
void temperatureChanged();
void countsChanged();