EnterKey QML Type
화면 키보드에서 Enter 키의 모양을 조작하는 프로퍼티를 제공합니다. 더 보기...
Import Statement: | import QtQuick |
첨부된 속성
- type : enumeration
상세 설명
EnterKey 첨부 프로퍼티는 화면 키보드에서 Enter 키의 모양과 동작을 조작하는 데 사용됩니다.
첨부 프로퍼티 문서
EnterKey.type : enumeration |
Enter 키의 유형을 보유합니다.
참고: 모든 플랫폼에서 이러한 값이 지원되는 것은 아닙니다. 지원되지 않는 값의 경우 기본 키가 대신 사용됩니다.
상수 | 설명 |
---|---|
Qt.EnterKeyDefault | 기본 Enter 키입니다. 입력을 수락하고 키보드를 닫는 버튼이거나 여러 줄 입력 필드인 경우 새 줄을 입력하는 Return 버튼이 될 수 있습니다. |
Qt.EnterKeyReturn | 새 줄을 삽입하는 돌아가기 버튼을 표시합니다. |
Qt.EnterKeyDone | '완료' 버튼을 표시합니다. 일반적으로 버튼을 누르면 키보드가 닫히도록 되어 있습니다. |
Qt.EnterKeyGo | '이동' 버튼을 표시합니다. 일반적으로 URL을 입력할 때 주소 표시줄에서 사용됩니다. |
Qt.EnterKeySend | "보내기" 버튼을 표시합니다. |
Qt.EnterKeySearch | '검색' 버튼을 표시합니다. |
Qt.EnterKeyNext | "다음" 버튼을 표시합니다. 키보드를 닫지 않고 다음 입력 필드로 이동할 수 있는 양식에서 주로 사용됩니다. |
Qt.EnterKeyPrevious | '이전' 버튼을 표시합니다. |
© 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.