Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

[SOLVED]Read Image from Android Storage in Qml

$
0
0
Hi I need to read an image from(ex: “/storage/sdcard0/DCIM/IMG_001.jpg”) internal storage of android mobile to qml image source..I tried various ways..I could not do this.Please help me with ur ideas Image{    id: image    source: "/storage/sdcard0/DCIM/IMG_001.jpg" //doesnt work }

Viewing all articles
Browse latest Browse all 4972

Trending Articles