[Interest] loading PPM solved

Waitman Gobble uzimac at da3m0n8t3r.com
Thu Jun 21 10:04:02 CEST 2012


>             statusBar()->showMessage(
>             tr("puf (%1) ")
>                 .arg(pm.width()+","+pm.height()));


I now see my mistake, it should be tr("%1,%2").arg(pm.width()).arg(pm.height())

I think the other way I did it, it's using the char of the int value, and the PPM's are much larger w,h than Jpeg i tested, so it was not actually a PPM problem. The coincidence of only PPM causing problems through me off I suppose.


Sorry for the trouble, thanks for your help - I appreciate it.

-- 
Waitman Gobble
San Jose California USA



More information about the Interest mailing list