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

QML FileDialog nameFilters Crash

    XMLWordPrintable

Details

    • macOS

    Description

      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.

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes