#ifndef ABOUTDIALOG_H #define ABOUTDIALOG_H #include namespace Ui { class AboutDialog; } class AboutDialog : public QDialog { Q_OBJECT public: explicit AboutDialog(QWidget* parent = nullptr); ~AboutDialog(); private slots: void on_btnOk_clicked(); private: Ui::AboutDialog* ui; }; #endif // ABOUTDIALOG_H