No, only the first call will be effective.
If you call start() a second time while the thread is running, it will do nothing !
http://doc.trolltech.com/4.2/qthread.html#start
No, only the first call will be effective.
If you call start() a second time while the thread is running, it will do nothing !
http://doc.trolltech.com/4.2/qthread.html#start
You can use the same class, but two objects, to get two threads. Myabe this is what you want.
Yes, you can start the thread again when it has already finished.
Bookmarks