Passing an Array of Objects from QML to C++
Unsolved
QML and Qt Quick
-
-
@DuBu said in Passing an Array of Objects from QML to C++:
Wow, that was quick! ;-)
yes too quick. my suggestion was for QObject derived objects.
For your case a QVariantList should be enough? Where the contained QVariants will be of type QVariantMap when they come from QML.