In my Qt-application I open a URL in the default-browser. Afterwards I want to bring the main-window of my application to the front again.
I tried all approaches I c
This issue is not specific to Windows....I have the same issue on Linux. My solution was to close() the window before I re open() it.