Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Class member data are not available (empty)

$
0
0
You are looking for exposing the model written in C++ and exposing to QML, you can refer the examples give in your installation in following directory. examples\declarative\modelviews\stringlistmodel Also if you would like to expose list from C++ and QML, check for Q_PROPERTY(QQmlListProperty<Person> guests READ guests)

Viewing all articles
Browse latest Browse all 4972

Trending Articles