Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QMetaObject::invokeMethod: No such method QQuickRootItem::inputMethodQuery

QMetaObject::invokeMethod: No such method QQuickRootItem::inputMethodQuery

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 636 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Bayesky
    wrote on last edited by
    #1

    When I develop an App in iOS 13 and I want to put some Chinese words into sqlite database or select some Chinese words from sqlite database using QAbstractListModel, I push the confirm button but nothing happened. Everything on the screen is out of control! While I click it, I find keyboard up and down. So I have to quit the App.
    Then I test the English instead Chinese and Japanese, the magic thing is it works. It also works on iOS 12 and Mac whatever English or other language.
    I debug it on Xcode because my Qt doesn't work on iOS 13 which says
    47b5a7c6-c0cd-4ea9-b8ff-d4e4af31f602-image.png
    Therefore I debug it on Xcode and it says QMetaObject::invokeMethod: No such method QQuickRootItem::inputMethodQuery(Qt::InputMethodQuery,QVariant)
    How could I solve this problem?

    1 Reply Last reply
    0
    • M Offline
      M Offline
      Matteo Vigni
      wrote on last edited by
      #2

      Hi, I am experiencing exactly the same issue. Have you found any solution?

      PS The launching issue has been solved in the latest update of QtCreator

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved