标签:目录 qstring 迭代 https next bug iter sub nbsp
QDirIterator it(dir, QStringList() << "*.jpg", QDir::Files, QDirIterator::Subdirectories);
while (it.hasNext())
qDebug() << it.next();
https://ask.helplib.com/996819
标签:目录 qstring 迭代 https next bug iter sub nbsp
原文地址:http://www.cnblogs.com/findumars/p/7253268.html