# HG changeset patch # User John Kern # Date 1282248987 25200 # Node ID 0cb8cc1ee8f5e3c44a100ac2e31e52f143541f7e # Parent 93c5a58496b629b933c239dd0e8d4b98da427940 comment on using jpg images diff -r 93c5a58496b6 -r 0cb8cc1ee8f5 contactengine/detailsgv.cpp --- a/contactengine/detailsgv.cpp Wed Aug 18 16:39:30 2010 -0700 +++ b/contactengine/detailsgv.cpp Thu Aug 19 13:16:27 2010 -0700 @@ -53,12 +53,11 @@ leftLayout->addItem(proxyForName["back"]); leftLayout->addItem(proxyForName["exitApp"]); - // looks like there is a bug with respect to displaying jpeg's in a scene on Symbian^1. - // I've asked about it on the mailing list QtS60-feedback@trolltech.com. + + // you can use jpeg too. However, it consumes more memory. If you want to use jpeg, edit + // the pro file and bump up the max heap size. //QGraphicsPixmapItem *profile = new QGraphicsPixmapItem( QPixmap(":/images/MadProf_thumb.jpg")); - // strange returns width of screen not button ? - // int w = this->callMe->width(); - // profile->setX(100); + // svg from open clipart (http://www.openclipart.org/detail/959) QGraphicsSvgItem *profile = new QGraphicsSvgItem(":/images/johnny_automatic_marching_band_1.svg");