qfedu-qt-level/qtdemo03/delayform2.h

27 lines
346 B
C++

#ifndef DELAYFORM2_H
#define DELAYFORM2_H
#include <QWidget>
#include <QTimer>
#include <QPixmap>
namespace Ui {
class DelayForm2;
}
class DelayForm2 : public QWidget
{
Q_OBJECT
QTimer *timer;
public:
explicit DelayForm2(QWidget *parent = nullptr);
~DelayForm2();
private:
Ui::DelayForm2 *ui;
};
#endif // DELAYFORM2_H