Re: [PyQt] Troubles with QWebView
On Sat, 28 Nov 2009 00:24:18 +0100, Kastner Mario wrote: > 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 * >
[PyQt] Troubles with QWebView
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