I have a binary file but I do not know what is written in it.
How do I read a binary file byte to byte and convert to String (QString)?
I do not know how this file is formatted, so it must convert this file to text.
Thanks.