MaskedItem question
-
Greetings Qt Software,
Here is an advanced question.
I'm trying to implement my own QML masked item based on this one: http://qt.gitorious.org/qt-components/qt-components/blobs/master/src/meego/themebridge/mdeclarativemaskeditem.h
At runtime when changing my VisualItem color my MaskedItem will not repaint itself. Due to the fact the item is not parented.
Is there a workaround to be notified of the VisualItem's changes from my MaskedItem object ? Or do I have to manually call an update function from QML ?
Thanks.