[Interest] QML innershadow

2014-12-17 Thread Federico Buti
Hi all, last day we come up with a strage behaviour, or at least, what it seems a strange behaviour to us. Following the documentation for InnerShadow QML type it is stated that: Note: It is not supported to let the effect include itself, for instance by setting source to the effect's parent.

Re: [Interest] QML innershadow

2014-12-17 Thread hualet
Hi Buti, maybe the proper way to achieve the same effect is like this: import QtQuick 2.0 import QtGraphicalEffects 1.0 Item { id: root width: 300 height: 300 Item { id: src anchors.fill: parent Rectangle { id: myRectangle