aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/options/OptionsDialog.h
diff options
context:
space:
mode:
authorGravatar wodim2017-08-29 13:17:46 +0200
committerGravatar wodim2017-08-29 13:17:46 +0200
commit61cc3ebb9a55adaef1a099ac57425a93567ba0cd (patch)
treefee41e480260e3a3da85068f6c5ed66faf8ec072 /src/modules/options/OptionsDialog.h
parentMake the current mouse position the origin of the tooltips of the user list. (diff)
downloadKVIrc-61cc3ebb9a55adaef1a099ac57425a93567ba0cd.tar.gz
KVIrc-61cc3ebb9a55adaef1a099ac57425a93567ba0cd.tar.bz2
KVIrc-61cc3ebb9a55adaef1a099ac57425a93567ba0cd.zip
Add "search as you type" functionality to the settings dialogs.
I'm leaving the icon with the magnifying glass there because I think it makes more evident that that field can be used to search for stuff. Fixes #2248
Diffstat (limited to 'src/modules/options/OptionsDialog.h')
-rw-r--r--src/modules/options/OptionsDialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/options/OptionsDialog.h b/src/modules/options/OptionsDialog.h
index 1d2cc912b..182438de8 100644
--- a/src/modules/options/OptionsDialog.h
+++ b/src/modules/options/OptionsDialog.h
@@ -97,6 +97,7 @@ protected:
virtual void keyPressEvent(QKeyEvent * e);
virtual void showEvent(QShowEvent * e);
bool recursiveSearch(OptionsDialogTreeWidgetItem * pItem, const QStringList & lKeywords);
+ void clearSearch();
bool searchInSelectors(KviOptionsWidget * pWidget, const QStringList & lKeywords);
public: