Hello, I have written a program which gets song info from a server and stores it in a QTreeWidget. Every artist gets a node, with children that are albums. Then under each album I have the titles. So "My December" by Linkin Park would look like:
Qt Code:
+---Linkin Park | +---Reanimation | +---My DecemberTo copy to clipboard, switch view to plain text mode
However, looking up this list takes a lot of time and the list almost never changes. So, I would like to be able to save the data in a way that would allow me to create the widget much faster. Does anyone know how to save something like this to a file in such a way that it would be easily accessible?


Reply With Quote


Bookmarks