PDA

View Full Version : How to sort images in Qt based on Time



iswaryasenthilkumar
10th February 2015, 09:52
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

wysota
10th February 2015, 10:08
QFileInfo is your friend

anda_skoa
10th February 2015, 15:07
QDir's listing methods also can sort by modification time: http://doc.qt.io/qt-5/qdir.html#SortFlag-enum

Cheers,
_

iswaryasenthilkumar
11th February 2015, 10:39
hello qtexperts give somw examples to implement

wysota
11th February 2015, 11:10
Examples of what?