以下成员源于类 QVirtualKeyboardInputContext 被弃用。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
(deprecated)
capsLock
: const bool
(deprecated)
inputItem
: QObject* const
(deprecated)
shift
: const bool
(deprecated)
QObject *
|
inputItem () const |
(deprecated)
void
|
inputItemChanged () |
[read-only]
capsLock
: const
bool
This property is deprecated. We strongly advise against using it in new code.
此特性保持大写锁定状态。
使用 capsLockActive 代替。
此特性被改变,当大写锁定状态改变时。
访问函数:
bool | isCapsLockActive () const |
通知程序信号:
void | capsLockActiveChanged () |
[read-only]
inputItem
:
QObject
* const
This property is deprecated. 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 () |
[read-only]
shift
: const
bool
This property is deprecated. 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 () |