#ifndef ABOUTDLG_H #define ABOUTDLG_H #include class AboutDlg : public QDialog { Q_OBJECT public: explicit AboutDlg(QWidget *parent = nullptr); }; #endif // ABOUTDLG_H