#ifndef ABOUTPAGE_H #define ABOUTPAGE_H #include class AboutPage : public QWidget { Q_OBJECT public: explicit AboutPage(QWidget *parent = nullptr); ~AboutPage(); private: void initUI(); }; #endif // ABOUTPAGE_H