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

link|improve this question
feedback

1 Answer

I don't know of anything to do this simply. Unless we're talking about rectangles only.

Anyway, you might want to try MaskedImage from QML Arsenal: http://gitorious.org/qmlarsenal/qmlarsenal/trees/master or MaskedItem, which seems to be usable: https://bugreports.qt.nokia.com//browse/QTCOMPONENTS-388.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.