以下成员源于类 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 ().