Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Stop running graphical effect of QtGraphicalEffects

$
0
0
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)?

Viewing all articles
Browse latest Browse all 4972

Trending Articles