Return JS-array to QML from C++. How?
Solved
General and Desktop
-
wrote on 12 Mar 2019, 07:38 last edited by
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.
-
wrote on 12 Mar 2019, 08:36 last edited by
QVariantList also
1/4