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.