C
InputContext QML Type
Provides access to an input context. More...
Import Statement: | import QtQuick.VirtualKeyboard |
Properties
- capsLockActive : bool
- cursorPosition : int
- inputEngine : InputEngine
- inputMethodHints : int
- locale : string
- preeditText : string
- shiftActive : bool
- uppercase : bool
Detailed Description
The InputContext can be accessed as singleton instance.
Property Documentation
[read-only] capsLockActive : bool |
This property is changed when the caps lock status changes.
[read-only] cursorPosition : int |
This property is changed when the cursor position changes.
[read-only] inputEngine : InputEngine |
This property stores the input engine.
[read-only] inputMethodHints : int |
This property is changed when the input method hints changes.
[read-only] locale : string |
This property is changed when the input locale changes.
preeditText : string |
This property sets the pre-edit text.
[read-only] shiftActive : bool |
This property is changed when the shift status changes.
[read-only] uppercase : bool |
This property is true
when either shiftActive or capsLockActive is true
.
Available under certain Qt licenses.
Find out more.