18#ifndef ACTIONSDIALOG_H
19#define ACTIONSDIALOG_H
21#include "models/actionsmodel.h"
27class QSortFilterProxyModel;
28class StatusLabelWidget;
29class QKeySequenceEdit;
31class 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;