How to receive a signal from QML inside another QML
Moved
Unsolved
QML and Qt Quick
-
I have two qml files parent.qml and child.qml, is there a way I could send a signal from child.qml, that the button in child.qml was clicked, so the parent could catch that signal from child?
-
@mandruk1331 Check this example.