17 #ifndef GEPETTO_GUI_ACTION_SEARCH_BAR_HH
18 #define GEPETTO_GUI_ACTION_SEARCH_BAR_HH
25 #include <QStringListModel>
44 bool trigger(
const QString& s);
45 void handleReturnPressed();
48 QStringListModel* model_;
49 QCompleter* completer_;
50 QMap<QString, QAction*> actions_;
Definition: action-search-bar.hh:29
virtual void keyPressEvent(QKeyEvent *event)
ActionSearchBar(QWidget *parent)
QAction * showAction() const
Definition: action-search-bar.hh:37
virtual void showEvent(QShowEvent *event)
void addAction(QAction *action)
Definition: action-search-bar.hh:27