PDA

View Full Version : Load QPixmap



jano_alex_es
9th June 2010, 16:06
Hi,

how I can load a file from a QPixmap? does it have something like a "filename" or all the image files should be added as resources?

thanks!

high_flyer
9th June 2010, 17:54
Just read the QPixmap docs and find out.

jano_alex_es
10th June 2010, 07:33
I already did, what I'd like to know if there is any way to access to the files in Symbian, so I could load them from there. Or if the only method is to load it as resource.

high_flyer
10th June 2010, 08:44
I already did,
And you missed that?!:
http://doc.trolltech.com/4.6/qpixmap.html#load

I haven't coded for Symbian yet, but I don't think there should be any difference in how the API works, AFAIK.