#ifndef DEMONOTICE_H #define DEMONOTICE_H #include class DemoNotice : public QDialog { Q_OBJECT public: explicit DemoNotice(QWidget *parent = 0); }; #endif // DEMONOTICE_H