Hi, guys!
I'm writing a book-collection manager now in QT4. And I have a question:
should I use a custom (QAbstractItemModel...) model in my app when I read/save data in xml file to/from my QTreeWidget?

Thanks in advance!