QTimer
For 1. call QTimer::start()
For 2. call QTimer::stop()
connect the slot or signal you want to call periodically to QTimer::timeout() signal.
QTimer
For 1. call QTimer::start()
For 2. call QTimer::stop()
connect the slot or signal you want to call periodically to QTimer::timeout() signal.
bubble (11th February 2014)
Bookmarks