[Qt-interest] Find Picture file

Daniel Hartwig qtng at ixs-linux.de
Mon Dec 1 13:51:38 CET 2008


Thanks to you,

i only need the filename, so i have solved this with
QDir dir(path);
dir.setNameFilter(...);
dir.entrylist(
...

return filestring;

I didn't know if this the nice way, but that work! :)

thank you very much!



More information about the Qt-interest-old mailing list