IPC Examples▲
-
IPC: Shared Memory: Demonstrates how to share image data between different processes using the Shared Memory IPC mechanism.
-
Local Fortune Client: Demonstrates using QLocalSocket for a simple local service client.
-
Local Fortune Server: Demonstrates using QLocalServer and QLocalSocket for serving a simple local service.