Browse and Select a photo from the mobile device gallery
-
Dear all,
I'm developing an app where the user can eventually select a photo from the device gallery (camera roll, etc) for his/her avatar picture.
I'm wondering if there is any way with Qt 5.2 and Qt Quick 2 to achieve that in a cross-platform way.
Something like the "Camera" item that enable my app to take a photo for the user's avatar that works on any platform.
On internet, I only find old solutions based on Qt 4.7 and QtMobility that are not applicable to Qt 5.2 and QtQuick 2.Any idea on how to do that ??
I explored the FileDialog item, but I don't know how to point in to the device photo gallery and how to visualize the thumbnails of the images instead of the list of names.
Thanks,
Gianluca.