No such method GraphicsView::inputMethodQuery(Qt::InputMethodQuery,QVariant)
-
I wonder why this non-existent method would be called on my QGraphicsView subclass, and only on iOS and not macOS?
inputMethodQueryexists on QGraphicsView, but only has one argument not two.QMetaObject::invokeMethod: No such method View::inputMethodQuery(Qt::InputMethodQuery,QVariant)Sometimes I also see this same error but on on
QQuickWidgetand not myQGraphicsViewsubclass.Thanks!
-
Hi,
Are you using the virtual keyboard module ?
Do you have some line edits ? -
@sgaist said in No such method GraphicsView::inputMethodQuery(Qt::InputMethodQuery,QVariant):
Hi,
Are you using the virtual keyboard module ?
Do you have some line edits ?I am not using the virtual keyboard (QtQuick does not handle the iOS keyboard properly on kb focus, no idea why this bug is only "important" in the tracker).
I do have some QLineEdits on the backend as a workaround for the above bug- what are you thinking?
-
What bug report is that ?
-
@sgaist said in No such method GraphicsView::inputMethodQuery(Qt::InputMethodQuery,QVariant):
What bug report is that ?