24#include "Utils/Pimpl.h"
25#include "Gui/Utils/Widgets/WidgetTemplate.h"
45 void sigEnterPressed();
50 using QObject::QObject;
53 bool eventFilter(QObject* o, QEvent* e)
override;
63 void sigTextChanged(
const QString&);
64 void sigFindNextRow();
65 void sigFindPrevRow();
71 bool handleKeyPress(QKeyEvent* e);
73 void setNumberResults(
int results);
79 void languageChanged()
override;
80 void keyPressEvent(QKeyEvent* e)
override;
81 void showEvent(QShowEvent* e)
override;
82 void focusOutEvent(QFocusEvent* e)
override;
87 void textChanged(
const QString& text);
90 void resetCompleter();
91 void initConnections();
92 void previousResult();
Definition: MiniSearcher.h:41
Definition: MiniSearcher.h:58
Definition: SearchableView.h:35