cf47ec179cde836997271b8685bc39e85a035e70
[profile/ivi/qtdeclarative.git] / doc / src / qtquick1 / qmlwebkit.qdoc
1 /****************************************************************************
2 **
3 ** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
4 ** All rights reserved.
5 ** Contact: http://www.qt-project.org/
6 **
7 ** This file is part of the documentation of the Qt Toolkit.
8 **
9 ** $QT_BEGIN_LICENSE:FDL$
10 ** GNU Free Documentation License
11 ** Alternatively, this file may be used under the terms of the GNU Free
12 ** Documentation License version 1.3 as published by the Free Software
13 ** Foundation and appearing in the file included in the packaging of
14 ** this file.
15 **
16 ** Other Usage
17 ** Alternatively, this file may be used in accordance with the terms
18 ** and conditions contained in a signed written agreement between you
19 ** and Nokia.
20 **
21 **
22 **
23 **
24 ** $QT_END_LICENSE$
25 **
26 ****************************************************************************/
27
28 /*!
29 \page qmlwebkit.html
30 \inqmlmodule QtQuick 1
31
32 \title QtWebKit QML Module
33
34 Qt WebKit QML
35
36 \section1 WebKit QML Elements
37 \list
38 \o \l WebView
39 \endlist
40
41 \section1 QtWebKit Module
42 The QtWebKit Module has a QML element, \l{WebView} for displaying web content
43 from a \c URL.
44
45 Import the QtWebKit module before declaring a \c WebView element:
46 \snippet doc/src/snippets/declarative/webview/webview.qml import
47
48 \section1 Simple Usage
49 \snippet doc/src/snippets/declarative/webview/webview.qml document
50 \image webview.png
51
52 \sa {Models and Views: WebView Example}{WebView Example}, {QML Web Browser}
53 */