Other input method is normal, sogou pinyin input method in the text box according to capture key events in the process of typing, only on the screen after the trigger, pseudo code is as follows:
QInputMethodEvent * ie=(QInputMethodEvent *) event;
QDebug () & lt; <"Ime commited:" & lt;
Consult, thanks!