KeyPanel QML Type
A base type of the styled keys. More...
| Import Statement: | import QtQuick.VirtualKeyboard.Styles 2.15 |
| Inherits: |
Properties
- control : Item
- soundEffect : url
Detailed Description
All the key delegates provided by the style should be based on this type.
Property Documentation
control : Item
Provides access to properties in BaseKey.
A list of available properties in control:
-
control.keyUnicode code of the key. -
control.textUnicode text of the key. -
control.displayTextDisplay text of the key. -
control.smallTextSmall text of the key, usually rendered in the corner of the key. -
control.smallTextVisibleVisibility of the small text. -
control.alternativeKeysList of alternative key sequences. -
control.enabledSet to true when the key is enabled. -
control.pressedSet to true when the key is currently pressed. -
control.uppercasedSet to true when the key is uppercased.
soundEffect : url
Sets the sound effect to be played on key press.
This property was introduced in QtQuick.VirtualKeyboard.Styles 1.1.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.15/qml-qtquick-virtualkeyboard-styles-keypanel.html