Bug 38858 - [Qt] Missing API for handling QGraphicsWidget use-case on QWebPage
Summary: [Qt] Missing API for handling QGraphicsWidget use-case on QWebPage
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on: 37856
Blocks:
  Show dependency treegraph
 
Reported: 2010-05-10 11:16 PDT by Jesus Sanchez-Palencia
Modified: 2011-10-31 10:04 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesus Sanchez-Palencia 2010-05-10 11:16:33 PDT
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.
Comment 1 Jesus Sanchez-Palencia 2011-10-31 10:04:17 PDT
We are moving on and this doesn't make sense anymore... Also QtWebKit1 won't have any API additions AFAIK.