How to receive a signal from QML inside another QML
-
wrote on 30 Jan 2017, 13:39 last edited by A Former User
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.
2/2