Hi,
I want to save all QTreeView items in an XML file, including child an parent, I searched but I found nothing... It is possible like below?
Qt Code:
<root> <Folder Name="myFolder"> <File Name="myFile" /> </Folder> <Folder Name="mySecondFolder"> <File Name="myFile2" /> <File Name="myFile3" /> <File Name="myFile4" /> </Folder> </root>To copy to clipboard, switch view to plain text mode
QTreeView.png
Bookmarks