QtWebEngine: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Add "cleanup" tag)
(Convert ExpressionEngine links)
Line 6: Line 6:
= QtWebEngine =
= QtWebEngine =


QtWebEngine is an attempt to integrate chromium's fast moving web capabilities into Qt. It was introduced earlier this year "on Digia's Qt blog":http://blog.qt.io/blog/2013/06/25/experimenting-with-chromium-and-qt/
QtWebEngine is an attempt to integrate chromium's fast moving web capabilities into Qt. It was introduced earlier this year [http://blog.qt.io/blog/2013/06/25/experimenting-with-chromium-and-qt/ on Digia's Qt blog]


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.
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.
Line 28: Line 28:
* Mac (clang x64, XCode version >= 5.1)
* Mac (clang x64, XCode version >= 5.1)
* Windows (MSVC 2013 packages).
* Windows (MSVC 2013 packages).
* "Qt Enterprise for Application development & Embedded device creation":http://www.qt.io/download-enterprise-step-2/
* [http://www.qt.io/download-enterprise-step-2/ Qt Enterprise for Application development & Embedded device creation]
- Support for both Embedded Linux and Embedded Android
- Support for both Embedded Linux and Embedded Android

Revision as of 15:29, 4 March 2015

This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.

[toc align_right="yes" depth="2"]

QtWebEngine

QtWebEngine is an attempt to integrate chromium's fast moving web capabilities into Qt. It was introduced earlier this year on Digia's Qt blog

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.

Trying it out

Getting and building QtWebEngine

Porting QtWebKit applications to QtWebEngine

Contributing

Contributing to QtWebEngine

Frequently Asked Questions

Q: On which platforms will it run?

A: We intend to officially support QtWebEngine on:

- Support for both Embedded Linux and Embedded Android