Bringing the instance of Qt Application to the front when another instance is tried to run
-
I have designed an application using Qt. The root window is designed in qml . My objective is when i have an instance of an application already running and user tries to trigger another instance of the same application, the already running instance of the application should come into focus i.e it should get opened and the second instance shouldnt run. I tried QWindow::AutomaticVisibility but it didnt help
-
Hi,
There's an old QtSolution helper named QtSingleApplication that would fit your case. You should check it.