Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Start external application. Lost focus.

$
0
0
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.

Viewing all articles
Browse latest Browse all 4972

Trending Articles