InputModeKey QML Type

Input mode key for keyboard layouts. 更多...

import 语句: import QtQuick.VirtualKeyboard.Components
Since: QtQuick.VirtualKeyboard 2.3
继承:

Key

特性

详细描述

This key toggles between available InputEngine.inputModes .

特性文档编制

inputModeCount : int [read-only]

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.