If main() in your app looks like the one few posts up (if app is running it shows it and bails out) then every attempt to launch the app while it's running will cause it to be shown.Qt Code:
p.start("Path/to/your/app/app.exe");To copy to clipboard, switch view to plain text mode
Bookmarks