#ifndef SHORTCUTS_DIALOG_H #define SHORTCUTS_DIALOG_H #include #include #include class ShortcutsDialog : public QDialog { Q_OBJECT public: ShortcutsDialog(QWidget *parent = nullptr); private: QTextEdit *shortcuts; QPushButton *close; public slots: }; #endif // SHORTCUTS_DIALOG_H