Bug 38858
Summary: | [Qt] Missing API for handling QGraphicsWidget use-case on QWebPage | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jesus Sanchez-Palencia <jesus> |
Component: | WebKit API | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | Keywords: | Qt, QtTriaged |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 37856 | ||
Bug Blocks: |
Jesus Sanchez-Palencia
QWebPage has API for handling QWidgets as views but not for QGraphicsWidgets. We have QWebPage::setPage(QWidget*) and QWebPage::view() which allow us to implement custom web views using any QWidget.
We need a way to handle this same use-case for QGraphicsWidgets otherwise we'll keep this inconsistency in our API.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jesus Sanchez-Palencia
We are moving on and this doesn't make sense anymore... Also QtWebKit1 won't have any API additions AFAIK.