[PyQt] Stuff missing from PyQt QtWebKit

Phil Thompson phil at riverbankcomputing.com
Thu May 20 09:22:36 BST 2010


On Mon, 17 May 2010 18:44:46 +0200, detlev <detlev at die-offenbachs.de>
wrote:
> Hi,
> 
> it seems, that the QWebPage module is not completely wrapped for Qt
4.6.x.
> I 
> am missing these things.
> 
> enum Extension is missing ErrorPageExtension
> enum ErrorDomain mssing
> class ErrorPageExtensionOption missing
> class ErrorPageExtensionReturn missing
> 
> These have been added with Qt 4.6.0 but somehow the doc pages are
> incomplete 
> although the documentation is included in qwebpage.cpp. This seems to be
a 
> documentation bug that has been fixed in Qt 4.7.
> 
> I would need these classes and enums in order to show a proper error page
> in 
> the eric web browser. Qt 4.6 doesn't seem to send the
"unsupportedContent" 
> signal in this situation (which is differnt to Qt 4.5).
> 
> Regards,
> Detlev

Should be in the current snapshot.

Phil


More information about the PyQt mailing list