PDA

View Full Version : calling setMask with Qt::FramelessWindowHint not working on Mac OS X



sanjayshelke
27th March 2009, 08:02
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