Happy new year everybody !

I have a tricky problem with Qt (last release 4.3.3).

I have a widget with transparency (I use the ARGB widget trick from the wiki) and as soon as I am on a transparent area, a leaveEvent is triggered.

The problem is it is not really leaved as I am still on the widget but in a transparent area.

I would like to be able to check the mouse location in transparent areas and only consider it is leaved if the mouse location is at some location on the transparent area.

Is it possible ? I've tried with grabMouse but it seems I dont' have mouseMouveEvent in transparent areas (sure setMouseTracking is set to true ;o)).

Many thanks in advance for your answers.