Hi all,

I want to mask certain region of the widget. I am using setMask() API. But after masking the widget, it is shown on the top left corner of the window. I have observed that this happens when i set the window flag Qt::FramelessWindowHint. If i do not set this window flag, then mask is working properly.

If anybody knows how to deal with this, please let me know.

Regards,
~Sanjay