Quote Originally Posted by anda_skoa View Post
Though I am not sure why you want to handle a timer event yourself...
_
I am using QTimer. Documentation for QTimer states that
An alternative to using QTimer is to call QObject::startTimer() for your object and reimplement the QObject::timerEvent() event handler in your class (which must inherit QObject).