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

QFileDialog and other QDialog dialogs launched via C++ on Android do not close properly

XMLWordPrintable

    • Android

      I registered a C++ class using qmlRegisterType<>() and created an instance in a QML file.
      I then called a method on the registered class (MyQmlController::actionSaveProjectAs()) that calls QFileDialog::exec() (via a subclass).
      The file dialog seems to work reasonably well on Android (after some style and UI changes) but when the dialog is dismissed the app is not refreshed somehow and the file dialog appears to still be on top. This was not a problem on Qt 5.3.2.
      I have provided some sample code - just select "Save Project As...".

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

            esabraha Eskil Abrahamsen Blomfeldt
            pcheeseman Peter Cheeseman
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes