Mouse release event not received
Unsolved
General and Desktop
-
Hi
I have a widget for which I have implemented mouse press and release event handlers -void mousePressEvent(QMouseEvent *mouseEvent); void mouseReleaseEvent(QMouseEvent *mouseEvent);
My problem is that mousePressEvent is called whereas mouseReleaseEvent is not.
What are the possible causes of this?
Thanks