Hello,

In the software I'm developping i need to open and save files. The problem is that when i use native QFileDialog (with static functions like QFileDialog::getOpenFileName() ) i can only specify a file that is in the directory in which the dialog was opened... If i want to change current folder (double-clicking on a directory, other buttons, etc...) the dialog become blocked and the only way to close the app is to use the task manager...

I don't know how to fix this bug because it's apparently in the static functions of QFileDialog.

Please note that i use QT 4.4.0

Could someone help me ?

Thank you in advance.