Qt D-Bus Examples#

Using D-Bus from Qt applications.

Qt D-Bus allows applications to send messages to each other using D-Bus. This page lists examples which specifically use D-Bus for inter-process communication (IPC).

D-Bus Chat

Demonstrates communication among instances of an application.

D-Bus Complex Ping Pong

Demonstrates usage of the Qt D-Bus typesystem.

D-Bus-Ping-Pong

Demonstrates a simple message system using D-Bus.

D-Bus Remote Controlled Car

Shows how to use Qt D-Bus to control a car from another application.