Hi, you could try waiting for VLC to finish and then take back the keyboard focus, for example, after
myProcess->start( program, arguments ); add
myProcess->waitForFinished(-1);
and then get keyboard focus back to your app by calling activateWindow().
After closing VLC focus reintroduced. I would like to focus was restored immediately after the start of the process.
↧