Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Custom ListModel (subclass QAbstractItemModel) return in modelData JS-array. How?
-
Hello all!
How to return JSArray when I am using custom ListModel (subclass QAbstractItemModel)? Something like this but from custom model https://forum.qt.io/topic/116283/qml-listview-model-like-array-of-arrays-how, not from statical array.