How to get results from another view
Unsolved
QML and Qt Quick
-
In my app, i need to add somes items one by one before submitting it.
To acheive that i would like to get the result from another view.
Push Button select -> get a new view with the list of items -> filter -> choose one -> the item will be added to the list -> repeat
How can i acheive that with Qml, with android/java i will have used startActivityForResult()
Thnk
-
@Tirupathi-Korla Could you be more explicit.
Where do i need to store the selected items so i can add them to the previous screen ?
It's my first project with Qml.