Quote Originally Posted by jpn View Post
QBasicTimer is light-weight; there's no signals and slots involved like in QTimer. QBasicTimer is still a bit more convenient to use than startTimer().
This writing in docs, but i don't find where QObject::startTimer use QTimer and startTimer also use timerEvent, not signals.