Hi,<br>
<br>
I have a problem with QFileDialog to check what filter the user has selected.<br>
My code is:<br>
<br>
<pre>
fd=QFileDialog(self)

projectFileName=fd.getSaveFileName(self,'Save the current project','','project type 1 (*.project1);;project type 2 (*.project2);;All files (*)','project type 1 (*.project1)')

selected_filter=str(fd.selectedNameFilter())
</pre>
<br>
Unfortunatly whatever filter the user had selected the <b>selected_user</b> variable always contains "All Files (*)". There is no way to know what filter was used by the user.<br>
<br>
Any idea?<br>
Thank you for your help<br>
<br>
Barmanoo<br>




<br><hr align="left" width="300">
View this message in context: <a href="http://www.nabble.com/User-selected-filter-in-QFileDialog-tp24270454p24270454.html">User selected filter in QFileDialog</a><br>
Sent from the <a href="http://www.nabble.com/PyQt-f23444.html">PyQt mailing list archive</a> at Nabble.com.<br>