ShiftHandler QML Type
교대근무 상태를 관리합니다. 더 보기...
Import Statement: | import QtQuick.VirtualKeyboard |
속성
- autoCapitalizationEnabled : bool
- sentenceEndingCharacters : string
- toggleShiftEnabled : bool
방법
- void toggleShift()
상세 설명
속성 문서
autoCapitalizationEnabled : bool |
이 속성은 자동 대문자 기능의 현재 상태를 제공합니다.
sentenceEndingCharacters : string |
이 속성은 시프트 상태 변경을 유발할 문장 끝 문자를 지정합니다.
기본적으로 이 속성은 ASCII 범위에서 발견되는 문장 끝 문자(예: ".!?")로 초기화됩니다.
toggleShiftEnabled : bool |
이 속성은 toggleShift() 메서드의 현재 상태를 제공합니다. true이면 toggleShift() 메서드를 호출하여 현재 시프트 상태를 변경할 수 있습니다.
메서드 문서
void toggleShift() |
© 2025 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.