FET Forum

FET Support (English) => Programming Help => Topic started by: liquid on April 20, 2011, 09:55:35 PM

Title: read/write xml data
Post by: liquid on April 20, 2011, 09:55:35 PM
I wonder why do you read from .fet file with xml parser and write to .fet file using raw QString appending, not using DOM classes.
Title: Re: read/write xml data
Post by: Liviu Lalescu on April 21, 2011, 05:49:14 AM
You are right, it is not a uniform treatment. It is because in Qt documentation they say that XML can be wrote using direct QString (like I did), it is easier like I did, and I didn't care about using a uniform treatment (though it is not perfectly elegant).