#ifndef ABOUT_H #define ABOUT_H #include class About : public QDialog { public: About(QWidget *parent = nullptr); }; #endif // ABOUT_H