Bug 38858

Summary: [Qt] Missing API for handling QGraphicsWidget use-case on QWebPage
Product: WebKit Reporter: Jesus Sanchez-Palencia <jesus>
Component: WebKit APIAssignee: 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:    

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.