On 07/10/2011 02:30 AM, Jamie Thompson wrote:
> I'm trying to bring up the Accounts UI using DBus in a Qt application:
>> const char * NOKIA_SERVICE_ACCOUNTS_UI("com.nokia.AccountsUI");
>> const char * NOKIA_PATH_ACCOUNTS_UI("/com/nokia/AccountsUI");
>> const char * NOKIA_IFACE_ACCOUNTS_UI("com.nokia.Accounts");
>>
>> QDBusInterface nokiaAccountsUI(NOKIA_SERVICE_ACCOUNTS_UI, 
>> NOKIA_PATH_ACCOUNTS_UI, NOKIA_IFACE_ACCOUNTS_UI);
[...]
> ...but it doesn't seem to work properly.

I'm not sure what the problem is, but maybe QDBusInterface isn't happy
with the result of the introspection.
Try not using QDbusInterface, and just send the method on QDBusConnection.

Ciao,
  Alberto

-- 
http://blog.mardy.it <- geek in un lingua international!
_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to