Ok, what't the output of
Qt Code:
  1. QFileInfo fi(imgPath);
  2. qWarning() << fi.permissions();
To copy to clipboard, switch view to plain text mode 
and maybe the jpg is defect, that you may open it with gimp etc. but qt fails. So for debug open the file and save it as png and try to load this in Qt.