Hi, without repeat all code before with your solution I've got the prevoius problem inside the file:
<Light0 pos="4 1 4 1" //wrong
<Light0 pos="4 1 4 1" //wrong
To copy to clipboard, switch view to plain text mode
But if I use my prevoius code works (but i can put what Write() do only before tag PLAIN and not inside it....
..............................
QDomText t1
= doc.
createTextNode("hello");
.............
..............................
Write(QTextStream(&f));
QDomText t1 = doc.createTextNode("hello");
.............
To copy to clipboard, switch view to plain text mode
Bookmarks