C

MCU.Config.Experimental.vkbScreenWidth

Sets width of Qt Quick Ultralite virtual keyboard.

Description

You can use this property to set the width of Qt Quick Ultralite virtual keyboard.

Usage

This property is accepted in BoardDefaults.qmlprojectconfig for the target platform. It takes an integer, and the default value is 480.

Code example:

MCU.Config {
    Experimental.vkbScreenWidth: 800
}

Since

This property was introduced in QmlProject API 2.9 .

Available under certain Qt licenses.
Find out more.