if you use qsharedmemory in your program, they cannot communicate
Warning: QSharedMemory changes the key in a Qt-specific way. It is therefore currently not possible to use the shared memory of non-Qt applications with QSharedMemory.
Warning: QSharedMemory changes the key in a Qt-specific way. It is therefore currently not possible to use the shared memory of non-Qt applications with QSharedMemory.
To copy to clipboard, switch view to plain text mode
but if you use only QT UI and shared memory with shmemget/set or similar non-QT way, than it's ok.
Bookmarks