C

InputContext QML Type

Provides access to an input context. More...

Import Statement: import QtQuick.VirtualKeyboard
Since: Qt Quick Ultralite 2.9

Properties

Detailed Description

The InputContext can be accessed as singleton instance.

Property Documentation

capsLockActive : bool [read-only]

This property is changed when the caps lock status changes.


cursorPosition : int [read-only]

This property is changed when the cursor position changes.


inputEngine : InputEngine [read-only]

This property stores the input engine.


inputMethodHints : int [read-only]

This property is changed when the input method hints changes.


locale : string [read-only]

This property is changed when the input locale changes.


preeditText : string

This property sets the pre-edit text.


shiftActive : bool [read-only]

This property is changed when the shift status changes.


uppercase : bool [read-only]

This property is true when either shiftActive or capsLockActive is true.


Available under certain Qt licenses.
Find out more.