how to make the App run with Single Instance
-
wrote on 2 Sept 2024, 19:34 last edited by
Hi.
I want my application to not run twice, if the application is already open it will issue a warning that the application is already open when you want to open it again, is that possible in qt5 c++? -
See for example QtSingleApplication.
-
See for example QtSingleApplication.
wrote on 2 Sept 2024, 19:58 last edited by@Christian-Ehrlicher I'll try it, is there any other way that is lighter?
1/3