Hi,
I am trying to understand how the event processing occurs in QT. So, when you start up your application you have one thread right? And then you run the QApplication.exec() and it enters the event handling loop. My question is where the events come from. Presumably the OS sends them but is there another thread listening for these event to put them into the event queue?
Thanks,
Bookmarks