http://doc.trolltech.com/4.4/qthread.html
Read more about the threads, you must put your code in to the run() overloaded function and to start the thread via the start() method, then you code in run() will begin to execute.![]()
http://doc.trolltech.com/4.4/qthread.html
Read more about the threads, you must put your code in to the run() overloaded function and to start the thread via the start() method, then you code in run() will begin to execute.![]()
landonmkelsey (16th August 2008)
Bookmarks