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

QFileDialog does not preselect File anymore

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • None
    • 5.2.0 Beta1
    • None
    • Windows; OSX; native dialogs only (widget implementation seems OK)
    • 7e5452a23f02c87f73f729cf6eab0ffe1ffa440c

    Description

      QFileDialog does not preselect File since 37ca2224eca671200a2710f57f970d2993e62aa5.

      Simple test:

      #include <QApplication>
      #include <QFileDialog>
      
      int main(int argc, char *argv[]) {
          QApplication a(argc, argv);
          QFileDialog::getSaveFileName(0, QString(), "C:/test.txt");
          return 0;
      }
      

      Screenshots attached.

      Attachments

        Issue Links

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

          Activity

            People

              srutledg Shawn Rutledge
              martinpley Martin Pley
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes