Instead of messing with the QFileSystemModel, I'd like to try and copy the data from it and transfer it to a QStandardItemModel.
How do I do that? I saw on stackoverflow, there's a method "clone", but i cant seem to find it.
I'm hoping there's a fancy Q Class/Method that will easily transfer data......but I'm guessing that I have to iterate through the model and add them based on the index, rows, and column.
Cheers!
Bookmarks