https://bugs.kde.org/show_bug.cgi?id=388610

            Bug ID: 388610
           Summary: digikam doesn't use native or KDE file dialogs
           Product: digikam
           Version: 5.7.0
          Platform: Compiled Sources
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Usability-Ergonomy
          Assignee: digikam-bugs-n...@kde.org
          Reporter: rjvber...@gmail.com
  Target Milestone: ---

Somehow I missed this: digikam has stopped using native (on Mac) and KDE (on
Linux) dialogs in 5.7.0 . Instead it now uses Qt's dialogs, meaning the lowest
common denominator functionality-wise, and the worse possible choice for
aficionados of optimal platform integration.

This looks like it might be due to a wrong choice in dfiledialog.cpp, i.e.
`options |= QFileDialog::DontUseNativeDialog;` instead of `options &=
~QFileDialog::DontUseNativeDialog;` but even when I make that change I keep
getting Qt file dialogs. What am I missing here?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to