I agree with you. I do not know how to make these timer events propagate in my while() loop. According to docs: QCoreApplication:rocessEvents()
"Processes all pending events for the calling thread according to the specified flags until there are no more events to process."

So putting it inside a while() loop should do the job - sadly it does not, ..or i am doing something wrong.
Thank you anyway.