Hi all, Is there a simple way to accept any file extension I try QString fileNameString = "/usr/share/pixmaps/"+df.iconName()+".png"; QFile fileName(fileNameString); if (fileName.exists()) return QIcon(fileNameString);
and do this check for every extension, what I'd like is a simple way to accept any file extension. Thanks in advance Damian _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest