Passing a QVector from Cpp to qml
Unsolved
General and Desktop
-
Hi @Luckless ,
From where do you get the values for QPointF ?
you cannot directly pass QPoint, send it in the list .refer the below for QMl types which supports.
https://doc.qt.io/qt-5/qtqml-cppintegration-data.html#sequence-type-to-javascript-arrayThanks,