Re: [Interest] focus-follows-mouse

2015-09-24 Thread René J . V . Bertin
Thiago Macieira wrote: >> probably doesn't work only because setFocus() requires that the window be >> active (= to the front). Adding an activateWindow() before the setFocus() >> call gives FFM, but with window raising. > > Then you run into focus-stealing-prevention in window managers. You m

Re: [Interest] focus-follows-mouse

2015-09-23 Thread Thiago Macieira
On Wednesday 23 September 2015 09:46:07 René J.V. Bertin wrote: > On Wednesday September 23 2015 08:29:18 Tomasz Siekierda wrote: > >I think that is a behaviour specific to some window managers. Not sure if > >you can replicate it in Qt. > > You may be right of course (which is why I asked :)) >

Re: [Interest] focus-follows-mouse

2015-09-23 Thread René J . V . Bertin
On Wednesday September 23 2015 08:29:18 Tomasz Siekierda wrote: >I think that is a behaviour specific to some window managers. Not sure if >you can replicate it in Qt. You may be right of course (which is why I asked :)) Just for the record, it is possible with native API calls on Mac OS X (whic

Re: [Interest] focus-follows-mouse

2015-09-22 Thread Tomasz Siekierda
On 22 September 2015 at 23:31, René J.V. wrote: > Is it possible to implement focus-follows-mouse behaviour (in a terminal > emulator, for instance) that does *not* raise the focused window? > I think that is a behaviour specific to some window managers. Not sure if you can replicate it in Qt. _

[Interest] focus-follows-mouse

2015-09-22 Thread René J . V . Bertin
Is it possible to implement focus-follows-mouse behaviour (in a terminal emulator, for instance) that does *not* raise the focused window? thanks, René ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/intere