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

QFileDialog::getExistingDirectory does not display files

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P3: Somewhat important
    • None
    • 5.3.2
    • None
    • Win7 SP1

    Description

      So I changed

      QFileDialog::getExistingDirectory(this, tr("caption"), imagesPath);

      to

      QFileDialog::getExistingDirectory(this, tr("caption"), imagesPath, 0);

      to get rid of the default ShowDirsOnly and show files as well.
      But it still only displays folders.

      (Also even with DirsOnly it does not land in qt_win_get_existing_directory like the docs suggest.)

      Attachments

        Issue Links

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

          Activity

            People

              kleint Friedemann Kleint
              trass3r Unk
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes