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

Missing DefaultFileDialog.qml from the android packaging

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • 5.15.12
    • Quick: Dialogs
    • None
    • Android
    • Android

    Description

      When running on android and using FileDialog in the qml, we are getting following blocking error:

      qrc:/android_rcc_bundle/qml/QtQuick/Dialogs/DefaultFileDialog.qml: No such file or directory

      Import statements for the file:

       

      import QtQuick 2.15
      import QtQuick.Dialogs 1.3

       

      Using the qml file dialog:

       

      FileDialog {
              id: imageDialog

              folder: shortcuts.pictures
              nameFilters: ["Image files (*.jpg *.png *.jpeg)"]
              onAccepted:

      {                 doAction()         }

          }

      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
            snowgrains Ari Salmi
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes