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

Not possible to catch RequestSoftwareInputPanel with eventFilter() on Symbian

    XMLWordPrintable

Details

    • 076ac0ee55b54ae3759af76cf5790e31fbd0f7e5

    Description

      bool QCoeFepInputContext::filterEvent(const QEvent *event) method consumes that event.

      Code snippet from qcoefepinputcontext_s60.cpp

      bool QCoeFepInputContext::filterEvent(const QEvent *event)
      {
      ...
          if (event->type() == QEvent::RequestSoftwareInputPanel) {
      ...
              //If m_pointerHandler has already been set, it means that fep inline editing is in progress.
              //When this is happening, do not filter out pointer events.
              if (!m_pointerHandler)
                  return true;
          }
      
          return false;
      }
      

      One way to achieve this is to create custom InputContext implementation and re-write filterEvent(const QEvent *event).

      Would it be possible not to consume event?

      Attachments

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

        Activity

          People

            samimeri Sami Merila (Inactive)
            samuelnevala Samuel Nevala
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes