ShiftHandler QML Type

Manages the shift state. More...

Import Statement: import QtQuick.VirtualKeyboard 2.4

Properties

Methods

Detailed Description

Property Documentation

autoCapitalizationEnabled : bool

This property provides the current state of the automatic capitalization feature.

This property was introduced in Qt 1.2.


sentenceEndingCharacters : string

This property specifies the sentence ending characters which will cause shift state change.

By default, the property is initialized to sentence ending characters found in the ASCII range (i.e. ".!?").


toggleShiftEnabled : bool

This property provides the current state of the toggleShift() method. When true, the current shift state can be changed by calling the toggleShift() method.

This property was introduced in Qt 1.2.


Method Documentation

void toggleShift()

Toggles the current shift state.

This method provides the functionality of the shift key.

This method was introduced in Qt 1.2.

See also toggleShiftEnabled.


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