Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > 09bb53e5648f357bb3d35769c00e1902 > files > 71

qtwebengine5-doc-5.9.4-1.mga6.noarch.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qquickwebenginenavigationrequest.cpp -->
  <title>WebEngineNavigationRequest QML Type | Qt WebEngine 5.9</title>
  <link rel="stylesheet" type="text/css" href="style/offline-simple.css" />
  <script type="text/javascript">
    document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css");
    // loading style sheet breaks anchors that were jumped to before
    // so force jumping to anchor again
    setTimeout(function() {
        var anchor = location.hash;
        // need to jump to different anchor first (e.g. none)
        location.hash = "#";
        setTimeout(function() {
            location.hash = anchor;
        }, 0);
    }, 0);
  </script>
</head>
<body>
<div class="header" id="qtdocheader">
  <div class="main">
    <div class="main-rounded">
      <div class="navigationbar">
        <table><tr>
<td >Qt 5.9</td><td ><a href="qtwebengine-index.html">Qt WebEngine</a></td><td ><a href="qtwebengine-qmlmodule.html">QML Types</a></td><td >WebEngineNavigationRequest QML Type</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right">Qt 5.9.4 Reference Documentation</td>
        </tr></table>
      </div>
    </div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#properties">Properties</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">WebEngineNavigationRequest QML Type</h1>
<span class="subtitle"></span>
<!-- $$$WebEngineNavigationRequest-brief -->
<p>Represents a request for navigating to a web page as part of <a href="qml-qtwebengine-webengineview.html#navigationRequested-signal">WebEngineView::navigationRequested()</a>. <a href="#details">More...</a></p>
<!-- @@@WebEngineNavigationRequest -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Import Statement:</td><td class="memItemRight bottomAlign"> import QtWebEngine 1.5</td></tr><tr><td class="memItemLeft rightAlign topAlign"> Since:</td><td class="memItemRight bottomAlign">  QtWebEngine 1.0</td></tr></table></div><ul>
<li><a href="qml-qtwebengine-webenginenavigationrequest-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="properties"></a>
<h2 id="properties">Properties</h2>
<ul>
<li class="fn"><b><b><a href="qml-qtwebengine-webenginenavigationrequest.html#action-prop">action</a></b></b> : enumeration</li>
<li class="fn"><b><b><a href="qml-qtwebengine-webenginenavigationrequest.html#isMainFrame-prop">isMainFrame</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-qtwebengine-webenginenavigationrequest.html#navigationType-prop">navigationType</a></b></b> : enumeration</li>
<li class="fn"><b><b><a href="qml-qtwebengine-webenginenavigationrequest.html#url-prop">url</a></b></b> : url</li>
</ul>
<!-- $$$WebEngineNavigationRequest-description -->
<a name="details"></a>
<h2 id="details">Detailed Description</h2>
<p>To accept or reject a request, set <a href="qml-qtwebengine-webenginenavigationrequest.html#action-prop">action</a> to <code>WebEngineNavigationRequest.AcceptRequest</code> or <code>WebEngineNavigationRequest.IgnoreRequest</code>.</p>
<!-- @@@WebEngineNavigationRequest -->
<h2>Property Documentation</h2>
<!-- $$$action -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="action-prop">
<td class="tblQmlPropNode"><p>
<a name="action-prop"></a><span class="name">action</span> : <span class="type">enumeration</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>Whether to accept or ignore the navigation request.</p>
<div class="table"><table class="valuelist"><tr valign="top" class="odd"><th class="tblConst">Constant</th><th class="tbldscr">Description</th></tr>
<tr><td class="topAlign"><code>WebEngineNavigationRequest.AcceptRequest</code></td><td class="topAlign">Accepts a navigation request.</td></tr>
<tr><td class="topAlign"><code>WebEngineNavigationRequest.IgnoreRequest</code></td><td class="topAlign">Ignores a navigation request.</td></tr>
</table></div>
</div></div><!-- @@@action -->
<br/>
<!-- $$$isMainFrame -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="isMainFrame-prop">
<td class="tblQmlPropNode"><p>
<a name="isMainFrame-prop"></a><span class="qmlreadonly">[read-only] </span><span class="name">isMainFrame</span> : <span class="type">bool</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>Whether the navigation issue is requested for a top level page.</p>
</div></div><!-- @@@isMainFrame -->
<br/>
<!-- $$$navigationType -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="navigationType-prop">
<td class="tblQmlPropNode"><p>
<a name="navigationType-prop"></a><span class="qmlreadonly">[read-only] </span><span class="name">navigationType</span> : <span class="type">enumeration</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The method used to navigate to a web page.</p>
<div class="table"><table class="valuelist"><tr valign="top" class="odd"><th class="tblConst">Constant</th><th class="tbldscr">Description</th></tr>
<tr><td class="topAlign"><code>WebEngineNavigationRequest.LinkClickedNavigation</code></td><td class="topAlign">Clicking a link.</td></tr>
<tr><td class="topAlign"><code>WebEngineNavigationRequest.TypedNavigation</code></td><td class="topAlign">Entering an URL on the address bar.</td></tr>
<tr><td class="topAlign"><code>WebEngineNavigationRequest.FormSubmittedNavigation</code></td><td class="topAlign">Submitting a form.</td></tr>
<tr><td class="topAlign"><code>WebEngineNavigationRequest.BackForwardNavigation</code></td><td class="topAlign">Using navigation history to go to the previous or next page.</td></tr>
<tr><td class="topAlign"><code>WebEngineNavigationRequest.ReloadNavigation</code></td><td class="topAlign">Reloading the page.</td></tr>
<tr><td class="topAlign"><code>WebEngineNavigationRequest.OtherNavigation</code></td><td class="topAlign">Using some other method to go to a page.</td></tr>
</table></div>
</div></div><!-- @@@navigationType -->
<br/>
<!-- $$$url -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="url-prop">
<td class="tblQmlPropNode"><p>
<a name="url-prop"></a><span class="qmlreadonly">[read-only] </span><span class="name">url</span> : <span class="type"><a href="qml-qtwebengine-webenginenavigationrequest.html#url-prop">url</a></span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The URL of the web page to go to.</p>
</div></div><!-- @@@url -->
<br/>
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2017 The Qt Company Ltd.
   Documentation contributions included herein are the copyrights of
   their respective owners.<br>    The documentation provided herein is licensed under the terms of the    <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation    License version 1.3</a> as published by the Free Software Foundation.<br>    Qt and respective logos are trademarks of The Qt Company Ltd.     in Finland and/or other countries worldwide. All other trademarks are property
   of their respective owners. </p>
</div>
</body>
</html>