Hi, On 04/05/2010, at 11:53 PM, ext Kristian Mueller wrote: > we're missing the following line in the qdeclarativeitem.h: > > Q_PROPERTY(QGraphicsEffect *effect READ graphicsEffect WRITE > setGraphicsEffect) > > As we understand this would be needed to access the property from QML.
This property has been moved up to QGraphicsObject (the base class of QDeclarativeItem) so should still be available from QML. > When we try to assign the effect anyway our app crashes. Could you file a bug at bugreports.qt.nokia.com with a reproducible example? Regards, Michael _______________________________________________ Qt-qml mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-qml
