It won't block the event loop, because it will happen in a different thread.Originally Posted by quickNitin
In that case maybe you don't need that timer at all? Maybe a QThread::sleep() will be enough? How often that device will produce data?Originally Posted by quickNitin
Bookmarks