Qt WebKit

The Qt WebKit module provides the WebView API, which allows QML applications to render regions of dynamic web content. A WebView component may share the screen with other QML components or encompass the full screen as specified within the QML application.

Getting Started

To use WebView in your QML document, add the following import statement:

import QtWebKit 3.0

Note: Qt WebKit 3.0 is incompatible with previous Qt WebKit versions.

Examples

There are several Qt WebKit examples located in the Qt WebKit Examples page.

See Also