[Qt-interest] GV Opacity Issues
Jason H
scorp1us at yahoo.com
Sat Oct 3 09:17:49 CEST 2009
GraphicsView Item hierarchy:
rect
+ clipping rect
+ text
I try to fade in the (opacity) of rect from 0 to 1, then animate text opacity from 0 to 1 after the rect is done. However when it animates, the text fades in as well, then the text opacity animation starts from 0 to 1.
Can someone confirm that the opacity inheritance flags work? I have a slightly older build of qt-master.
I have GraphicsItem.ItemDoesntPropagateOpacityToChildren on my clipping rect and ItemIgnoresParentOpacity on the text. Is there something I am not doing right?
More information about the Qt-interest-old
mailing list