Changes between Version 1 and Version 2 of QtWebKitForQt5
- Timestamp:
- May 31, 2011, 1:45:50 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitForQt5
v1 v2 55 55 In such a design, WebCore would paint primarily with the raster paint engine and load all images in QImage objects instead of QPixmaps. 56 56 57 Another current dependency of WebCore is QStyle, which could be replaced with the default mobile theme and a few remaining QPainter calls 58 for what we use QWindowsStyle currently. The themeing for QWebView/QGraphicsWebView could be delegated into a plugin loaded by WebCore 59 when widgets and QStyle is needed. 60 57 61 === WebGL === 58 62