Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello guys i need to pause qtimer when i press a pushbutton and resumes when I push the same pushbutton How can i do it.Plz help
Use QTimer::remainingTime() to get current time count, then stop the timer. Then you can start it again using saved value of remaining time.