InputPanel QML Type

Provides the virtual keyboard UI. More...

Import Statement: import QtQuick.VirtualKeyboard 2.0
Inherits:

Item

Properties

Detailed Description

The keyboard size is automatically calculated from the available width, i.e. the keyboard maintains the aspect ratio specified by the current style. Therefore the application should only set the width and y coordinates of the InputPanel, and not the height.

Property Documentation

Active : bool

This property reflects the active status of the input panel. The keyboard should be made visible to user when the active is true.

This QML property was introduced in QtQuick.VirtualKeyboard 2.0.


active : alias

This property reflects the active status of the input panel. The keyboard should be made visible to user when the active is true.

This QML property was introduced in QtQuick.VirtualKeyboard 2.0.


© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.