Am having one folder(eg:Afolder),inside that am having multiple images..i have to sort these images based on time using QT.Any one give me suggestion for this:confused:
Thanks for Advance:o
Printable View
Am having one folder(eg:Afolder),inside that am having multiple images..i have to sort these images based on time using QT.Any one give me suggestion for this:confused:
Thanks for Advance:o
QFileInfo is your friend
QDir's listing methods also can sort by modification time: http://doc.qt.io/qt-5/qdir.html#SortFlag-enum
Cheers,
_
hello qtexperts give somw examples to implement
Examples of what?