List of Mobile Photos in Qt (QML / C++)
-
Hi; I want to list Android, iOS and Windows 10 Mobile photos (gallery) on the QML ListiVew. I want like this: IMAGE. I know list of photos with Java and Objective-C codes but I want "Write once, run anywhere". So, I want to get photos and I want to list the photos on the QML ListView. How can I do? Then I choose any photo and I process selected photo. So, I used FileDialog but it is bad view on the Android. How can I do? Thanks.