I need domething like QDirModel, not to show my whole filesystem , but to arrange in hierarchical view the files i give it. What could you advice?
I need domething like QDirModel, not to show my whole filesystem , but to arrange in hierarchical view the files i give it. What could you advice?
Go to examples -> Item Views -> Simple tree model
This is an example of that what you need.
Bookmarks