the binary file is generated from another software,
it includes text and data, a mixed binary file,

and i want use
file.open(QIODevice::Readonly)
to read it, but unsuccessfully,

can QFile only read the binary file which generated from QFile?

thanks for your HELP!