Obsolete Members for QVirtualKeyboardInputContext

以下成员源于类 QVirtualKeyboardInputContext 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。

特性

公共函数

(obsolete) QObject * inputItem () const

信号

(obsolete) void inputItemChanged ()

特性文档编制

capsLock : const bool

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

此特性保持大写锁定状态。

使用 capsLockActive 代替。

此特性被改变,当大写锁定状态改变时。

访问函数:

bool isCapsLockActive () const

通知程序信号:

void capsLockActiveChanged ()

inputItem : QObject * const

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

This property holds the focused input item.

This property is changed when the focused input item changes.

访问函数:

QObject * inputItem () const

通知程序信号:

void inputItemChanged ()

shift : const bool

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

此特性保持 Shift 状态。

使用 shiftActive 代替。

This property is changed when the shift status changes.

访问函数:

bool isShiftActive () const

通知程序信号:

void shiftActiveChanged ()