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.
-
QByteArrayList: The QByteArrayList class provides a list of byte arrays.
-
QLatin1Char: The QLatin1Char class provides an 8-bit ASCII/Latin-1 character.
-
QLatin1String: The QLatin1String class provides a thin wrapper around an US-ASCII/Latin-1 encoded string literal.
-
QStaticByteArrayMatcher: The QStaticByteArrayMatcher class is a compile-time version of QByteArrayMatcher.
-
QStringList: The QStringList class provides a list of strings.
-
QStringView: The QStringView class provides a unified view on UTF-16 strings with a read-only subset of the QString API.