Qt WebView C++ Classes and Namespaces

提供帮助功能来设置和使用WebView More...

Namespaces

QtWebView

易于设置和使用WebView的功能

Detailed Description

Qt WebView模块提供了使用WebView QML类型初始化后端的功能。

To include the module's definitions, use the following directive:


  #include <QtWebView>

To link against the module, add the following line to your project file:


  QT += webview