We bake cookies in your browser for a better experience. Using this site means that you consent. Read More
The QConstString class is a wrapper for constant Unicode string data. More...
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().
© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.