QtWebEngine: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Major update)
No edit summary
Line 7: Line 7:
== Documentation ==
== Documentation ==


[http://doc.qt.io/qt-5/qtwebengine-index.html QtWebEngine]<br/>
[http://doc.qt.io/qt-5/qtwebengine-index.html Qt WebEngine]<br/>
[http://doc.qt.io/qt-5/qtwebenginewidgets-index.html QtWebEngine Widgets]


== Blog posts and Videos ==
== Blog posts and Videos ==

Revision as of 08:27, 17 March 2016


QtWebEngine integrates chromium's fast moving web capabilities into Qt.

Our goal is to bring the latest and best implementation of the web platform into the universe of Qt. It is not just a port of the core HTML/CSS rendering engine, it is the entire Chromium platform. The integration with Qt focuses on an API that is easy to use, yet extensible. We also make no compromise on the graphics integration, integrating the layer rendering of Chromium directly into the OpenGL scene graph of QtQuick.

Documentation

Qt WebEngine

Blog posts and Videos

Experimenting with Chromium and Qt (blog post) (2013-06-25)
QtDD13 - Pierre Rossi - Introducing QtWebEngine (video) (2013-10-07)
Qt WebEngine Technology Preview available (blog post) (2014-01-23)
Building QtWebEngine (ICS blog post) (2014-04-23)
QTDD14 - QtWebEngine: learning to walk - Pierre Rossi (video) (2014-10-07)
News from the Qt WebEngine Team (blog post) (2014-05-13)
QtWS15 - Qt's Web Offering- An Overview, Allan Jensen (video) (2015-10-06)
QtWS15 - QtWebEngine – Taming the beast, Kai Köhne (video) (2015-10-07)

Bug Reports

QtWebEngine component in bugreports.qt.io

Contributing

Contributing to QtWebEngine