PDA

View Full Version : How does QTimer work?



bbdaffy
7th October 2010, 12:32
Hi,

This might be a stupid question. But how does the QTimer work? When my application has a QTimer, does it mean I have two parallel threads running? Or everything is still sequential? Thanks for your time.

wysota
7th October 2010, 13:22
Everything is sequential. The operating system takes care of informing the process that a particular amount of time has passed.