The Qt platform does not currently handle the SCN_FOCUSIN and SCN_FOCUSOUT notifications.
This patch adds a new signal focusChanged(bool focused). Note: this is similiar to how the savePointChanged(bool dirty) signal works by combining the two signals into 1 instead of 2 separate signals.
Committed as [216bf9].
Related
Commit: [216bf9]