Hi everyone,

I use QFileDialog in my application, and I have 2 questions about that.

- I would like to set the default directory that will be opened when call to QFileDialog, on Mac.
How can I do that ? on PC I set the third parameter of "getOpenFileNames", but on Mac, the doc said that third parameter (ie dir) is ignored, and QFileDialog open in the last used directory.

- Is it possible, on PC this time, to have an Image Preview and Image Info on current selected File, in the QFileDialog ? (like it is on Mac)

Thank you.

Alex.