24#include "Utils/Pimpl.h"
25#include "Gui/Utils/Widgets/WidgetTemplate.h"
49 using QObject::QObject;
52 bool eventFilter(QObject* o, QEvent* e)
override;
62 void sigTextChanged(
const QString&);
63 void sigFindNextRow();
64 void sigFindPrevRow();
70 bool handleKeyPress(QKeyEvent* e);
72 void setNumberResults(
int results);
78 void languageChanged()
override;
79 void keyPressEvent(QKeyEvent* e)
override;
80 void showEvent(QShowEvent* e)
override;
81 void focusOutEvent(QFocusEvent* e)
override;
84 void notifyViewSearchDone();
85 void previousResult();
Definition: MiniSearcher.h:41
Definition: MiniSearcher.h:57
Definition: org_mpris_media_player2_adaptor.h:21
Definition: SearchableView.h:60