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

QFileDialog::getSaveFileName() with DontUseNativeDialog returns string including wildcard

    XMLWordPrintable

Details

    • All

    Description

      Steps:

      1. Call QFileDialog::getSaveFileName() with DontUseNativeDialog flag as below

      QFileDialog::getSaveFileName( NULL, "Save", ".", "*.txt", NULL, QFileDialog::DontUseNativeDialog );
      

      2. Put characters which contains wildcard on file name field such as "a*"

      3. Click "Save"

      4. Return just "a*"

       

      Expected: Filter by wildcard without return like Windows explorer. 

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            akizawa Akihito Izawa
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes