Obsolete Members for InputContext

QMLのInputContext型の以下のメンバは非推奨です。これらは古いソースコードの動作を維持するために用意されています。新しいコードでは使用しないことを強くお勧めします。

プロパティ

プロパティ・ドキュメンテーション

capsLock : bool [read-only, deprecated]

このプロパティは非推奨です。新しいコードでは使用しないことを強くお勧めします。

代わりにcapsLockActive を使用してください。

このプロパティは、キャップスロックの状態が変更されたときに変更されます。


inputItem : QtObject [read-only, deprecated]

このプロパティは非推奨です。新しいコードでは使用しないことを強くお勧めします。

このプロパティは、フォーカスされている入力項目が変更されると変更されます。


shift : bool [read-only, deprecated]

このプロパティは非推奨です。新しいコードでは使用しないことを強くお勧めします。

代わりにshiftActive を使用してください。

このプロパティは、シフト状態が変更されたときに変更されます。


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