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

QFileDialog does not preselect File anymore

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes