QML: Apply effect to all Grid children
Unsolved
General and Desktop
-
wrote on 11 Mar 2016, 08:30 last edited by
Hi, I have a QML Grid populated through a Repeter/ListModel. I want to apply a graphical effect (like GaussianBlur for example) to all children at one time.
Is there a way to targetting the GaussianBlur to the while grid? Or I have to apply the effect to each children?
1/1