ModeKey QML Type

Generic mode key for keyboard layouts. More...

Import Statement: import QtQuick.VirtualKeyboard 2.2
Since: QtQuick.VirtualKeyboard 2.0
Inherits:

Key

Properties

Detailed Description

This key provides generic mode button functionality.

A key press toggles the current mode without emitting key event for input method processing.

ModeKey can be used in situations where a particular mode is switched "ON / OFF", and where the mode change does not require changing the keyboard layout. When this component is used, the displayText should remain the same regardless of the mode, because the keyboard style visualizes the status.

Property Documentation

mode : bool

This property provides the current mode.

The default is false.


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