The following members of QML type InputContext 被弃用。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
capsLock
:
bool
|
This property is deprecated. We strongly advise against using it in new code.
使用 capsLockActive 代替。
此特性被改变,当大写锁定状态改变时。
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.
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.