Qt WebView QML Types▲
The Qt WebView module provides a QML type that can be used to include web content in an application.
The QML type can be imported into your application using the following import statement:
Sélectionnez
import QtWebView 1.1QML Types▲
Contents▲
- 
							WebView: A component for displaying web content. 
- 
							WebViewLoadRequest: A utility type for WebView's loadingChanged() signal. 




