Problems with Open-Source Downloads read https://www.qt.io/blog/problem-with-open-source-downloads and https://forum.qt.io/post/638946
Applying a shader on all parent items
-
I want to blur completly a part of my GUI, not only an image.
Is there a way to render a part of the qml items in a texture to use it in the shader?
My goal is to provide an item that automatically blur all elements behind him, to indicate the everything is disable around a modal menu.
PS: Elements to blur will not be animated.