Creating a blur effect

To create a blur effect in Qt Quick Effect Maker:

  1. Add a FastBlur node to the node tree.
  2. Add a BlurHelper node to the node tree. You need the BlurHelper node for all effects that contains a blur effect.

  3. Select the FastBlur node and in the settings, change the fastBlurAmount value to control the amount of blur.

Adjusting item borders

The effect appears cropped. You need to adjust item borders:

  1. Select to display item borders.

  2. Go to Edit > Project Settings.
  3. Set the item padding for all sides to 100.

Now, you can see the complete blur effect.

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.