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.
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.
Everything is sequential. The operating system takes care of informing the process that a particular amount of time has passed.
Bookmarks