does this work?
Qt Code:
void myThread::run(){ while(1) { //do something emit display("show the result"); //NOT WORKING, THOUGH CONNECTED msleep(1); } }To copy to clipboard, switch view to plain text mode
does this work?
Qt Code:
void myThread::run(){ while(1) { //do something emit display("show the result"); //NOT WORKING, THOUGH CONNECTED msleep(1); } }To copy to clipboard, switch view to plain text mode
When you know how to do it then you may do it wrong.
When you don't know how to do it then it is not that you may do it wrong but you may not do it right.
Bookmarks