18#ifndef LOCATIONCOMPLETERVIEW_H
19#define LOCATIONCOMPLETERVIEW_H
37 QAbstractItemModel *model()
const;
38 void setModel(QAbstractItemModel *model);
40 QItemSelectionModel *selectionModel()
const;
42 QModelIndex currentIndex()
const;
43 void setCurrentIndex(
const QModelIndex &index);
47 bool eventFilter(QObject*
object, QEvent* event)
override;
63 void setupSearchEngines();
64 void openSearchEnginesDialog();
68 QHBoxLayout *m_searchEnginesLayout;
void indexCtrlActivated(const QModelIndex &index)
void indexShiftActivated(const QModelIndex &index)
void indexDeleteRequested(const QModelIndex &index)
void searchEnginesDialogRequested()
void indexActivated(const QModelIndex &index)
void loadRequested(const LoadRequest &request)