C

Qt Quick Ultralite Virtual Keyboard QML Types

The Qt Quick Ultralite Virtual Keyboard module provides APIs to easily enable virtual keyboard support in an application.

This module was introduced in Qt Quick Ultralite version 2.8.

Note: The virtual keyboard is in Techical Preview state.

Using the Module

To use the Qt Quick Ultralite Virtual Keyboard QML types, add Qul::VirtualKeyboard to the list of module files in your .qmlproject.

ModuleFiles {
    MCU.qulModules: ["Qul::VirtualKeyboard"]
}

After adding the module files, add the following import statement to your .qml file:

import QtQuick.VirtualKeyboard

Examples

QMLTypes

EnterKeyAction

Provides attached properties for customizing the enter key

InputPanel

Provides the virtual keyboard UI

Available under certain Qt licenses.
Find out more.