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

QML FileDialog nameFilters Crash

XMLWordPrintable

    • macOS

      I simply create a QML FileDialog with a simple nameFilters.
      No issue/crash on Linux/Windows/Android.

      On Mac I have a instant crash.

       FileDialog {
              id: fileDialog
              visible: false
              selectExisting: true
              selectMultiple: false
              selectFolder: false
              title: "Select a Image"
              nameFilters: [ "Image files (*.png *.jpg *.bmp *.gif *.jpeg *.ico *.tif)" ]
          }
      

      When nameFilters is disabled, the code run perfectly.

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

            Unassigned Unassigned
            liryna Adrien JUND
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes