Obsolete Members for QChar

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

Public Types

(obsolete) enum Joining { Center, Dual, OtherJoining, Right }

Member Type Documentation

enum QChar::Joining

This enum is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

in 5.3, use JoiningType instead.

This enum type defines the Unicode joining attributes. See the Unicode Standard for a description of the values.

ConstantValue
QChar::Center3
QChar::Dual1
QChar::OtherJoining0
QChar::Right2

See also joining().