[Qt-interest] Is is possible to apply different graphics effect to child and parent

Sean Harmer sean.harmer at maps-technology.com
Wed Jan 13 12:36:42 CET 2010


Hi,

Andre Somers wrote:
> manish.s.sharma at nokia.com wrote:
>> Thanks for the reply.
>> Actually I don't want the COMBINED effects to take. Can we not set altogether different effects to the child items than the parent items?
>>
>> Regards,
>> Manish
>>
>>   
> I would break the parent-child relationship, and make them different 
> items that are layered on top of each other.

Actually yes I like that idea too. The new hierarchy could look like this:

Group for positioning purposes
|-- Old Parent <- Blur effect
|-- Group <- Opacity effect
|   |--Old child 1
|   |--Old child 2
|   |--...

Quite simple to do.

Sean



More information about the Qt-interest-old mailing list