Hi,

i am writing an Explorer-like program by which you can browse in the File system.

I need to add a find function to my program.

What is the fastest way to do this in Qt.
I mean the fastest in running time not in coding time.

i hope i don't have to traverse the folders recursively by myself.

thanks...