Details
-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
Description
QInputContext has method sendEvent(QInputMethodEvent&). When implementing a virtual keyboard the input method event will not be enough. Even when backspace is needed, QKeyEvent is the only option. QCoreApplication::sendEvent(focusWidget()) can be used for that, but it could be cleaner to have support for this similar to QIME. Minor detail, though. Only real implications could be if input context chaining is used.