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

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.