C

MCU.Config.vkbPinyinDictionary

Select the pinyin dictionary to use with Qt Quick Ultralite Virtual Keyboard

Description

Use this property to select a custom pinyin dictionary when using the Qt Quick Ultralite Virtual Keyboard module with the Pinyin input method enabled. The dictionary must be a header file generated by the qulpinyingenerator tool.

If this property is not set, the application will use the default pinyin dictionary.

Usage

This property is accepted in the main application .qmlproject file. It takes a string.

Code example:

MCU.Config {
    vkbPinyinDictionary: "MyPinyinDict/qul_pinyin_custom_dict.h"
}

Since

This property was introduced in Qt for MCUs 2.9 .

See also MCU.Config.vkbPinyinSupport.

Available under certain Qt licenses.
Find out more.