u cant do GUI in QThreads .. QWidget is not reentrant ... so thread3 is invalid ..
use the gui as main event loop .. from there spawn two thread
thread1: loggings (only text, image, QTimers .,..)
thread2: calculation algorithms ..
best example if u are newbie to QThread is
/examples/network/blockingfortuneclient
because for me it looks very easy to ride the concept ..




Reply With Quote

Bookmarks