Classes for String Data
These classes are relevant when working with string data. See the information about support for Unicode in Qt for more information.
The QTextStream class provides a convenient interface for reading and writing text. | |
The QByteArray class provides an array of bytes. | |
The QByteArrayMatcher class holds a sequence of bytes that can be quickly matched in a byte array. | |
The QChar class provides a 16-bit Unicode character. | |
The QLatin1Char class provides an 8-bit ASCII/Latin-1 character. | |
The QCollator class compares strings according to a localized collation algorithm. | |
The QCollatorSortKey class can be used to speed up string collation. | |
The QLocale class converts between numbers and their string representations in various languages. | |
The QLatin1String class provides a thin wrapper around an US-ASCII/Latin-1 encoded string literal. | |
The QString class provides a Unicode character string. | |
The QStringRef class provides a thin wrapper around QString substrings. | |
The QStringList class provides a list of strings. | |
The QStringMatcher class holds a sequence of characters that can be quickly matched in a Unicode string. | |
The QTextBoundaryFinder class provides a way of finding Unicode text boundaries in a string. |