PDA

View Full Version : Stop the thread



santosh.kumar
14th May 2007, 11:28
hi
I m defining one function in Run() method of QThread to recursivly showing the directory using thread.I want to stop this thread when it is in under proceesing.I m using quit() and wait() to stop it but it is not stoping...
give me the solution to stop this running thread.

jpn
14th May 2007, 11:29
See the solution in this similar thread (http://www.qtcentre.org/forum/f-newbie-4/t-thread-not-exiting-6936.html). Please search before starting new threads. :)