https://bugs.kde.org/show_bug.cgi?id=423145
TW3 <white.tw...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |white.tw...@gmail.com --- Comment #2 from TW3 <white.tw...@gmail.com> --- https://doc.qt.io/qt-5/qfiledialog.html#Option-enum > By default, the native file dialog is used unless you use a subclass of > QFileDialog that contains the Q_OBJECT macro, or the platform does not have a > native dialog of the type that you require. Although I don't currently have access to a Linux machine with gnome DE to test which dialogs if all are not native. A quick grep for QFileDialog shows quite a few instances of QFileDialog in Falkon's src. https://doc.qt.io/qt-5/qfiledialog.html#details > By default, a platform-native file dialog will be used if the platform has > one. > Note: This option must be set before changing dialog properties or showing > the dialog. The documentation I linked is for Qt 5.15 and the reporter has not mentioned the Qt version (which would help.) On Windows, the native Windows file dialog opens when I select the 'Open File' option from the application menu. This is the expected behaviour here I believe. -- You are receiving this mail because: You are watching all bug changes.