Qt WebView

Qt WebView provides a way to display web content in a QML application without necessarily including a full web browser stack by using native APIs where it makes sense.

这在移动平台是有用的,譬如: Android , iOS ,和 WinRT ;尤其在 iOS,策略规定所有 Web 内容均使用操作系统的 Web 视图显示。

先决条件

To make the Qt WebView module function correctly across all platforms, it's necessary to call QtWebView::initialize () right after creating the QGuiApplication 实例。

QML 类型

模块提供在应用程序中显示 Web 内容的单 QML 组件: WebView .

局限性

由于平台的限制,重叠 WebView 与其它 QML 组件不被支持。这样做会产生不可预测结果,可能因平台而异。

范例

查看 Qt WebView 范例 了解如何在应用程序中使用 API 的演示。

API 参考