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 hideEvent(QHideEvent *event);
40 void showEvent(QShowEvent *event);
43 QLineEdit *m_searchField;
45 PrivateTreeView *m_table;
46 QSortFilterProxyModel *m_proxyModel;
47 StatusLabelWidget *m_status;