d39527045282c894d03464072c720d82da2e5123
[profile/ivi/qtdeclarative.git] / src / qml / doc / src / documents / topic.qdoc
1 /****************************************************************************
2 **
3 ** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
4 ** Contact: http://www.qt-project.org/
5 **
6 ** This file is part of the documentation of the Qt Toolkit.
7 **
8 ** $QT_BEGIN_LICENSE:FDL$
9 ** GNU Free Documentation License
10 ** Alternatively, this file may be used under the terms of the GNU Free
11 ** Documentation License version 1.3 as published by the Free Software
12 ** Foundation and appearing in the file included in the packaging of
13 ** this file.
14 **
15 ** Other Usage
16 ** Alternatively, this file may be used in accordance with the terms
17 ** and conditions contained in a signed written agreement between you
18 ** and Nokia.
19 **
20 **
21 **
22 **
23 **
24 ** $QT_END_LICENSE$
25 **
26 ****************************************************************************/
27 /*!
28 \page qtqml-documents-topic.html
29 \title QML Documents
30 \brief Description of QML documents
31
32 \section1 Structure Of A QML Document
33
34 A QML document consists of two parts: its imports, and its object
35 hierarchy definition. See the \l {qtqml-documents-structure.html}{Structure of a QML Document}
36 for more information.
37
38
39 \section1 Documents as QML object type definitions
40
41 Any QML document can also define a QML object type.
42
43
44 \section2 Defining a component with a .qml file
45
46
47 \section2 Attributes exposed by components
48
49
50
51 \section1 Network Transparency
52
53 It is important to note that QML is network-transparent.
54 Applications can import documents from remote paths just as
55 simply as documents from local paths.
56
57 Please see the \l{qtqml-documents-networktransparency.html}
58 {Network Transparency} documentation for more information about network
59 transparency in imports.
60
61 \section1 Scope and Naming Resolution
62
63
64 */