if you don't want to write all the old data yourself, you can consider using QDomDocument and adding there a new node and then simply save the whole via QDomNode::save().
if you don't want to write all the old data yourself, you can consider using QDomDocument and adding there a new node and then simply save the whole via QDomNode::save().
hazardpeter (22nd August 2009)
Bookmarks