Stop running graphical effect of QtGraphicalEffects
-
@
DirectionalBlur {
anchors.fill: largeImage
source: largeImage
angle: 90
length: 32
samples: 24
}
@How could I stop running the DirectionalBlur effect of QtGraphicalEffects?
I wouldn't see the effect of blur if I set visible as false and
setting enabled as false will prevent the component receive any keyboard or mouse events
but how could I make sure the DirectionalBlur do not compute anymore(except create the component
dynamically)?