You can't get access from another thread to UI. So in MyThread You must create signal with int parameter connected to slot in MainWindow. In this slot You can set new value for lcdNumber.
You can't get access from another thread to UI. So in MyThread You must create signal with int parameter connected to slot in MainWindow. In this slot You can set new value for lcdNumber.
Tio (15th April 2010)
Bookmarks