On this page
InputPanel QML Type
Provides the virtual keyboard UI. More...
Import Statement: | import QtQuick.VirtualKeyboard 2.2 |
Inherits: |
Properties
- active : bool
Detailed Description
The keyboard size is automatically calculated from the available width; that is, 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.
As with all other QML types provided by the module, the QT_IM_MODULE
environment variable must be set to qtvirtualkeyboard
before using InputPanel. For more information, see Loading the Plugin.
Property Documentation
active : bool
This property reflects the active status of the input panel. The keyboard should be made visible to the user when this property is true
.
This QML property was introduced in QtQuick.VirtualKeyboard 2.0.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.9/qml-qtquick-virtualkeyboard-inputpanel.html