Obsolete Members for QVirtualKeyboardInputContext
クラスQVirtualKeyboardInputContext の以下のメンバーは非推奨です。これらは古いソース・コードの動作を維持するために提供されています。新しいコードでは使用しないことを強くお勧めします。
プロパティ
(deprecated)
capsLock : const bool(deprecated)
inputItem : QObject* const(deprecated)
shift : const bool
パブリック機能
(deprecated) QObject * | inputItem() const |
シグナル
(deprecated) void | inputItemChanged() |
プロパティ・ドキュメンテーション
[read-only, deprecated]
capsLock : const bool
このプロパティは非推奨です。新しいコードでは使用しないことを強くお勧めします。
このプロパティは、キャップスロックの状態を保持します。
代わりにcapsLockActive を使用してください。
このプロパティは、キャップスロックの状態が変更されると変更されます。
アクセス関数
bool | isCapsLockActive() const |
通知シグナル:
void | capsLockActiveChanged() |
[read-only, deprecated]
inputItem : QObject* const
このプロパティは非推奨です。新しいコードでは使用しないことを強くお勧めします。
このプロパティは、フォーカスされた入力項目を保持する。
このプロパティは、フォーカスされた入力項目が変更されると変更される。
アクセス関数
QObject * | inputItem() const |
通知シグナル
void | inputItemChanged() |
[read-only, deprecated]
shift : const bool
このプロパティは非推奨です。新しいコードでは使用しないことを強くお勧めします。
このプロパティはシフト状態を保持します。
代わりにshiftActive を使用してください。
このプロパティは、シフト状態が変更されると変更されます。
アクセス関数
bool | isShiftActive() const |
通知シグナル
void | shiftActiveChanged() |
© 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.