This file is indexed.

/usr/share/doc/ubuntu-web/html/qml-ubuntu-web-webview.html is in qml-module-ubuntu-web-doc 0.23+16.04.20160413-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- WebView.qdoc -->
  <title>WebView QML Type | UbuntuWeb 0.2</title>
<link rel="stylesheet" type="text/css" href="style/qtquick.css" />
<link rel="stylesheet" type="text/css" href="style/base.css" />
<link rel="stylesheet" type="text/css" href="style/custom.css" />
</head>
<body>
<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="#methods">Methods</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">WebView QML Type</h1>
<span class="subtitle"></span>
<!-- $$$WebView-brief -->
<p>A webview that can be used to render web content in an application. <a href="#details">More...</a></p>
<!-- @@@WebView -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Import Statement:</td><td class="memItemRight bottomAlign"> import Ubuntu.Web 0.2</td></tr></table></div><ul>
<li><a href="qml-ubuntu-web-webview-members.html">List of all members, including inherited members</a></li>
<li><a href="qml-ubuntu-web-webview-obsolete.html">Obsolete members</a></li>
</ul>
<a name="properties"></a>
<h2 id="properties">Properties</h2>
<ul>
<li class="fn"><b><b><a href="qml-ubuntu-web-webview.html#alertDialog-prop">alertDialog</a></b></b> : component</li>
<li class="fn"><b><b><a href="qml-ubuntu-web-webview.html#beforeUnloadDialog-prop">beforeUnloadDialog</a></b></b> : component</li>
<li class="fn"><b><b><a href="qml-ubuntu-web-webview.html#canGoBack-prop">canGoBack</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-ubuntu-web-webview.html#canGoForward-prop">canGoForward</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-ubuntu-web-webview.html#confirmDialog-prop">confirmDialog</a></b></b> : component</li>
<li class="fn"><b><b><a href="qml-ubuntu-web-webview.html#context-prop">context</a></b></b> : WebContext</li>
<li class="fn"><b><b><a href="qml-ubuntu-web-webview.html#contextModel-prop">contextModel</a></b></b> : QtObject</li>
<li class="fn"><b><b><a href="qml-ubuntu-web-webview.html#contextualActions-prop">contextualActions</a></b></b> : ActionList</li>
<li class="fn"><b><b><a href="qml-ubuntu-web-webview.html#filePicker-prop">filePicker</a></b></b> : component</li>
<li class="fn"><b><b><a href="qml-ubuntu-web-webview.html#fullscreen-prop">fullscreen</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-ubuntu-web-webview.html#icon-prop">icon</a></b></b> : url</li>
<li class="fn"><b><b><a href="qml-ubuntu-web-webview.html#incognito-prop">incognito</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-ubuntu-web-webview.html#loadProgress-prop">loadProgress</a></b></b> : int</li>
<li class="fn"><b><b><a href="qml-ubuntu-web-webview.html#loading-prop">loading</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-ubuntu-web-webview.html#navigationHistory-prop">navigationHistory</a></b></b> : list</li>
<li class="fn"><b><b><a href="qml-ubuntu-web-webview.html#promptDialog-prop">promptDialog</a></b></b> : component</li>
<li class="fn"><b><b><a href="qml-ubuntu-web-webview.html#title-prop">title</a></b></b> : string</li>
<li class="fn"><b><b><a href="qml-ubuntu-web-webview.html#url-prop">url</a></b></b> : url</li>
</ul>
<a name="methods"></a>
<h2 id="methods">Methods</h2>
<ul>
<li class="fn">void <b><b><a href="qml-ubuntu-web-webview.html#goBack-method">goBack</a></b></b>()</li>
<li class="fn">void <b><b><a href="qml-ubuntu-web-webview.html#goForward-method">goForward</a></b></b>()</li>
<li class="fn">void <b><b><a href="qml-ubuntu-web-webview.html#loadHtml-method">loadHtml</a></b></b>(string <i> html</i>, url <i> baseUrl</i>)</li>
<li class="fn">void <b><b><a href="qml-ubuntu-web-webview.html#reload-method">reload</a></b></b>()</li>
<li class="fn">void <b><b><a href="qml-ubuntu-web-webview.html#stop-method">stop</a></b></b>()</li>
</ul>
<!-- $$$WebView-description -->
<a name="details"></a>
<h2 id="details">Detailed Description</h2>
</p>
<p>Here is a very simple example of how to use a <a href="qml-ubuntu-web-webview.html">WebView</a> to render a web page:</p>
<pre class="qml">import QtQuick 2.4
import Ubuntu.Web 0.2

<span class="type"><a href="qml-ubuntu-web-webview.html">WebView</a></span> {
    <span class="name">url</span>: <span class="string">&quot;http://ubuntu.com&quot;</span>
}</pre>
<p>The <code>WebView</code> component defaults to using a <a href="qml-ubuntu-web-sharedwebcontext.html">shared <code>WebContext</code></a> that is shared across all <code>WebView</code> instances in a given application.</p>
<p><b>See also </b><a href="qml-ubuntu-web-sharedwebcontext.html">SharedWebContext</a>.</p>
<!-- @@@WebView -->
<h2>Property Documentation</h2>
<!-- $$$alertDialog -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="alertDialog-prop"><td class="tblQmlPropNode"><p><a name="alertDialog-prop"></a><span class="name">alertDialog</span> : <span class="type">component</span></p></td></tr></table></div></div><div class="qmldoc"><p>The QML component that will be instantiated to display a JavaScript alert dialog.</p>
<p><b>See also </b><a href="qml-ubuntu-web-webview.html#confirmDialog-prop">confirmDialog</a>, <a href="qml-ubuntu-web-webview.html#promptDialog-prop">promptDialog</a>, and <a href="qml-ubuntu-web-webview.html#beforeUnloadDialog-prop">beforeUnloadDialog</a>.</p>
</div></div><!-- @@@alertDialog -->
<br/>
<!-- $$$beforeUnloadDialog -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="beforeUnloadDialog-prop"><td class="tblQmlPropNode"><p><a name="beforeUnloadDialog-prop"></a><span class="name">beforeUnloadDialog</span> : <span class="type">component</span></p></td></tr></table></div></div><div class="qmldoc"><p>The QML component that will be instantiated to display a JavaScript confirmation when the user initiates a navigation away from the current page, if the page has defined an <code>onBeforeUnload</code> handler.</p>
<p><b>See also </b><a href="qml-ubuntu-web-webview.html#alertDialog-prop">alertDialog</a>, <a href="qml-ubuntu-web-webview.html#confirmDialog-prop">confirmDialog</a>, and <a href="qml-ubuntu-web-webview.html#promptDialog-prop">promptDialog</a>.</p>
</div></div><!-- @@@beforeUnloadDialog -->
<br/>
<!-- $$$canGoBack -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="canGoBack-prop"><td class="tblQmlPropNode"><p><a name="canGoBack-prop"></a><span class="name">canGoBack</span> : <span class="type">bool</span></p></td></tr></table></div></div><div class="qmldoc"><p>Whether the navigation history has a previous entry to navigate back.</p>
<p><b>See also </b><a href="qml-ubuntu-web-webview.html#goBack-method">goBack</a> and <a href="qml-ubuntu-web-webview.html#canGoForward-prop">canGoForward</a>.</p>
</div></div><!-- @@@canGoBack -->
<br/>
<!-- $$$canGoForward -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="canGoForward-prop"><td class="tblQmlPropNode"><p><a name="canGoForward-prop"></a><span class="name">canGoForward</span> : <span class="type">bool</span></p></td></tr></table></div></div><div class="qmldoc"><p>Whether the navigation history has a next entry to navigate forward.</p>
<p><b>See also </b><a href="qml-ubuntu-web-webview.html#goForward-method">goForward</a> and <a href="qml-ubuntu-web-webview.html#canGoBack-prop">canGoBack</a>.</p>
</div></div><!-- @@@canGoForward -->
<br/>
<!-- $$$confirmDialog -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="confirmDialog-prop"><td class="tblQmlPropNode"><p><a name="confirmDialog-prop"></a><span class="name">confirmDialog</span> : <span class="type">component</span></p></td></tr></table></div></div><div class="qmldoc"><p>The QML component that will be instantiated to display a JavaScript confirmation dialog.</p>
<p><b>See also </b><a href="qml-ubuntu-web-webview.html#alertDialog-prop">alertDialog</a>, <a href="qml-ubuntu-web-webview.html#promptDialog-prop">promptDialog</a>, and <a href="qml-ubuntu-web-webview.html#beforeUnloadDialog-prop">beforeUnloadDialog</a>.</p>
</div></div><!-- @@@confirmDialog -->
<br/>
<!-- $$$context -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="context-prop"><td class="tblQmlPropNode"><p><a name="context-prop"></a><span class="name">context</span> : <span class="type"><a href="qml-ubuntu-web-webcontext.html">WebContext</a></span></p></td></tr></table></div></div><div class="qmldoc"><p>The web context associated to this <a href="qml-ubuntu-web-webview.html">WebView</a>. By default a <a href="qml-ubuntu-web-sharedwebcontext.html">shared context</a> is used which should fit most use cases, do not override unless you really need a finer control over the context.</p>
</div></div><!-- @@@context -->
<br/>
<!-- $$$contextModel -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="contextModel-prop"><td class="tblQmlPropNode"><p><a name="contextModel-prop"></a><span class="name">contextModel</span> : <span class="type">QtObject</span></p></td></tr></table></div></div><div class="qmldoc"><p>An object that holds the contextual data associated with the current context menu, as well as methods to interact with this data. User-defined <a href="qml-ubuntu-web-webview.html#contextualActions-prop">contextual actions</a> can use this data to process it when triggered.</p>
<p>It has the following properties:</p>
<ul>
<li>linkUrl (url): the full URI of the hyperlink, if any</li>
<li>srcUrl (url): the full URI of the image/media, if any</li>
<li>mediaType (int): the type of media (one of Oxide.<a href="qml-ubuntu-web-webview.html">WebView</a>.MediaTypeNone, Oxide.<a href="qml-ubuntu-web-webview.html">WebView</a>.MediaTypeImage, Oxide.<a href="qml-ubuntu-web-webview.html">WebView</a>.MediaTypeCanvas, Oxide.<a href="qml-ubuntu-web-webview.html">WebView</a>.MediaTypeAudio, Oxide.<a href="qml-ubuntu-web-webview.html">WebView</a>.MediaTypeVideo)</li>
<li>isEditable (bool): whether the current element is editable</li>
<li>editFlags (int): for editable elements, an OR-combined list of flags that define the current editing capabilities (Oxide.<a href="qml-ubuntu-web-webview.html">WebView</a>.UndoCapability, Oxide.<a href="qml-ubuntu-web-webview.html">WebView</a>.RedoCapability, Oxide.<a href="qml-ubuntu-web-webview.html">WebView</a>.CutCapability, Oxide.<a href="qml-ubuntu-web-webview.html">WebView</a>.CopyCapability, Oxide.<a href="qml-ubuntu-web-webview.html">WebView</a>.PasteCapability, Oxide.<a href="qml-ubuntu-web-webview.html">WebView</a>.EraseCapability, Oxide.<a href="qml-ubuntu-web-webview.html">WebView</a>.SelectAllCapability)</li>
</ul>
<p>It has the following methods:</p>
<ul>
<li>saveLink(): initiates a download request for the resource pointed to by the hyperlink, if any</li>
<li>saveMedia(): initiates a download request for the media (image, canvas, audio, video), if any</li>
</ul>
<p>When there is no active context menu, <code>contextModel</code> is null.</p>
<p><b>See also </b><a href="qml-ubuntu-web-webview.html#contextualActions-prop">contextualActions</a>.</p>
</div></div><!-- @@@contextModel -->
<br/>
<!-- $$$contextualActions -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="contextualActions-prop"><td class="tblQmlPropNode"><p><a name="contextualActions-prop"></a><span class="name">contextualActions</span> : <span class="type">ActionList</span></p></td></tr></table></div></div><div class="qmldoc"><p>A list of actions that the user will be presented with when invoking a context menu (by way of a right click on desktop, or a long press on a touch-enabled device, on an image or a hyperlink). By default the list is empty, and no menu is shown. User-defined actions can access the <a href="qml-ubuntu-web-webview.html#contextModel-prop">context model</a>.</p>
<p>Example of user-defined actions:</p>
<pre class="cpp">import Ubuntu<span class="operator">.</span>Components <span class="number">1.3</span>
import Ubuntu<span class="operator">.</span>Web <span class="number">0.2</span>

WebView {
    contextualActions: ActionList {
        Action {
            text: i18n<span class="operator">.</span>tr(<span class="string">&quot;Open link in browser&quot;</span>)
            enabled: contextModel <span class="operator">&amp;</span><span class="operator">&amp;</span> contextModel<span class="operator">.</span>linkUrl<span class="operator">.</span>toString()
            onTriggered: <span class="type">Qt</span><span class="operator">.</span>openUrlExternally(contextModel<span class="operator">.</span>linkUrl)
        }
    }
}</pre>
<p><b>See also </b><a href="qml-ubuntu-web-webview.html#contextModel-prop">contextModel</a>.</p>
</div></div><!-- @@@contextualActions -->
<br/>
<!-- $$$filePicker -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="filePicker-prop"><td class="tblQmlPropNode"><p><a name="filePicker-prop"></a><span class="name">filePicker</span> : <span class="type">component</span></p></td></tr></table></div></div><div class="qmldoc"><p>The QML component that will be instantiated to let the user select files when the user clicks an <code>&lt;input type=&quot;file&quot;&gt;</code> element on the current page.</p>
</div></div><!-- @@@filePicker -->
<br/>
<!-- $$$fullscreen -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="fullscreen-prop"><td class="tblQmlPropNode"><p><a name="fullscreen-prop"></a><span class="name">fullscreen</span> : <span class="type">bool</span></p></td></tr></table></div></div><div class="qmldoc"><p>Whether the current page requested fullscreen display.</p>
</div></div><!-- @@@fullscreen -->
<br/>
<!-- $$$icon -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="icon-prop"><td class="tblQmlPropNode"><p><a name="icon-prop"></a><span class="name">icon</span> : <span class="type"><a href="qml-ubuntu-web-webview.html#url-prop">url</a></span></p></td></tr></table></div></div><div class="qmldoc"><p>The URL of the favicon of the current page.</p>
</div></div><!-- @@@icon -->
<br/>
<!-- $$$incognito -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="incognito-prop"><td class="tblQmlPropNode"><p><a name="incognito-prop"></a><span class="name">incognito</span> : <span class="type">bool</span></p></td></tr></table></div></div><div class="qmldoc"><p>Whether the <a href="qml-ubuntu-web-webview.html">WebView</a> is being used in private browsing mode, where no data is persisted across sessions.</p>
</div></div><!-- @@@incognito -->
<br/>
<!-- $$$loadProgress -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="loadProgress-prop"><td class="tblQmlPropNode"><p><a name="loadProgress-prop"></a><span class="name">loadProgress</span> : <span class="type">int</span></p></td></tr></table></div></div><div class="qmldoc"><p>The load progress of the current page (as a integer value between 0 and 100).</p>
<p><b>See also </b><a href="qml-ubuntu-web-webview.html#loading-prop">loading</a>.</p>
</div></div><!-- @@@loadProgress -->
<br/>
<!-- $$$loading -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="loading-prop"><td class="tblQmlPropNode"><p><a name="loading-prop"></a><span class="name">loading</span> : <span class="type">bool</span></p></td></tr></table></div></div><div class="qmldoc"><p>Whether the current page is loading.</p>
<p><b>See also </b><a href="qml-ubuntu-web-webview.html#loadProgress-prop">loadProgress</a>, <a href="qml-ubuntu-web-webview.html#stop-method">stop</a>, and <a href="qml-ubuntu-web-webview.html#reload-method">reload</a>.</p>
</div></div><!-- @@@loading -->
<br/>
<!-- $$$navigationHistory -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="navigationHistory-prop"><td class="tblQmlPropNode"><p><a name="navigationHistory-prop"></a><span class="name">navigationHistory</span> : <span class="type">list</span></p></td></tr></table></div></div><div class="qmldoc"><p>The navigation history (back/forward entries) stored as a list model with a <code>currentIndex</code> property. Each entry exposes the URL and title of the corresponding page, as well as a timestamp of when it was visited.</p>
</div></div><!-- @@@navigationHistory -->
<br/>
<!-- $$$promptDialog -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="promptDialog-prop"><td class="tblQmlPropNode"><p><a name="promptDialog-prop"></a><span class="name">promptDialog</span> : <span class="type">component</span></p></td></tr></table></div></div><div class="qmldoc"><p>The QML component that will be instantiated to display a JavaScript prompt dialog.</p>
<p><b>See also </b><a href="qml-ubuntu-web-webview.html#alertDialog-prop">alertDialog</a>, <a href="qml-ubuntu-web-webview.html#confirmDialog-prop">confirmDialog</a>, and <a href="qml-ubuntu-web-webview.html#beforeUnloadDialog-prop">beforeUnloadDialog</a>.</p>
</div></div><!-- @@@promptDialog -->
<br/>
<!-- $$$title -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="title-prop"><td class="tblQmlPropNode"><p><a name="title-prop"></a><span class="name">title</span> : <span class="type">string</span></p></td></tr></table></div></div><div class="qmldoc"><p>The title of the current page.</p>
</div></div><!-- @@@title -->
<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="name">url</span> : <span class="type"><a href="qml-ubuntu-web-webview.html#url-prop">url</a></span></p></td></tr></table></div></div><div class="qmldoc"><p>The URL of the current page.</p>
</div></div><!-- @@@url -->
<br/>
<h2>Method Documentation</h2>
<!-- $$$goBack -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="goBack-method"><td class="tblQmlFuncNode"><p><a name="goBack-method"></a><span class="type">void</span> <span class="name">goBack</span>()</p></td></tr></table></div></div><div class="qmldoc"><p>Go back one entry in the navigation history.</p>
<p><b>See also </b><a href="qml-ubuntu-web-webview.html#canGoBack-prop">canGoBack</a> and <a href="qml-ubuntu-web-webview.html#goForward-method">goForward</a>.</p>
</div></div><!-- @@@goBack -->
<br/>
<!-- $$$goForward -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="goForward-method"><td class="tblQmlFuncNode"><p><a name="goForward-method"></a><span class="type">void</span> <span class="name">goForward</span>()</p></td></tr></table></div></div><div class="qmldoc"><p>Go forward one entry in the navigation history.</p>
<p><b>See also </b><a href="qml-ubuntu-web-webview.html#canGoForward-prop">canGoForward</a> and <a href="qml-ubuntu-web-webview.html#goBack-method">goBack</a>.</p>
</div></div><!-- @@@goForward -->
<br/>
<!-- $$$loadHtml -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="loadHtml-method"><td class="tblQmlFuncNode"><p><a name="loadHtml-method"></a><span class="type">void</span> <span class="name">loadHtml</span>(<span class="type">string</span><i> html</i>, <span class="type"><a href="qml-ubuntu-web-webview.html#url-prop">url</a></span><i> baseUrl</i>)</p></td></tr></table></div></div><div class="qmldoc"><p>Load HTML content from memory instead of loading it from a URL. The <code>baseUrl</code> argument is used to resolve relative URLs in the provided content.</p>
</div></div><!-- @@@loadHtml -->
<br/>
<!-- $$$reload -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="reload-method"><td class="tblQmlFuncNode"><p><a name="reload-method"></a><span class="type">void</span> <span class="name">reload</span>()</p></td></tr></table></div></div><div class="qmldoc"><p>Reload the current page.</p>
<p><b>See also </b><a href="qml-ubuntu-web-webview.html#stop-method">stop</a>.</p>
</div></div><!-- @@@reload -->
<br/>
<!-- $$$stop -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="stop-method"><td class="tblQmlFuncNode"><p><a name="stop-method"></a><span class="type">void</span> <span class="name">stop</span>()</p></td></tr></table></div></div><div class="qmldoc"><p>Stop loading the current page. Does nothing if there is no page currently loading.</p>
<p><b>See also </b><a href="qml-ubuntu-web-webview.html#reload-method">reload</a> and <a href="qml-ubuntu-web-webview.html#loading-prop">loading</a>.</p>
</div></div><!-- @@@stop -->
<br/>
</body>
</html>