PDA

View Full Version : MainWindow mask



SirBabyface
11th July 2007, 15:12
I've a window that I used a mask to define a special shape.

I would like to be able to click on the transparent area and to have the window to receive the mouse events. I've used this attribute Qt::WA_MouseNoMask, but it didn't work. It only works for the child widgets.

Does any one know how can I solve this problem?