QDir dir; QStringList jpgs = dir.entryList(QStringList("*.jpg")); foreach (QString file, jpgs) qDebug() << file;