Qt::QObject类的定时器

dialog.h: #ifndef DIALOG_H #define DIALOG_H   #include <QDialog> #include<QObject> #include<QTimerEvent>   namespace Ui { class Dialog; }   class Dialog : public QDialog { Q_OBJECT   public:
相关文章
相关标签/搜索