[Webkit-unassigned] [Bug 37866] [Qt] PageClientQt specific implementation for QGraphicsWidget

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 20 10:41:13 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37866





--- Comment #2 from Jesus Sanchez-Palencia <jesus at webkit.org>  2010-04-20 10:41:13 PST ---
The proposed patch aims on solving the custom views issues that we have right
now, when dealing with QGraphicsWidget based classes.

In summary this patch:

- removes the inheritance from QGraphicsWebViewPrivate, by separating the
PageClientQGraphicsWidget into another class.

- moves all needed functions, including tiling and AC ones, to the new
PageClient implementation, making QGraphicsWebViewPrivate way cleaner.

- adds QWebPage::setView(QGraphicsWidget*) making it possible to one to create
a custom web view for any QGraphicsWidget.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list