* Sets the current path that is used as root for searching files.
* If @url is the Home dir, "From Here" is selected instead.
*/
* Sets the current path that is used as root for searching files.
* If @url is the Home dir, "From Here" is selected instead.
*/
- bool event(QEvent* event) override;
- void showEvent(QShowEvent* event) override;
- void hideEvent(QHideEvent* event) override;
- void keyReleaseEvent(QKeyEvent* event) override;
- bool eventFilter(QObject* obj, QEvent* event) override;
+ void showEvent(QShowEvent *event) override;
+ void hideEvent(QHideEvent *event) override;
+ void keyReleaseEvent(QKeyEvent *event) override;
+ bool eventFilter(QObject *obj, QEvent *event) override;
* Is emitted when the user has changed a character of
* the text that should be used as input for searching.
*/
* Is emitted when the user has changed a character of
* the text that should be used as input for searching.
*/
- QLineEdit* m_searchInput;
- QAction* m_saveSearchAction;
- QScrollArea* m_optionsScrollArea;
- QToolButton* m_fileNameButton;
- QToolButton* m_contentButton;
- KSeparator* m_separator;
- QToolButton* m_fromHereButton;
- QToolButton* m_everywhereButton;
- DolphinFacetsWidget* m_facetsWidget;
+ QLineEdit *m_searchInput;
+ QAction *m_saveSearchAction;
+ QScrollArea *m_optionsScrollArea;
+ QToolButton *m_fileNameButton;
+ QToolButton *m_contentButton;
+ KSeparator *m_separator;
+ QToolButton *m_fromHereButton;
+ QToolButton *m_everywhereButton;
+ DolphinFacetsWidget *m_facetsWidget;