#ifndef TEST_H #define TEST_H #include #include #include class test : public QMainWindow { Q_OBJECT public: explicit test(QWidget *parent = nullptr); signals: public slots: }; #endif // TEST_H