It can't because C++ and QML use different representation for the data.
I would probably not move betweeen C++ and QML at all.What would you try to do if there are a lot of data need to transfer between c++ and qml?
If you don't modify the lists then use const references but that will make a copy anyway.






Reply With Quote
Bookmarks