Change model in different QML file
Hi,
I have SlideshowView with page A and B. And every page have it's own ListModel. How can i change(remove item) model in B from page A?
Best
Hi,
I have SlideshowView with page A and B. And every page have it's own ListModel. How can i change(remove item) model in B from page A?
Best
Asked: 2017-04-16 02:29:37 +0200
Seen: 196 times
Last updated: Apr 16 '17
js callbacks, qml connections from signals to slots, sharing pointer as variable
you have a lot of options :)
coderus ( 2017-04-16 03:02:52 +0200 )editI used Signal/Slots in Qt C++ code. I am not familiar with them in QML. I will check them out. Thanks.
gabriel9 ( 2017-04-16 13:23:09 +0200 )edit