D-Bus 乒乓范例

乒乓 是命令行范例,演示基本的 Qt D-Bus 。消息被发送给另一应用程序,且消息已得到确认。

运行范例

要运行范例从 Qt Creator ,打开 欢迎 模式,然后选择范例从 范例 。更多信息,拜访 构建和运行范例 .

运行 pong 应用程序并运行 ping 应用程序采用消息作为自变量。

$ ./pong &
$ ./ping Hello
Reply was: ping("Hello") got called
					

文件: