PDA

View Full Version : How detective lost focus application ?



Torsten
6th August 2008, 10:59
Signals focusOut/In Event emitted only if focus changes in application widgets.
How detect that user switch application and my application no has focus ?

jpn
6th August 2008, 11:56
Catch QEvent::ApplicationDeactivate or QEvent::WindowDeactivate.

Torsten
6th August 2008, 14:19
Great thanks !