Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I am using QDir::setnameFilter to filter files.(eg. .xml).But I also want to list folders.If I call this function, folders' name will not list.
Hi! like this:
void QDir::​setFilter(Filters filters)
where filters = QDir::Dirs | QDir::Files