Details
-
Bug
-
Resolution: Done
-
P4: Low
-
5.9.9, 5.12.9, 5.15.0
-
None
-
-
ffb8464cefd661cfa3428931bd80ee262cacbe13 (qt/qtbase/dev) bcd544bd7cbf15a7e852852ec83eb9fdd242a0d3 (qt/qtbase/5.15)
Description
#include <QApplication> #include <QFileDialog> int main(int argc, char **argv) { QApplication app(argc, argv); QFileDialog().exec(); }
Note that the filters combo box has "All Files (*)" in it.
This block (a fix for QTBUG-42405) truncates "All Files (*)" to "All Files " (with a space), then native dialog apparently adds " (*)" (with another space).
Attachments
Issue Links
- resulted from
-
QTBUG-42405 Windows: QFileDialog getOpenFileName given filters that do not filter on suffix (AAA.*) are shown duplicated by native file dialog.
- Closed