Menu

Save and Load

TRANTOO now has the capability to save and load data to an xml file. this has been implemented using the Qt Dom classes belonging to the QtXml module. TRANTOO itself handles the actual file management and creation of a QDomDocument. A pointer to this document is passed out through the interface to the module. The module is then responsible for extracting data or populating the document.

Posted by Tristan 2007-03-01

Log in to post a comment.