-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
6.9.1
-
None
I got such warning from qmllint:
Member "keyboardRectangle" not found on type "QObject" [missing-property] return Qt.inputMethod.keyboardRectangle.height / coef;
the problem caused by /usr/lib/qt6/qml/QML/plugins.qmltypes that part of qt6-declarative package on Arch Linux:
Property { name: "inputMethod" type: "QObject" isPointer: true read: "inputMethod" index: 2 isReadonly: true isPropertyConstant: true }
it should has something like `type: "QmlInputMethod"` to work properly.