Hello,

Is it possible to handle application foreground events in QT same as S60 AppUi::HandleForegroundEventL().

I tried with QEvent::ApplicationActivate and WindowActivate events. But these events are generated at various scenarios like when it gains focus after closing a messagebox.

I want a event which informs when application comes to foreground.

Thanks