Hi Manoj, On 13.03.2012 11:32, manoj jangra wrote: > Hi Seven, > Yes, I saw your email; thanks for the comments. The problem is same, QML > is initialized before setting data in C++.
That's the problem. You need to set the data before or while (e.g. in the constructor of a C++ implemented QML item) the QML is initialized. Sven _______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
