What does javascript have to do with images you posted?
set the attribute QWebSettings::JavascriptEnabled to true
wysota - the images are loaded on that web page from js
JavaScript is enabled. As you can see in the first picture, the menu's text is loaded, but not scaled correctly. This Non-correct-scaling seems to be the problem on most websites. Maybe QWebView offers wrong information about the resolution for example so the built in JS scales to the wrong size?
Problem solved. I had the wrong version of PyQt4 for my Python installation. I expected Python 2.6 to be installed, but it was 2.5 instead. I didn't have any compatibility problems before, so I didn't expect the source of the problem there. Anyway, thanks for the help.
Bookmarks