Anyone here ever worked with QtQuick/QML/QtDeclarative? I have some questions about it.

Anyone here ever worked with QtQuick/QML/QtDeclarative? I have some questions about it.

bart's picture

Specifically, combining QML and QtScript (as opposed to the JavaScript implementation that goes with QML) is something that people don't seem to discuss despite all of the possibilities it opens up.  I've been able to access QML objects with no problem from within QtScript, and while I haven't tried connecting signals and slots within QtScript, I can't immediately see why it wouldn't work.

So, has anyone else even gone down this particular road?  I'm curious if someone else has experience and can help.