18 #ifndef ACTIONSDIALOG_H
19 #define ACTIONSDIALOG_H
21 #include "models/actionsmodel.h"
25 class PrivateTreeView;
27 class QSortFilterProxyModel;
28 class StatusLabelWidget;
29 class QKeySequenceEdit;
31 class ActionsDialog :
public QDialog
35 explicit ActionsDialog(QWidget *parent = 0);
36 void saveCurrentEditor();
39 void focusSearchResults();
42 void hideEvent(QHideEvent *event);
43 void showEvent(QShowEvent *event);
46 QLineEdit *m_searchField;
48 PrivateTreeView *m_table;
49 QSortFilterProxyModel *m_proxyModel;
50 StatusLabelWidget *m_status;