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

Android: Warning message when using QQuickTextEdit

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • 5.3.1
    • 5.3.0 RC1
    • None
    • Android
    • 50eaeab378ebef60305d47b2b0f2f5eb39641338

    Description

      When using a TextEdit item with Qt Quick, there are a large number of warnings of the type "QMetaObject::invokeMethod: No such method QQuickTextEdit::inputMethodQuery(Qt::InputMethodQuery,QVariant)"

      This is because QQuickTextEdit is missing the function:

      Q_INVOKABLE QVariant inputMethodQuery(Qt::InputMethodQuery query, QVariant argument) const;

      There is fallback code to handle the lack of this function, so this is not a serious problem, but the warning is likely to create confusion in reporting other issues.

      Attachments

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

        Activity

          People

            tvete Paul Olav Tvete
            tvete Paul Olav Tvete
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes