#include <QTimer> QTimer* timer = new QTimer(); timer->start(value); //以毫秒为单位 QObject::connect(timer,&QTimer::timeout,receiver,&slot); ...
確定! 回上一頁