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.
| Constant | Value |
|---|---|
QChar::Center | 3 |
QChar::Dual | 1 |
QChar::OtherJoining | 0 |
QChar::Right | 2 |
See also joining().