Qt 6.11 is out! See what's new in the release
blog
Emit signal from c++ and connect that signal in QML (Qt4.8)
QML and Qt Quick
2
Posts
2
Posters
781
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