-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.4.0 RC
-
Android 4.4
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...".