mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
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:
committed by
Mathew Sutcliffe
parent
59eb0247a7
commit
1a7c11f49c
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user