refs #506, allow to set dialog or filter widget for log component

Added filter widget, dialog and filter can be toggled
This commit is contained in:
Klaus Basan
2016-12-26 22:01:56 +01:00
committed by Mathew Sutcliffe
parent 59eb0247a7
commit 1a7c11f49c
3 changed files with 34 additions and 1 deletions

View File

@@ -69,6 +69,12 @@ namespace BlackGui
//! Show log details
void showDetails(bool details);
//! Show filter dialog and disable bar
void showFilterDialog();
//! Show a filter bar
void showFilterBar();
//! Clear
void clear();