C
InputPanel QML Type
Provides the virtual keyboard UI. More...
Import Statement: | import QtQuick.VirtualKeyboard |
Inherits: |
Detailed Description
The keyboard size is automatically calculated based on the available width; that is, it maintains the aspect ratio defined by the current style. Therefore, set only the width and y coordinates of the InputPanel, and not the height.
Note: You can have only one InputPanel item in your application. The panel can be obscured by items with a higher z value.
Available under certain Qt licenses.
Find out more.