Name : qt5-kdsingleapplication
| |
Version : 1.1.0
| Vendor : Klaralvdalens Datakonsult AB (KDAB)
|
Release : 2.1
| Date : 2023-12-22 16:19:58
|
Group : System/Libraries
| Source RPM : qt5-kdsingleapplication-1.1.0-2.1.src.rpm
|
Size : 0.00 MB
| |
Packager : Klaralvdalens Datakonsult AB (KDAB) < info_kdab_com>
| |
Summary : KDAB\'s helper class for Qt5 single-instance policy applications
|
Description :
KDSingleApplication is a helper class for Qt5 single-instance policy applications written by KDAB.
Currently the documentation is woefully lacking, but see the examples or tests for inspiration. Basically it involves:
1. Create a `Q(Core|Gui)Application` object. 2. Create a `KDSingleApplication` object. 3. Check if the current instance is *primary* (or \"master\") or *secondary* (or \"slave\") by calling `isPrimaryInstance`: * the *primary* instance needs to listen from messages coming from the secondary instances, by connecting a slot to the `messageReceived` signal; * the *secondary* instances can send messages to the primary instance by calling `sendMessage`.
Authors: -------- Klaralvdalens Datakonsult AB (KDAB) < infoAATTkdab.com>
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/isv:/KDAB/Fedora_36/x86_64 |