以下成員源於類 QWSServer 已過時。 提供它們是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它們。
(obsolete)
enum
|
IMState { IMCompose, IMStart, IMEnd } |
This enum describes the various states of an input method.
| 常量 | 值 | 描述 |
|---|---|---|
QWSServer::IMCompose
|
0
|
Composing. |
QWSServer::IMStart
|
IMCompose
|
Equivalent to IMCompose. |
QWSServer::IMEnd
|
1
|
Finished composing. |
另請參閱 QWSInputMethod::sendIMEvent ().