I\'m having issues with QByteArray and QString.
QByteArray
QString
I\'m reading a file and stores its information in a QByteArray. The file is in
You can use:
QString::fromStdString(byteArray.toStdString())