[PyQt] Webkit

2009-11-28 Thread Kastner Mario
Hi, there are some troubles with the rendering of the css property -webkit-border-radius ... I don't know how this happens. it seems that anti aliasing is not on or something else, the borders are quit rounded but very ugly .. not smooth ... could i turn it on with QWebSettings or something else?

[PyQt] Troubles with QWebView

2009-11-27 Thread Kastner Mario
I L.O.V.E PyQt4 ... really! But at this time i am realy at the end of my knowledge. I have following code: SNIPPET START from PyQt4.QtCore import * from PyQt4.QtGui import * from PyQt4.QtWebKit import * class PythonJS(QObject): @pyqtSignatur