Registry / utility / itay-grudev-singleapplication

itay-grudev-singleapplication

JSON →
library3.5.4vcpkgunverified

Replacement of QtSingleApplication for Qt 5 and Qt 6 with support for inter-instance communication

vcpkg install itay-grudev-singleapplication
INSTALL
IMPORT
SIG · ITAY-GRUDEV-SINGLE
I
itay-grudev-singleapplication
utilitycppv3.5.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

singleapplication.h
#include <singleapplication.h>

Ensures only one instance of a Qt application runs

#include <QApplication> #include "singleapplication.h" int main(int argc, char *argv[]) { SingleApplication app(argc, argv, true); if (app.isSecondary()) { app.sendMessage("Hello from secondary instance"); return 0; } return app.exec(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.5.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

itay-grudev-singleapplication — pip install itay-grudev-singleapplication · libregistry