PDA

View Full Version : C++_Qml integrating



ganeshgladish
13th May 2013, 21:07
hi,

i am using qml for ui and c++ for database...how to get retrieve data from c++ to qml...please tell me...

thanks and advance...

anda_skoa
14th May 2013, 09:33
Depends on your data and how you want to use it from QML.

If you have several records and want QML to "see" them all, then you need a model and export that to as a context property.

Cheers,
_