Changes between Version 1 and Version 2 of QtWebKitForQt5


Ignore:
Timestamp:
May 31, 2011, 1:45:50 AM (14 years ago)
Author:
Simon Hausmann
Comment:

Mentioning theming

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitForQt5

    v1 v2  
    5555In such a design, WebCore would paint primarily with the raster paint engine and load all images in QImage objects instead of QPixmaps.
    5656
     57Another current dependency of WebCore is QStyle, which could be replaced with the default mobile theme and a few remaining QPainter calls
     58for what we use QWindowsStyle currently. The themeing for QWebView/QGraphicsWebView could be delegated into a plugin loaded by WebCore
     59when widgets and QStyle is needed.
     60
    5761=== WebGL ===
    5862