Displaying all images from the same folder?
-
The idea is to list and display all images available in the same folder in graphical view using QML. Wonder how that would be possible? I mean the model part. It should be dynamical, and in perfect case it would follow multiple predefined folders for changes. Is there anything already suitable for this in QML?
Thanks!
-
I had this problem a few weeks ago and I used C++ to get the files. There is also a QML folderlist model in the labs : "FolderListModel":http://doc.qt.nokia.com/4.7/qml-folderlistmodel.html