Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Getting the Gallery Imagepath in Phone to save image in QML
-
Good day
I've written an app to download images online and view them, and I want to give the option for the images to be saved on phone, preferably on the phones image directory
How to get the path in QMLThanks
-
Use QDesktopServices::storageLocation(QDesktopServices::PicturesLocation) from C++