PDA

View Full Version : QWebView and image scaling



naresh
9th February 2009, 15:51
Is there any way to set image transformation mode to Qt::SmoothTransformation for images read from html? if i have for example

[code]
<img src="..." width="40" height="40" />
[code]

Image looks like it was transformed with Qt::FastTransformation mode. Any hints about that?

axbase
25th November 2010, 03:38
me too .i want to scale image in qwebview.....