#ifndef ABOUTBOX_H #define ABOUTBOX_H #include #include namespace Ui { class AboutBox; } class AboutBox : public QDialog { Q_OBJECT public: explicit AboutBox(QWidget *parent = nullptr); ~AboutBox(); private: Ui::AboutBox *ui; }; #endif // ABOUTBOX_H