D-Bus是linux中的一个高级IPC机制。在linux桌面环境中为进程提供通信。
使用时需要加入头文件#include <QtDbus>
使用qmake构建程序时,需要在工程中加入 QT += qdbus

QtDbus类型系统

Qt类型 D-Bus类型
uchar BYTE
bool BOOLEAN
short INT16
ushort UINT16
int INT32