Obsolete Members for QInputMethod
The following class members are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Properties
Property Documentation
This property holds focused item that accepts text input.
Input item is set and unset by the focused window. In QML Scene Graph this is done by QQuickCanvas and the input item is either TextInput or TextEdit element. Any QObject can behave as an input item as long as it responds to QInputMethodQueryEvent and QInputMethodEvent events sent by the input methods.
Access functions:
Notifier signal:
See also inputItemTransform, inputWindow, QInputMethodQueryEvent, and QInputMethodEvent.