>
> That could probably work if i want to blur an image.
>  In this case i want to blur the bottom part of a ListView where i want
> to overlay a search field and blur the background.
> That case makes splitting it a bit difficult ;)
>

You can use sourceRect on ShaderEffectSource, and then apply the blur to
that ShaderEffectSource. This will end up drawing the ListView twice, which
may or may not be OK.
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to