Emit signal from c++ and connect that signal in QML (Qt4.8)
QML and Qt Quick
2
Posts
2
Posters
704
Views
1
Watching
-
One Way is to register the Type ( which is sending the signal ) in the QML-Context, than you are able to work like a normal qml-Object
see:
http://qt-project.org/doc/qt-4.8/declarative-cppextensions-referenceexamples-signal.html