Hi, i want to show pictures from memory card, but doesn't get any idea ...
Any help? how can i get picture's path??
Thanks..
Printable View
Hi, i want to show pictures from memory card, but doesn't get any idea ...
Any help? how can i get picture's path??
Thanks..
There is none.
In symbian use:
LIBS += PlatformEnv.lib
#include <PathInfo.h>
TFileName path = PathInfo::MemoryCardRootPath () ;
path.Append( PathInfo::PicturesPath () );
Or in Maemo you can get MYDOCSDIR environment variable and add ".images" to it.
Thanks for reply, but how can i add this path to my custom Ui frame....
You can also check out [url]http://doc.qt.nokia.com/qtmobility-1.1.0/gallery.html[/url]