Compatibility Members for QChar

以下成员源于类 QChar are part of the Qt compatibility layer. We advise against using them in new code.

公共函数

char ascii () const
char latin1 () const
QChar lower () const
bool mirrored () const
QChar upper () const

静态公共成员

bool networkOrdered ()

成员函数文档编制

char QChar:: ascii () const

使用 toAscii () 代替。

char QChar:: latin1 () const

使用 toLatin1 () 代替。

QChar QChar:: lower () const

使用 toLower () 代替。

bool QChar:: mirrored () const

使用 hasMirrored () 代替。

[static] bool QChar:: networkOrdered ()

See if QSysInfo::ByteOrder == QSysInfo::BigEndian 代替。

QChar QChar:: upper () const

使用 toUpper () 代替。