#ifndef qtest_H #define qtest_H #include class qtest : public QMainWindow { Q_OBJECT public: qtest(); virtual ~qtest(); }; #endif // qtest_H