码迷,mamicode.com
首页 > 其他好文 > 详细

迭代子目录的各种办法

时间:2017-07-29 10:07:33      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:目录   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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!