QTimer class provides repetitive and single-shot timers. ... QTimer *timer = new QTimer(this); connect(timer, SIGNAL(timeout()), this, SLOT(update())); ...
確定! 回上一頁