emits included in customized thread inside my program does not work. it seems my thread has no communication with the main UI thread. in c# we have thread dispatcher to handle this. what about QT?
Qt Code:
void myThread::run(){ while(1) { //do something emit display("show the result"); //NOT WORKING, THOUGH CONNECTED } }To copy to clipboard, switch view to plain text mode




Reply With Quote
Bookmarks