The QtDBus module, part of the Qt framework, is a Unix-only library that you can use to perform Inter-Process Communication using the D-Bus protocol.
D-Bus is an Inter-Process Communication (IPC) open-source system for software applications to communicate with one another. QtDBus simplifies the use of D-Bus in Qt applications. A QtDbus quick tutorial is here.