Hi,
I am writing more than one line to text file with QIODevice::ReadWrite,
Although there are a lot of lines, in text file they are at the same line,
So reading it is so complex.
\n does not work,
Can anyone help plese?
For example:
My data is like :
a21
b34
apple
45r
But when I write it to text :
a21 b34 apple 45r
I want to prenevt this.
Bookmarks