InputModeKey QML Type

Input mode key for keyboard layouts. More...

Import Statement: import QtQuick.VirtualKeyboard 2.14
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.


© 2020 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.