How to create a Single Application in Qt QuickWidget 6.9.1
-
Hi.
Is there a way to make the application a single application?
My current issue is that the browser needs to send a token to the application after Google Sign-in, but on the redirect side of node js (myApp://auth?sid=${sid}), it calls a new application and does not open the application that is already running. Is it possible to send the token from the browser to the application that is running without having to open a new application to provide the token?
Thank you:)
-
Hi,
Look for QtSingleApplication
-
B Blackzero has marked this topic as solved