[maemo-developers] Open new browser window using Qt

From: Iñigo Illán Aranburu kodeport at terra.es
Date: Mon Jan 18 18:15:30 EET 2010
Thank you, it worked!

So, why is OSSO_BROWSER_REQ_INTERFACE there? Is there any list of what
interfaces implements which calls? It seems a bit unclear to me...


El lun, 18-01-2010 a las 09:19 +0200, daniel wilms escribió:

> Hi,
> >
> > QDBusInterface browserProxy (OSSO_BROWSER_SERVICE, 
> > OSSO_BROWSER_REQ_PATH, OSSO_BROWSER_REQ_INTERFACE, 
> > QDBusConnection::systemBus());
> > browserProxy.call (OSSO_BROWSER_OPEN_NEW_WINDOW_REQ, url, true);
> this one should work:
> 
>         QDBusInterface browserd (OSSO_BROWSER_SERVICE,
>                                  OSSO_BROWSER_REQ_PATH,
>                                  OSSO_BROWSER_SERVICE);
>         browserd.call (OSSO_BROWSER_OPEN_NEW_WINDOW_REQ,"maemo.org");
> 
> 
> Daniel


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.maemo.org/pipermail/maemo-developers/attachments/20100118/dd35252e/attachment.htm>
More information about the maemo-developers mailing list