Changes between Version 4 and Version 5 of QtWebKitForQt5
- Timestamp:
- May 31, 2011, 5:39:53 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitForQt5
v4 v5 78 78 that integrates with AC. The video texture becomes the root layer and the controls live in their own layer on top. 79 79 80 === JavaScript === 81 82 QtWebKit for Qt 5 uses V8 as the underlying JS engine. The implementation of QObject bindings needed for WebKit1 as well as potentially for WebKit2's 83 WebProcess should be implemented in either in the QtScript library (based on V8) or another library in Qt that provides equivalent functionality.