I have a semi-transparent window and I'm trying to apply a blur effect on the background. I tried FastBlur from QtGraphicalEffects on my root element(Rectangle) but it doesn't seem to work.
The qml file is loaded into a QQuickVIew from my main c++ file.
I'm using the method of my answer in this question for making my window transparent.