PDA

View Full Version : I need to create a program that reads a picture from my cellphone



ayanda83
11th June 2014, 14:46
Hi there, I have hit a brick wall here. I want to create a program that accesses my cellphone's storage media and then the program must read a picture from the phone. I just need a push in the right direction on how to achieve this.

thank you.

anda_skoa
11th June 2014, 15:26
In Qt file access happens through QFile, with QDir enabling to traverse directory trees and QFileInfo for gathering information on file properties.

Cheers,
_