Hi,
Suppose i have a treewidget with a number of QTreeWidgetItem which may or may not have some children (having 2 columns=> text, value) underneath it.
I want to save these QTreeWidgetItem structure somehow in QList or watever (i dunno hw to do this in qt) and later want to restore it.
How to do this in Qt.