Re: [MeeGo-dev] D-Bus APIs on QML

2011-05-18 Thread Paul Plaquette
On 05/15/2011 10:29 PM, Arjan van de Ven wrote: On 5/15/2011 12:35 PM, Tom Swindell wrote: Hi, Currently, unfortunately, there is no way to integrate with dbus from QML directly. The easiest way is to write a C++ wrapper which exposes your QML friendly methods and handles making the dbus calls

Re: [MeeGo-dev] D-Bus APIs on QML

2011-05-15 Thread Ville M. Vainio
CCing qt-qml mailing list which is the proper place for this discussion. On Sun, May 15, 2011 at 4:35 PM, Tom Swindell wrote: > > > - Original message - >> I would suspect that "QML only" is not a great start; while QML is great >> for writing some very basic apps once you want someth

Re: [MeeGo-dev] D-Bus APIs on QML

2011-05-15 Thread Tom Swindell
- Original message - > I would suspect that "QML only" is not a great start; while QML is great > for writing some very basic apps once you want something fancy you > very likely end up doing C++ work > Yes, I completely agree. Otoh, the fact is a lot of potential developers s

Re: [MeeGo-dev] D-Bus APIs on QML

2011-05-15 Thread Arjan van de Ven
On 5/15/2011 12:35 PM, Tom Swindell wrote: Hi, Currently, unfortunately, there is no way to integrate with dbus from QML directly. The easiest way is to write a C++ wrapper which exposes your QML friendly methods and handles making the dbus calls. I appreciate that this isn't ideal if you'r

Re: [MeeGo-dev] D-Bus APIs on QML

2011-05-15 Thread Tom Swindell
Hi, Currently, unfortunately, there is no way to integrate with dbus from QML directly. The easiest way is to write a C++ wrapper which exposes your QML friendly methods and handles making the dbus calls. I appreciate that this isn't ideal if you're not a C++ dev and are trying to learn QML on

[MeeGo-dev] D-Bus APIs on QML

2011-05-14 Thread Park Joon cheol
Hi List! What is the easiest way to use D-Bus APIs on QML ? I've seen this article on the ineternet: http://minimoesfuerzo.org/2010/03/30/playing-qml-and-dbus/ But It looks quite complicate. It need a lot of preparation works (xml desc -> qdbusxml2cpp -> register into qml). Is there way to direc