C

VirtualKeyboardSettings QML Type

Provides settings for virtual keyboard. More...

Import Statement: import QtQuick.VirtualKeyboard.Settings

Properties

Detailed Description

This type provides a VirtualKeyboardSettings singleton instance, which can be used to configure the virtual keyboard.

Note: The settings have only effect in the current application's lifetime, that is, configuration changes are not permanent. Reconfigure if the application is restarted.

For example, to change active locale:

Component.onCompleted: VirtualKeyboardSettings.locale = "fi"

Property Documentation

locale : string

Use this property to change the currenty active locale. The change is immediately reflected by updating the keyboard layout.

When the locale is not specified, the first locale is picked from an alphabetically ordered list of available locales.


Available under certain Qt licenses.
Find out more.