You can use a signal which sends the properties to your “menu.qml”. Just define a signal in “menu.qml” and execute this signal in “submenu.qml”.
In “menu.qml” you can define an “onYouSignal” function where you can do anything with send values from “submenu.qml”.
↧