Return JS-array to QML from C++. How?
Solved
General and Desktop
-
Hello all!
I need to get data in QML from C++. Is there way to format it like JS-array and pass it to QML? I know how to interact with C++ in QML perfectly. I am about data format/class/object in C++ that will be looking like array in JS when I am calling it. -
QObjectList, QVariantMap should both work quite like a JS array.