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

QInputContext doesn't support sending QKeyEvents

    XMLWordPrintable

Details

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

    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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            pvuorela Pekka Vuorela
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: