C
InputContext QML Type
Provides access to an input context. More...
Import Statement: | import QtQuick.VirtualKeyboard |
Since: | Qt Quick Ultralite 2.9 |
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
capsLockActive : bool |
This property is changed when the caps lock status changes.
cursorPosition : int |
This property is changed when the cursor position changes.
inputEngine : InputEngine |
This property stores the input engine.
inputMethodHints : int |
This property is changed when the input method hints changes.
locale : string |
This property is changed when the input locale changes.
preeditText : string |
This property sets the pre-edit text.
shiftActive : bool |
This property is changed when the shift status changes.
uppercase : bool |
This property is true
when either shiftActive or capsLockActive is true
.
Available under certain Qt licenses.
Find out more.