> On 04 Dec 2014, at 12:20, Renaud wrote:
>
> I have noticed that the mouseMoveEvents are no more compressed. So in Qt4, if
> you perform long (update) task in response to mouseMoveEvent. The Qt event
> loop stopped sending events until your job is finished. All events you
> received in the m
I have noticed that the mouseMoveEvents are no more compressed. So in Qt4,
if you perform long (update) task in response to mouseMoveEvent. The Qt
event loop stopped sending events until your job is finished. All events
you received in the meantime were dropped. Then, you may received another
mouse