qt5base-lts/tests/auto/gui/kernel/qguiapplication
Pekka Vuorela 7e90df7bf5 FocusAboutToChange event to be send before focus changes
Focus change happen as: FocusAboutToChange event -> focus change
-> FocusOut event -> FocusIn event.

Input method need to have focus when calling commit(). Notification
on focus about to be lost allows QWindow implementations to commit in
time.

Also changes QWidget documentation to match code reality.

Change-Id: I17a8a374a33dd700909f79e370b42348869261a6
Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
2012-03-22 16:13:21 +01:00
..
qguiapplication.pro Make "nmake check" pass for gui tests in Windows. 2012-02-10 15:40:22 +01:00
tst_qguiapplication.cpp FocusAboutToChange event to be send before focus changes 2012-03-22 16:13:21 +01:00