-
Bug
-
Resolution: Done
-
P1: Critical
-
5.3.0
-
Android API 14
-
-
67609e43e19338be9bd57217ca7e0a08be319fc1
In order to save a file I have set the selectExisting: false and selectMultiple: false as documented but in Android there is no input field where to place the filename. Works in Windows 7 and Linux.
FileDialog {
id: fileDialog
selectExisting: false
selectMultiple: false
onAccepted: console.log(fileUrl)
}
See the attacments
- relates to
-
QTBUG-42484 FileDialog button says "Open" even if you are using it to save files
-
- Closed
-