[Qt-interest] ldtp with qt

David Boddie david.boddie at nokia.com
Wed Jan 7 18:37:31 CET 2009


Görög Veronika wrote:

> I have tried D-Bus Accessibility Bridge and IAPoke, and it looks very
> useful start.

That's good to hear.

> In the left list in IAPoke I can see numbers. I think these are the
> identifiers of the applications. How can I add a name to my Qt application
> to see it with this name in the list? Because with a number identifier it
> is hard to find my application.

Since the accessible interface is exported via D-Bus, you could export a
separate, unrelated interface with the name you want, and the IAPoke
application should display that in addition to the numeric identifier.

Try looking at the remote controlled car example in the examples/dbus
directory. This should show you how to register an object and a service
with D-Bus.

David
-- 
David Boddie
Senior Technical Writer
Nokia, Qt Software




More information about the Qt-interest-old mailing list