In C++ I am having list of int,QStringList value for the object. I want to pack it in the QVariant Object list and access into the QML.
I tried to access the qml i am not able to get the object properties.
How can I unpack the data from the QVariant having QVariant list of QObject from c++ to QML. Its very helpful any one of you help me,how i can proceed.
Thanks In Advance
↧