Home · All Classes · Modules

QLatin1Char Class Reference
[QtCore module]

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

Methods

Special Methods


Detailed Description

This class can be pickled.

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).


Method Documentation

QLatin1Char.__init__ (self, str c)

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.

QLatin1Char.__init__ (self, QLatin1Char)

str QLatin1Char.toLatin1 (self)

Converts a Latin-1 character to an 8-bit ASCII representation of the character.

int QLatin1Char.unicode (self)

Converts a Latin-1 character to an 16-bit-encoded Unicode representation of the character.

object QLatin1Char.__repr__ (self)


PyQt 4.12.3 for X11Copyright © Riverbank Computing Ltd and The Qt Company 2015Qt 4.8.7