Building a timer
QML and Qt Quick
6
Posts
3
Posters
1.8k
Views
1
Watching
-
-
welcome to devnet
You might want to have a look on to "QTime::currentTime()":http://qt-project.org/doc/qt-4.8/qtime.html#currentTime
The difference of 2 time readings shall provide you the result you are looking for.