Hi.

I've a file dialog created using QString fileName = QFileDialog::getOpenFileName.

After loading files, when the user click to open the file again,
I like it to go straight to the previous directory that user went to locate and opened the file. How do I do that?

Thanks!
Marc