2
* Copyright 2014 Canonical Ltd.
4
* This file is part of webbrowser-app.
6
* webbrowser-app is free software; you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by
8
* the Free Software Foundation; version 3.
10
* webbrowser-app is distributed in the hope that it will be useful,
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
* GNU General Public License for more details.
15
* You should have received a copy of the GNU General Public License
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
21
\inqmlmodule Ubuntu.Web 0.2
23
\brief A webview that can be used to render web content in an application.
25
Here is a very simple example of how to use a WebView to render a web page:
31
url: "http://ubuntu.com"
35
The \c WebView component defaults to using a \l {SharedWebContext}
36
{shared \c WebContext} that is shared across all \c WebView instances
37
in a given application.
42
// TODO: document relevant properties and methods