以下成员源于类 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 () |
使用 toAscii () 代替。
使用 toLatin1 () 代替。
使用 toLower () 代替。
使用 hasMirrored () 代替。
[static]
bool
QChar::
networkOrdered
()
See if QSysInfo::ByteOrder == QSysInfo::BigEndian 代替。
使用 toUpper () 代替。