Hey there,

I'm using a custom QListView.
When I'm opening a widget above the view and closing it I get:

- An enter event in the view.
- No mouse move event.

Is there a way to get the current mouse position in an enterEvent ?

Thanks.