Hi,

I have an application which starts a thread ( QThread ), to stop the thread I have a push button in the main gui, when pressed I want it to stop this thread, I thought I could simply do :

Qt Code:
  1. m_pMyThread->quit();
To copy to clipboard, switch view to plain text mode 

But alas, the thread carries on running?

Any ideas?

Regards,
Steve