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?