Am 19.08.2010 14:54, schrieb Cornelius Hald:
> // SlideShow.qml
> Item {
> property string title
> property variant slides
> }
Changing 'variant' to 'list<Item>' solved my problem. The correct code
now looks like this:
Item {
property string title
property list<Item> slides
}
Cheers,
Conny
_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-qml
