==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
shalini (7th January 2011)
I actually want to display the image straight from the internet
https://chart.googleapis.com/chart?c...hl=Hello|World
Thank you
You first have to download it. See QNetworkAccessManager for a first start.
shalini (8th January 2011)
after getting your image as QByteArray use this function to load it
http://doc.qt.nokia.com/4.7/qpixmap.html#loadFromData-3
Bookmarks