WebEngineView Class
This widget is used to display web content in a native user interface. The widget is a web browser window embedded in the user interface and allows users to navigate by clicking on links or selecting elements in the web content. More...
Header: | #include <CDPBaseWidgets/WebEngineView.h> |
Properties
- url : QUrl
Public Functions
WebEngineView(QWidget *parent = 0) | |
void | setUrl(const QUrl &url) |
QUrl | url() const |
Detailed Description
This widget is used to display web content in a native user interface. The widget is a web browser window embedded in the user interface and allows users to navigate by clicking on links or selecting elements in the web content.
The url property holds the web address to the content to be shown in the widget.
The WebEngineView widget is supported on Linux targets and will not display on Windows or for Web UIs made using Web Assembly.
The widget is a wrapper for the QWebEngineView widget.
Note: There may be issues related to security when using this widget. One concern is the risk of remote content being hijacked. For more information see CyberSecurity Requirements.
Get started with CDP Studio today
Let us help you take your great ideas and turn them into the products your customer will love.