
Originally Posted by
aIsmail
That's actually what I'm doing
Nope.
DelegateModel { id: albumVisualModel; model: photosModel; delegate: AlbumDelegate {} }
DelegateModel { id: albumVisualModel; model: photosModel; delegate: AlbumDelegate {} }
To copy to clipboard, switch view to plain text mode
No reference to the model's data inside AlbumDelegate.
If we assume that AlbumDelegate has a "folder" property
DelegateModel { id: albumVisualModel; model: photosModel; delegate: AlbumDelegate { folder: model.folder } }
DelegateModel { id: albumVisualModel; model: photosModel; delegate: AlbumDelegate { folder: model.folder } }
To copy to clipboard, switch view to plain text mode
Cheers,
_
Bookmarks