以下成员源于类 QVirtualKeyboardInputContext 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
(obsolete)
capsLock
: const bool
(obsolete)
inputItem
: QObject* const
(obsolete)
shift
: const bool
(obsolete)
QObject *
|
inputItem () const |
(obsolete)
void
|
inputItemChanged () |
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 () |
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 () |
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 () |