ShiftHandler QML Type
Gestiona el estado de los turnos. Más...
| Import Statement: | import QtQuick.VirtualKeyboard |
Propiedades
- autoCapitalizationEnabled : bool
- sentenceEndingCharacters : string
- toggleShiftEnabled : bool
Métodos
- void toggleShift()
Descripción detallada
Documentación de la propiedad
autoCapitalizationEnabled : bool [read-only]
Esta propiedad proporciona el estado actual de la función de mayúsculas automáticas.
sentenceEndingCharacters : string
Esta propiedad especifica los caracteres de final de frase que provocarán el cambio de estado de desplazamiento.
Por defecto, la propiedad se inicializa con los caracteres de final de frase que se encuentran en el rango ASCII (es decir, ".!?").
toggleShiftEnabled : bool [read-only]
Esta propiedad proporciona el estado actual del método toggleShift(). Cuando es true, el estado actual del desplazamiento puede ser cambiado llamando al método toggleShift().
Documentación del método
void toggleShift()
Cambia el estado actual de shift.
Este método proporciona la funcionalidad de la tecla shift.
Véase también toggleShiftEnabled.
© 2026 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.