Obsolete Members for InputContext

The following members of QML type InputContext 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。

特性

特性文档编制

capsLock : bool

This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

使用 capsLockActive 代替。

This property is changed when the caps lock status changes.

inputItem : QtObject

This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

This property is changed when the focused input item changes.

shift : bool

This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

使用 shiftActive 代替。

This property is changed when the shift status changes.