diff options
| author | 2017-08-29 13:17:46 +0200 | |
|---|---|---|
| committer | 2017-08-29 13:17:46 +0200 | |
| commit | 61cc3ebb9a55adaef1a099ac57425a93567ba0cd (patch) | |
| tree | fee41e480260e3a3da85068f6c5ed66faf8ec072 /src/modules/options/OptionsDialog.h | |
| parent | Make the current mouse position the origin of the tooltips of the user list. (diff) | |
| download | KVIrc-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.h | 1 |
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: |
