EnterKey QML Type
オンスクリーンキーボードのEnterキーの外観を操作するプロパティを提供します。詳細...
Import Statement: | import QtQuick |
付属プロパティ
- type : enumeration
詳細説明
EnterKey アタッチドプロパティは、オンスクリーンキーボードの Enter キーの外観と動作を操作するために使用します。
付属プロパティの説明
EnterKey.type : enumeration |
Enterキーのタイプを保持します。
注意: これらの値のすべてがすべてのプラットフォームでサポートされているわけではありません。サポートされていない値の場合は、代わりにデフォルトキーが使用されます。
定数 | 説明 |
---|---|
Qt.EnterKeyDefault | デフォルトのEnterキー。これは、入力を受け付けてキーボードを閉じるボタンか、複数行の入力フィールドの場合に改行を入力するReturnボタンのどちらかになります。 |
Qt.EnterKeyReturn | 改行を挿入するReturnボタンを表示します。 |
Qt.EnterKeyDone | Done」ボタンを表示する。通常、ボタンが押されるとキーボードは閉じます。 |
Qt.EnterKeyGo | Go」ボタンを表示する。通常、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.