QString keeps its data unicode encoded. Are you sure you need that? What's wrong with keeping the data in QByteArray (3 bytes) instead of QString (6 bytes)? QString is not really meant to keep unprintable characters.
QString keeps its data unicode encoded. Are you sure you need that? What's wrong with keeping the data in QByteArray (3 bytes) instead of QString (6 bytes)? QString is not really meant to keep unprintable characters.
Bookmarks