Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-15558

QInputContext doesn't support sending QKeyEvents

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • None
    • Core: Event loop

      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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            cnn Qt Core & Network
            pvuorela Pekka Vuorela
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes