These classes are relevant when working with string data. See the information about support for Unicode in Qt 了解更多信息。
QTextStream | 用于读写文本的方便接口 |
QByteArray | 字节数组 |
QByteArrayList | 字节数组列表 |
QByteArrayMatcher | 保持在字节数组中可以快速匹配的字节序列 |
QStaticByteArrayMatcher | QByteArrayMatcher 的编译时版本 |
QChar | 16 位 Unicode 字符 |
QLatin1Char | 8 位 ASCII/Latin-1 字符 |
QCollator | 根据本地整理算法比较字符串 |
QCollatorSortKey | 可以用于加速字符串整理 |
QLocale | 在数字及其各种语言的字符串表示之间转换 |
QLatin1String | 围绕 US-ASCII/Latin-1 编码字符串文字的瘦包裹器 |
QString | Unicode 字符串 |
QStringRef | 围绕 QString 子字符串的瘦包裹器 |
QStringList | 字符串列表 |
QStringMatcher | 保持可以在 Unicode 字符串中快速匹配的字符序列 |
QTextBoundaryFinder | 在字符串中查找 Unicode 文本边界的办法 |