gsdview
gsdview copied to clipboard
File dialog mode is not correctly updated in Mac OS X
It seems that on Mac OS X the fileMode property of file dialogs is not correctly updated. The gsdview.widgets._choosefile function seems to fail the last setFileMode call.
If you open any file from the main window then file selection dialog for the working directory in preferences dialog results to be set in file mode and not in directory mode as expected.
If you first use the working dir selection dialog then the main win selection dialog doesn't work.
Imported from trac issue 17. Created by a_valentino on 2009-09-05T12:17:07, last modified: 2010-03-14T20:08:56
Trac comment by a_valentino on 2009-09-05 17:57:12:
Confirmed: it is a Mac OS X specific issue.
Going to code a small example to reproduce it and post to pyqt4 mailing list.