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

List of byte arrays

QLatin1Char

8-bit ASCII/Latin-1 character

QLatin1String

Thin wrapper around an US-ASCII/Latin-1 encoded string literal

QStringList

List of strings

QStaticByteArrayMatcher

Compile-time version of QByteArrayMatcher

QStringView

Unified view on UTF-16 strings with a read-only subset of the QString API