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.

I appreciate that this isn't ideal if you're not a C++ dev and are
trying to learn QML only, but there is currently no other way.



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....

_______________________________________________
MeeGo-dev mailing list
[email protected]
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines


QML needs the runtime provided by QtDeclarative stuff ( means QT and C++)

It can be provided embedding QML in a QTDelarativeView
it is also provided using  qmlviewer application that comes with Qt.

it is also possible to have java script files and also to build c++ qml plugins that can be loaded as a qml component. (Such plug-ins could provide could provide a DBUS interface)

Cordially,
Paul
_______________________________________________
MeeGo-dev mailing list
[email protected]
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

Reply via email to