2
: 我有這樣的片段:使用Qt 4.8如何正如標題所說集「的Qt :: PreciseTimer」
QTimer timerdata;
我可以通過調用timerdata.start(5);
但是,我沒有得到5毫秒開始計時。 ..我知道,在Qt的5.x中有三個層次的精度計時器:
- 的Qt :: PreciseTimer:在Windows上約1毫秒的分辨率
- 的Qt :: CoarseTimer(默認):約15毫秒分辨率在Windows
- 的Qt :: VeryCoarseTimer:在所有平臺上
我的問題是1000毫秒的分辨率是有在QT 4.8類似的東西如果爲真,如何設置呢?
你嘗試['的QObject :: startTimer'(http://qt-project.org/doc/qt-4.8/qobject.html#startTimer) + ['QObject :: timerEvent'](http://qt-project.org/doc/qt-4.8/qobject.html#timerEvent)?但也許它不比QTimer更精確...... – leemes 2014-10-16 21:28:50