Zeopha, your problem more than likely is that you forgot to call exec() in your thread's run function. Without calling exec, the thread won't have an event loop, which is necessary for the use of QTimer.
Read the documentation for QTimer and QThread for more info.
I hope that answers your question.




Reply With Quote

Bookmarks