[Webkit-unassigned] [Bug 28862] [Qt][API] Add a new QGraphicsWidget based version of the "QWebView"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 4 06:14:30 PDT 2009


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





--- Comment #8 from Ariya Hidayat <ariya.hidayat at trolltech.com>  2009-09-04 06:14:29 PDT ---
Naming concern: all graphics item use the format QGraphicsFooItem, even
QGraphicsSvgItem which is part of QtSvg (not QtGui). But then, in QtWebKit we
always use QWebFoo moniker. So what is our choice here?

The API and the code look clean and mimic QWebView enough that developers will
not have problem switching from one to another.

Since we deprecate textSizeMultiplier in QWebView, should we also remove it
here?

Question: if someone wants to add flick support, is it possible with the
current code? Or does this need to be handled in a higher level (think
Declarative UI with FxFlickable)?

-- 
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