ShiftHandler QML Type
Manages the shift state. 更多...
Import Statement: | import QtQuick.VirtualKeyboard 2.2 |
属性
- autoCapitalizationEnabled : bool
- sentenceEndingCharacters : string
- toggleShiftEnabled : bool
方法
- void toggleShift()
详细描述
属性
This property provides the current state of the automatic capitalization feature.
This QML property was introduced in Qt 1.2.
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. ".!?").
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 QML property was introduced in Qt 1.2.
成员
Toggles the current shift state.
This method provides the functionality of the shift key.
This QML method was introduced in Qt 1.2.