This was my interpretation also.
Thought this was only possible if using app.processEventes(); !
if you read the docs again.. it says that app.processEvents() is used because app.exe() is not called yet. When your mainwindow is shown, app.exe() is called so no need of processEvents().
Bookmarks