mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2024-11-15 12:15:43 +08:00
Replacement of QtSingleApplication for Qt 5 and Qt 6 with support for inter-instance communication.
applicationc-plus-pluscpphacktoberfestqtqt5qt6qtsingleapplicationsingleapplicationsingletonsubsequent-instances
.gitattributes | ||
.gitignore | ||
localserver.cpp | ||
localserver.h | ||
main.cpp | ||
README.md | ||
singleapplication.cpp | ||
singleapplication.h |
SingleApplication
This is a replacement of QSingleApplication for Qt5.
P.S. I will document it dome day, when I have time. Otherwise it is pretty straighforward. I added a signal to notify the root proccess that another instance had been started. You can use it to raise the Main window of the root app, for example.