How to get the file names from folder
General and Desktop
5
Posts
5
Posters
11.3k
Views
1
Watching
-
You may use "QDir and entryList":http://doc.qt.nokia.com/4.7/qdir.html#entryList
-
look at
@
QStringList QDir::entryList ( const QStringList & nameFilters, Filters filters = NoFilter, SortFlags sort = NoSort ) const
@