We want to make a particular region of a QML rectangle transparent.
In case of QT, to do the same thing, we have used the setMask API of QWidget.
Is there any API in QML which does the same.
What I feel is that we can use the pass the QML rectangle to the QT cpp file and use setMask() API on the rectangle, but will this be possible?
Thanks, Abhijeet Shah