#include <QLabel> class Timer : public QWidget { public : Timer(QWidget *parent = 0); protected : void timerEvent(QTimerEvent *e); private :
確定! 回上一頁