Yes John, I'm on a Mac. <div><br></div><div>I think you're right. After dumping the whole event chain, I clearly see that events are clustered: if there isn't a delay between them (I am fast and constant dragging the window around), I get only one event when my speed slows down. </div>
<div><br></div><div>So there's nothing I can do, right?<span></span><br><br>On Friday, June 28, 2013, John Weeks  wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word"><div>It sounds like you're trying to make two windows stay glued together. We have a similar problem. I have a similar solution, too. It works great on Windows, but on Macintosh the follower window waits until the mouse stops moving and then catches up.</div>
<div><br></div><div><div>Is your problem on Macintosh?</div><div><br></div></div><div>That behavior is unavoidable because Cocoa simply doesn't deliver the necessary events to Qt in a timely fashion. I know this because I found complaints about it on the Cocoa developer list. I've also seen no indication that Apple thinks its a problem.</div>
<div><br></div><div><br></div><div><br><blockquote type="cite">Dear all,<div><br></div><div>I've posted some time ago a question about moving widgets simultaneously. However, the proposed solutions were unsatisfactory. </div>
<div><br></div><div>That is probably because I've expressed my needs in a non useful way. So here it goes. </div>
<div><br></div><div>I need to "glue together" two widgets, so that when one moves, the other *simultaneously* moves. </div><div><br></div><div>They should appear glued even when dragging around, fast and slow. Like if the "follower" is simply painted over the moving widget. </div>

<div><br></div><div>The proposed solutions involve getting the mouse move events dealt with. This resulted in a visible delay, and that isn't what I want: I don't want to see the window moving with the follower staying still, <span></span>and after few instants, the follower (disappearing from where it was) painted in the right position. </div>

<div><br></div><div>Is there any way I can achieve this visual effect?</div><div><br></div><div>Thanks & Cheers!</div>
_______________________________________________<br>Interest mailing list<br><a href="javascript:_e({}, 'cvml', 'Interest@qt-project.org');" target="_blank">Interest@qt-project.org</a><br><a href="http://lists.qt-project.org/mailman/listinfo/interest" target="_blank">http://lists.qt-project.org/mailman/listinfo/interest</a><br>
</blockquote></div><br><div>
<span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Geneva;word-spacing:0px"><div style="word-wrap:break-word">
<div>-John Weeks</div></div></span></span>
</div>
<br></div></blockquote></div>