Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
5.14.2
-
None
Description
When you open a file with mode QFile::ReadWrite and then bind it with a QXmlStreamReader instance. the QXmlStreamReader instance can't work normally. But when you change ReadWrite to ReadOnly, it can work normally.
With QFile::ReadWrite, the result is:
With QFile:ReadOnly, the result is: