On Monday 06 September 2010 16:40:10 ext Adriano Rezende wrote: > Another tricky thing is that only qml types are recognized inside the > list type. So if you place: > property list<string> values > > It will break, but if you place: > property list<Item> values > > It works fine. This is something that will confuse a lot of developers. > > BTW, Maybe it's a good idea to expose the QML grammar in the docs. I > think this will help a lot of developers.
Thanks for the feedback. Some of the issues you mentioned already have Jira tasks. Please check out: QML grammar: http://bugreports.qt.nokia.com/browse/QTBUG-12602 property types: http://bugreports.qt.nokia.com/browse/QTBUG-10822 Cheers, Christian _______________________________________________ Qt-qml mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-qml
