PDA

View Full Version : Create Stopwatch With QTimer



ramin.lich
29th August 2014, 15:38
hi all
i Need Example of stopwatch Starts From Zero With Class QTimer i Have Allready Create Stopwatch With Many ways but With This Class I Dont know how to do it.
Thanks

wysota
29th August 2014, 16:18
What "many ways" did you use? How are those "many ways" different from QTimer?

ramin.lich
29th August 2014, 16:39
Thanks for ur reply
the Many Ways i say was using c++11 <chrono>
and windows.h with sleep()
i create with this but i Want to know how to do it with QTime