Qt Reference Documentation

Obsolete Members for QWSServer

The following class members are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

Public Types

enum IMState { IMCompose, IMStart, IMEnd } (obsolete)

Member Type Documentation

enum QWSServer::IMState

This enum describes the various states of an input method.

ConstantValueDescription
QWSServer::IMCompose0Composing.
QWSServer::IMStartIMComposeEquivalent to IMCompose.
QWSServer::IMEnd1Finished composing.

See also QWSInputMethod::sendIMEvent().