How to Binding a C++ class member to qml UI element property
Unsolved
QML and Qt Quick
-
-
You can make C++ members act as properties by using the Q_PROPERTY macro. Check out this page. It makes working between Qml and C++ quite intuitive.