QLatin1Char Class

The QLatin1Char class provides an 8-bit ASCII/Latin-1 character. More...

Header: #include <QLatin1Char>
qmake: QT += core

Detailed Description

The QLatin1Char class provides an 8-bit ASCII/Latin-1 character.

This class is only useful to construct a QChar with 8-bit character.

See also QChar, QLatin1String, and QString.