I believe QtDBus is something else. I believe the Service Framework is for in-and-out of process service binding. Like SOAP and GPS, ZeroConf etc. However I have not worked with it.
________________________________ From: Koichi Mori <[email protected]> To: [email protected] Sent: Fri, January 21, 2011 6:31:09 PM Subject: [Qt-mobility-feedback] Service Framework API Hi, I'm a bit unclear what Service Framework API is for. Is this, for instance on Linux, accessing platform services through dbus, or something else? I tried to get dubs interface from QML on Maemo5 but I never get it work. My test code looks like below, but it always complains "WARNING: No default service found for interface name: "org.bluez.Manager"" and valid property of course is false. Rectangle{ Component.onCompleted:{ console.log(btManager.valid); } Service { id: btManager interfaceName: 'org.bluez.Manager' } } -- BR, Koichi Mori
_______________________________________________ Qt-mobility-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-mobility-feedback
