D-Bus 乒乓球
演示使用 D-Bus 的简单消息系统。
Ping Pong是一个命令行示例,演示了 Qt D-Bus.向另一个应用程序发送一条消息,并对消息进行确认。
运行示例
要从 Qt Creator,打开Welcome 模式,然后从Examples 中选择示例。更多信息,请参阅Qt Creator: 教程:构建并运行。
运行pong
应用程序,并以消息为参数运行ping
应用程序。
$ ./pong & $ ./ping Hello Reply was: ping("Hello") got called
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.