Hello,
I use a QTextBrowser to display an HTML-document. If the image needs to be scaled for display, the picture is really poor. It looks as if the QTextBrowser scales the image internally with the Qt::FastTransformation. Is it possible to force the QTextBrowser to use Qt::SmoothTransformation mode somehow?
I also tried to scale the Image in the loadResource-method. But I don't know the the size of the image that is given in the HTML-file. I don't want to parse the HTML-file.
Any suggestions?
Bookmarks