The following members of QML type InputContext 被棄用。 提供它們是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它們。
|
[read-only] capsLock : bool |
This property is deprecated. We strongly advise against using it in new code.
使用 capsLockActive 代替。
此特性被改變,當大寫鎖定狀態改變時。
|
[read-only] inputItem : QtObject |
This property is deprecated. We strongly advise against using it in new code.
This property is changed when the focused input item changes.
|
[read-only] shift : bool |
This property is deprecated. We strongly advise against using it in new code.
使用 shiftActive 代替。
This property is changed when the shift status changes.