On this page
WebEngineNavigationRequest QML Type
Represents a request for navigating to a web page as part of WebEngineView::navigationRequested(). More...
| Import Statement: | import QtWebEngine 1.8 | 
| Since: | QtWebEngine 1.0 | 
Properties
- action : enumeration
 - isMainFrame : bool
 - navigationType : enumeration
 - url : url
 
Detailed Description
To accept or reject a request, set action to WebEngineNavigationRequest.AcceptRequest or WebEngineNavigationRequest.IgnoreRequest.
Property Documentation
action : enumeration
Whether to accept or ignore the navigation request.
| Constant | Description | 
|---|---|
WebEngineNavigationRequest.AcceptRequest | 
      Accepts a navigation request. | 
WebEngineNavigationRequest.IgnoreRequest | 
      Ignores a navigation request. | 
[read-only] isMainFrame : bool
Whether the navigation issue is requested for a top level page.
[read-only] navigationType : enumeration
The method used to navigate to a web page.
| Constant | Description | 
|---|---|
WebEngineNavigationRequest.LinkClickedNavigation | 
      Clicking a link. | 
WebEngineNavigationRequest.TypedNavigation | 
      Entering an URL on the address bar. | 
WebEngineNavigationRequest.FormSubmittedNavigation | 
      Submitting a form. | 
WebEngineNavigationRequest.BackForwardNavigation | 
      Using navigation history to go to the previous or next page. | 
WebEngineNavigationRequest.ReloadNavigation | 
      Reloading the page. | 
WebEngineNavigationRequest.OtherNavigation | 
      Using some other method to go to a page. | 
[read-only] url : url
The URL of the web page to go to.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
 https://doc.qt.io/qt-5.12/qml-qtwebengine-webenginenavigationrequest.html