[PyQt] Stuff missing from PyQt QtWebKit
detlev
detlev at die-offenbachs.de
Tue May 18 18:31:29 BST 2010
On Montag, 17. Mai 2010, detlev 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
>
Hi,
here is the patch for qwebpage.sip implementing these things.
Regards,
Detlev
--
Detlev Offenbach
detlev at die-offenbachs.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: qwebpage.sip.diff
Type: text/x-patch
Size: 876 bytes
Desc: not available
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20100518/99f949a3/attachment.bin>
More information about the PyQt
mailing list