Quote Originally Posted by aIsmail View Post
I tried to make something like that
Qt Code:
  1. function getFolderUrl(index){
  2. return photosModel.get(index).folder
  3. }
To copy to clipboard, switch view to plain text mode 
Any reason for not using the data provided by the model?

Quote Originally Posted by aIsmail View Post
I was thinking it's about making ListModel of FolderListModel, but is that possible ?
Well, that would be different, right?
Your model contains a set of directories, a FolderListModel provides the content of a single directory.

Cheers,
_