C

MCU.Config.vkbPinyinSupport

Use Pinyin input method in Qt Quick Ultralite Virtual Keyboard

Description

Enabling this feature will add the pinyin input method as well as a pinyin dictionary to your application. Use the vkbPinyinDictionary property to select a custom pinyin dictionary.

Usage

This property is accepted in the main application .qmlproject file. It takes a boolean value, and the default value is false.

Code example:

MCU.Config {
    vkbPinyinSupport: true
}

Since

This property was introduced in Qt for MCUs 2.9 .

See also MCU.Config.vkbPinyinDictionary.

Available under certain Qt licenses.
Find out more.