Details
-
Suggestion
-
Resolution: Fixed
-
P2: Important
-
6.5.3, 6.6.1
Description
There is a dedicated API for MakedBlur back in Qt5 and its compatible library in Qt6:
https://doc.qt.io/qt-6/qml-qt5compat-graphicaleffects-maskedblur.html
But there is no "native Qt6" API for it. One needs custom shaders for such effect. Or stick with Qt5 library.
Customer requests easier and more native way of doing this in Qt6. A preferable way is to have a dedicated API or some properties in MultiEffect. Or a dedicated node in QQEM.