Singleton Class example
-
HI,
I need to run an QWidget Application once using Singleton class. Can you please help me with an example. Thanks in advance
@dan1973 Do you mean you want to make sure only one instance of your app can run at a given time?
If so take a look at https://github.com/qtproject/qt-solutions/tree/master/qtsingleapplication