Re: [Interest] Glueing widgets together

2013-06-29 Thread Sensei
Thanks Tony, that is quite the same code for me. The only difference is that my follower isn't a child of the widget that must be followed. It might be a platform issue as suggested: I'm on a Mac... On Saturday, June 29, 2013, Tony Rietwyk wrote: Sent: Friday, 28 June 2013 10:48 PM On

Re: [Interest] Glueing widgets together

2013-06-29 Thread Sensei
Yes John, I'm on a Mac. 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. So there's nothing I can do, right?

Re: [Interest] Glueing widgets together

2013-06-28 Thread Tony Rietwyk
Hi Sensei, I have a master dialog with a slave dialog attached to one border. This was done using eventFilter in the slave to listen to the master Move and Resize events - not MouseMove. It's only 10 lines of code, works well and there is no jerkiness. It put the code in the slave, since