Hi all.

I have an application which takes a file name as the input.
Currently I am hard coding the file name in the constructor.

But, I want to read all the files from a perticular folder one by one.
How to do that ??
Using QFileDialog class i can only select a perticular file (or files) from a list of file
Thank you.