Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-2434

QFileDialog::DontResolveSymlinks is ignored on Mac Native Dialog.

    XMLWordPrintable

Details

    • macOS

    Description

      On Mac OS X the QFileDialog::DontResolveSymlinks flag has no effect on the native file dialogs.

      Using the Qt dialog respects this flag.

      This can be seen by selecting a symbolic link and running the following sample app.

      #include <QtGui>

      int main (int argc, char *argv[])
      {
      QApplication app(argc, argv);
      qDebug() << QFileDialog::getOpenFileName(0, QString(), QString(), QString(), 0, QFileDialog::DontResolveSymlinks);
      return 0;
      }

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            dettman Dean Dettman (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes