Qt 4.8
QConstString Class Reference

The QConstString class is a wrapper for constant Unicode string data. More...

Detailed Description

The QConstString class is a wrapper for constant Unicode string data.

In Qt 4, QConstString is replaced by QString::fromRawData(), a static function that constructs a QString object based on Unicode string data.

Because QString::fromRawData() has slightly more stringent constraints than QConstString had in Qt 3, the new QConstString class takes a deep copy of the string data.

See also
QString::fromRawData()

The documentation for this class was generated from the following file: