![]() | Home · All Classes · Modules |
The QLatin1Char class provides an 8-bit ASCII/Latin-1 character. More...
The QLatin1Char class provides an 8-bit ASCII/Latin-1 character.
This class is only useful to avoid the codec for C strings business in the QChar(ch) constructor. You can avoid it by writing QChar(ch, 0).
See also QChar, QLatin1String, and QString.
Constructs a Latin-1 character for c. This constructor should be used when the encoding of the input character is known to be Latin-1.
Converts a Latin-1 character to an 8-bit ASCII representation of the character.
Converts a Latin-1 character to an 16-bit-encoded Unicode representation of the character.
PyQt 4.3.1 for X11 | Copyright © Riverbank Computing Ltd and Trolltech AS 2007 | Qt 4.3.0 |