Obsolete Members for InputContext

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 代替。

This property is changed when the caps lock status changes.


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