以下成員源於類 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 () |