Re: Qt 4.7.3 - QFileDialog - Remember the last directory from one call to another
Originally Posted by ars
If you use a QFileDialog object instead of the static method, you can use QFileDialog::directory() method to query the recently active directory when exec() terminates.
Maybe that's an option for you.
Yes, sorry, I guess I should have mentioned that the exec() method is out of question for me, since the file dialog box that it uses really doesn't look native at all (at least, on Windows 7; I haven't tried on Linux and Mac OS X).
Bookmarks