W3cubDocs

/Qt 5.15

InputModeKey QML Type

Input mode key for keyboard layouts. More...

Import Statement: import QtQuick.VirtualKeyboard 2.15
Since: QtQuick.VirtualKeyboard 2.3
Inherits:

Key

Properties

Detailed Description

This key toggles between available InputEngine.inputModes.

Property Documentation

[read-only] inputModeCount : int

This read-only property reflects the actual number of input modes the user can cycle through this key.

inputModeNameList : var

List of input mode names.

The default list contains all known input modes for InputEngine.inputMode.

inputModes : var

List of input modes to toggle.

This property allows to define a custom list of input modes to toggle.

The default list contains all the available input modes.

© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.15/qml-qtquick-virtualkeyboard-inputmodekey.html