Qt 6.11 is out! See what's new in the release
blog
Passing a QVector from Cpp to qml
-
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,