What is the QML "Connection" element on C++ ?
-
"Connecting to QML Signals":http://doc-snapshot.qt-project.org/qdoc/qtqml-cppintegration-interactqmlfromcpp.html#connecting-to-qml-signals
-
Hello,
As Vincent007 gives you the link, you can just have to use a signal in the SLOT(.... ) connection, and then use any javascript you want.
However i don't really see the point to do this.
And you may change the title of your post, it's better than creating new post.
dmcr