foreach( QString strNorm, listFile ) { QImage imgNorm( strNorm ); foreach( QString strInvert, listInvertFile ) { QImage imgInvert( strInvert ); } }