ChangeLanguageKey QML Type

キーボードレイアウトの言語キーを変更する。もっと見る...

Import Statement: import QtQuick.VirtualKeyboard.Components
Inherits:

BaseKey

プロパティ

詳細説明

このキーは、サポートされている言語のリストで現在の入力言語を変更する。このキーには2つの機能モードがあります:

  • ポップアップモード
  • トグルモード

ポップアップ・モードは、KeyboardStyle::languagePopupListEnabled プロパティによって有効になります。有効な場合、キーを押すと、利用可能な言語のポップアップリストが開きます。そうでない場合は、次に利用可能な入力言語に切り替わります。

プロパティ Documentation

customLayoutsOnly : bool

このプロパティがtrueの場合、入力言語はカスタムレイアウトを提供する言語間でのみ変更されます。

例えば、英語とアラビア語だけが数字レイアウトを提供する場合、共有されたデフォルト・レイアウトを使用する他のロケールは無視されます。

デフォルトはfalseです。


© 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.