KeyboardHandler QML Type | Qt 3D 5.15.18 (original) (raw)

QML frontend for QKeyboardHandler C++ class. More...

Properties

Signals

Detailed Description

Property Documentation

Signal Documentation

This signal is emitted when the * key is pressed with the event details being contained within event.

Note: The corresponding handler is onAsteriskPressed.

This signal is emitted when the back key is pressed with the event details being contained within event.

Note: The corresponding handler is onBackPressed.

This signal is emitted when the backtab key is pressed with the event details being contained within event.

Note: The corresponding handler is onBacktabPressed.

This signal is emitted when the call key is pressed with the event details being contained within event.

Note: The corresponding handler is onCallPressed.

This signal is emitted when the cancel key is pressed with the event details being contained within event.

Note: The corresponding handler is onCancelPressed.

This signal is emitted when the context 1 key is pressed with the event details being contained within event.

Note: The corresponding handler is onContext1Pressed.

This signal is emitted when the context 2 key is pressed with the event details being contained within event.

Note: The corresponding handler is onContext2Pressed.

This signal is emitted when the context 2 key is pressed with the event details being contained within event.

Note: The corresponding handler is onContext3Pressed.

This signal is emitted when the context 4 key is pressed with the event details being contained within event.

Note: The corresponding handler is onContext4Pressed.

This signal is emitted when the delete key is pressed with the event details being contained within event.

Note: The corresponding handler is onDeletePressed.

This signal is emitted when the 0 key is pressed with the event details being contained within event.

Note: The corresponding handler is onDigit0Pressed.

This signal is emitted when the 1 key is pressed with the event details being contained within event.

Note: The corresponding handler is onDigit1Pressed.

This signal is emitted when the 2 key is pressed with the event details being contained within event.

Note: The corresponding handler is onDigit2Pressed.

This signal is emitted when the 3 key is pressed with the event details being contained within event.

Note: The corresponding handler is onDigit3Pressed.

This signal is emitted when the 4 key is pressed with the event details being contained within event.

Note: The corresponding handler is onDigit4Pressed.

This signal is emitted when the 5 key is pressed with the event details being contained within event.

Note: The corresponding handler is onDigit5Pressed.

This signal is emitted when the 6 key is pressed with the event details being contained within event.

Note: The corresponding handler is onDigit6Pressed.

This signal is emitted when the 7 key is pressed with the event details being contained within event.

Note: The corresponding handler is onDigit7Pressed.

This signal is emitted when the 8 key is pressed with the event details being contained within event.

Note: The corresponding handler is onDigit8Pressed.

This signal is emitted when the 9 key is pressed with the event details being contained within event.

Note: The corresponding handler is onDigit9Pressed.

This signal is emitted when the down key is pressed with the event details being contained within event.

Note: The corresponding handler is onDownPressed.

This signal is emitted when the enter key is pressed with the event details being contained within event.

Note: The corresponding handler is onEnterPressed.

This signal is emitted when the escape key is pressed with the event details being contained within event.

Note: The corresponding handler is onEscapePressed.

This signal is emitted when the flip key is pressed with the event details being contained within event.

Note: The corresponding handler is onFlipPressed.

This signal is emitted when the hangup key is pressed with the event details being contained within event.

Note: The corresponding handler is onHangupPressed.

This signal is emitted when the left key is pressed with the event details being contained within event.

Note: The corresponding handler is onLeftPressed.

This signal is emitted when the menu key is pressed with the event details being contained within event.

Note: The corresponding handler is onMenuPressed.

This signal is emitted when the yes key is pressed with the event details being contained within event.

Note: The corresponding handler is onNoPressed.

This signal is emitted when the number sign key is pressed with the event details being contained within event.

Note: The corresponding handler is onNumberSignPressed.

This signal is emitted when a key is pressed with the event details being contained within event.

Note: The corresponding handler is onPressed.

This signal is emitted when a key is released with the event details being contained within event.

Note: The corresponding handler is onReleased.

This signal is emitted when the return key is pressed with the event details being contained within event.

Note: The corresponding handler is onReturnPressed.

This signal is emitted when the right key is pressed with the event details being contained within event

Note: The corresponding handler is onRightPressed.

This signal is emitted when the select key is pressed with the event details being contained within event.

Note: The corresponding handler is onSelectPressed.

This signal is emitted when the space key is pressed with the event details being contained within event.

Note: The corresponding handler is onSpacePressed.

This signal is emitted when the tab key is pressed with the event details being contained within event.

Note: The corresponding handler is onTabPressed.

This signal is emitted when the up key is pressed with the event details being contained within event.

Note: The corresponding handler is onUpPressed.

This signal is emitted when the volume down key is pressed with the event details being contained within event.

Note: The corresponding handler is onVolumeDownPressed.

This signal is emitted when the volume up key is pressed with the event details being contained within event.

Note: The corresponding handler is onVolumeUpPressed.

This signal is emitted when the yes key is pressed with the event details being contained within event.

Note: The corresponding handler is onYesPressed.

© 2024 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.