HOW I can pause the timer in qt
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
hello my friends. how i can pause a timer in qelapsedclass in qt? i looked for but i couldnt find any function . can anyone help me? thanks
I don't think there's a native "pause" in the class. You should however, be able to use restart() to the same effect... http://qt-project.org/doc/qt-5/qelapsedtimer.html#restart[^]