【Qt5】QTimer定時器

//頭文件 #include <QTimer> //代碼 funtion()爲須要調用的槽函數 QTimer *timer = new QTimer(this); connect(timer,SIGNAL(timeout()),SLOT(funtion()));//鏈接槽 timer->start(30); //啓動定時器
相關文章
相關標籤/搜索