Details
-
Bug
-
Resolution: Incomplete
-
P1: Critical
-
None
-
6.6.1
-
None
-
Ubuntu 22.04, Android 9, Qt 6.6.1, NDK 25.1.89..., Android API 34
-
-
2024wk08FOQtforAndroid, 2024wk10FOQtforAndroid, 2024wk12FOQtforAndroid, 2024wk14FOQtforAndroid, 2024wk16FOQtforAndroid
Description
import QtCore import QtQuick import QtQuick.Dialogs FileDialog { id: root nameFilters: ["Image files (*.jpg *.jpeg *.png *.bmp *.gif *.pbm *.pgm *.ppm *.xbm *.xpm)"] currentFolder: StandardPaths.standardLocations( StandardPaths.PicturesLocation)[0] fileMode: FileDialog.OpenFile }
After picking a file returns URl of scheme "content:" "content://com.android.providers.media.documents/document/image%3A620513"
which is unusable with QFile/QImage.
It must be usable.
Attachments
Issue Links
- duplicates
-
QTBUG-121460 Broken opening of files with content:// Uri filenames
- Closed
- relates to
-
QTBUG-122235 The image gestures app crashes when opening image file on Android
- Closed