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

QFileDialog::getExistingDirectory does not display files

XMLWordPrintable

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

      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.)

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes