Hi <br><br>I have a lil problem with QFileDialog and i think its a bug but im not sure...<br><br><br>The code is realy simple:<br><br> contSave = QtGui.QFileDialog(self)<br> contSave.setFileMode(QtGui.QFileDialog.AnyFile)<br>
contSave.setFilter('*')<br> contSave.setViewMode(QtGui.QFileDialog.List)<br> contSave.setOptions(QtGui.QFileDialog.DontUseNativeDialog)<br> contSave.exec_()<br><br>This works unter KDE with "Desktop Settings (Default)" and under Gnome with GTK+, Motif, CDE, Plastic, Windows and Clearlooks.<br>
<br>But if is use "Desktop Settings (Default)" under Gnome QFileDialog crashes without a Traceback.<br><br>Its the combination of Gnome + "Desktop Settings (Default)" in qtconfig-qt4 and QFileDialog.DontUseNativeDialog.<br>
<br>I have the same problem under Fedora and Ubuntu with Gnome.<br><br>Is it a bug or what? <br>