C

Qt Quick Ultralite Virtual Keyboard All Modules

Virtual Keyboard QML Types

QML types from QtQuick.VirtualKeyboard import.

EnterKeyAction

Provides attached properties for customizing the enter key

InputContext

Provides access to an input context

InputEngine

Maps the user input to the input methods

InputPanel

Provides the virtual keyboard UI

Virtual Keyboard Settings QML Types

QML types from QtQuick.VirtualKeyboard.Settings import.

VirtualKeyboardSettings

Provides settings for virtual keyboard

Virtual Keyboard Components QML Types

QML types from QtQuick.VirtualKeyboard.Components import.

BackspaceKey

Backspace key for keyboard layouts

BaseKey

Common parent for all key types

ChangeLanguageKey

Change language key for keyboard layouts

CharacterPreviewDelegateBase

Base type for CharacterPreviewDelegate

EnterKey

Enter key for keyboard layouts

FillerKey

Filler key for keyboard layouts

HideKeyboardKey

Hide keyboard key for keyboard layouts

InputModeKey

Input mode key for keyboard layouts

Key

Regular character key for keyboard layouts

KeyboardColumn

Keyboard column for keyboard layouts

KeyboardLayout

Keyboard layout

KeyboardLayoutLoader

Allows multiple pages of keys in the keyboard layout

KeyboardRow

Keyboard row for keyboard layouts

ModeKey

Generic mode key for keyboard layouts

ShiftKey

Shift key for keyboard layouts

SpaceKey

Space key for keyboard layouts

SymbolModeKey

Symbol mode key for keyboard layouts

Virtual Keyboard Styles QML Types

QML types from QtQuick.VirtualKeyboard.Styles import.

AlternateKeysListBackground

Template for the alternative keys list background

AlternateKeysListDelegate

Template for the alternative keys list delegate

AlternateKeysListHighlight

Template for the alternative keys list highlight

BackspaceKeyPanel

Template for the BackspaceKey

CharacterPreviewDelegate

Template for the character preview popup

DefaultKeyboardStyle

KeyboardStyle implementation for concrete style

EnterKeyPanel

Template for the EnterKey

HideKeyPanel

Template for the HideKeyboardKey

KeyPanel

A base type of the styled keys

KeyPanelDelegate

Template for the regular Key

KeyboardBackground

Template for the keyboard background

KeyboardStyle

Provides a styling interface for the Virtual Keyboard

LanguageKeyPanel

Template for the ChangeLanguageKey

SelectionListBackground

Template for the selection list background

SelectionListDelegate

Template for the selection list delegate

SelectionListHighlight

Template for the selection list highlight

SelectionListItem

A base type for selection list item delegates

ShiftKeyPanel

Template for the ShiftKey

SpaceKeyPanel

Template for the SpaceKey

StyleConstants

Singleton with keyboard styling constants

SymbolKeyPanel

Template for the SymbolModeKey and InputModeKey

Available under certain Qt licenses.
Find out more.