Hi,

I'm reading a text file with QFile that may contain "\0" characters.
The problem is that QFile::read() returns only first characters to the first "\0" occurence.

Anyone know how to read all the characters from the file to the end?

Thanks,