インターフェイスとメソッドを QtDbus に登録したい。
glib Dbus には、メソッド g_dbus_register_interface(.. ,.. , .., ..) があります。
QtDbus を使用して同じことを行う方法はありますか?
Yes, you have to use QDBusConnectionInterface::registerService and QDBusConnectionInterface::registerObject. Follow this manual for a complete guide: http://techbase.kde.org/Development/Tutorials/D-Bus/Creating_Interfaces.