Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.2.1
-
Windows 7
-
7b8d4cdb1098547ab2d2cc5337cae0496bb4ef61 (stable, 17.3.2014 5.3)
Description
Documentation of QFileDialog::setNameFilter says these two ways to set filters:
dialog.setNameFilter("All C++ files (*.cpp *.cc *.C *.cxx *.c++)");
dialog.setNameFilter("*.cpp *.cc *.C *.cxx *.c++");
Second one is not working when using Windows native dialog. Behavior is that all files are shown.