Remove "All rights reserved" line from license headers.
[profile/ivi/qtdeclarative.git] / doc / src / declarative / declarativeui.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 /*!
29 \title Qt Quick
30 \page qtquick.html
31 \inqmlmodule QtQuick 2
32 \ingroup qt-gui-concepts
33
34 \brief Qt Quick provides a declarative framework for building highly
35 dynamic user interfaces.
36
37 Qt Quick is a collection of technologies that are designed to help
38 developers create the kind of intuitive, modern, fluid user
39 interfaces that are increasingly used on mobile phones, media players,
40 set-top boxes and other portable devices.
41
42 Qt Quick consists of a rich set of user interface elements, a declarative
43 language for describing user interfaces and a language runtime. A collection
44 of C++ APIs is used to integrate these high level features with classic
45 Qt applications.
46
47 \section1 Getting Started
48
49 \list
50 \o \l{Introduction to Qt Quick}
51 \o \l{QML for Qt Programmers}{QML Programming for Qt Programmers}
52 \o \l{Getting Started Programming with QML}
53
54 \o \l{What's New in Qt Quick 2}{What's New in the Qt Quick Release}
55 \o \l{QML Examples}
56 \endlist
57
58 \section1 QML Features
59
60 \list
61 \o \l{QML Basic Elements}{Basic Elements}
62 \o \l{QML Basic Types}{Data Types}
63 \o \l{Property Binding}
64 \o \l{Using QML Positioner and Repeater Items}{Component Layouts}
65 \o \l{Anchor-based Layout in QML}{Layouts using Anchors}
66 \o \l{QML Mouse Events}{Mouse Events}
67 \o \l{QML Text Handling and Validators}{Text Handling and Validators}
68 \o \l{Keyboard Focus in QML}{Keyboard Focus}
69 \o \l{QML Signal and Handler Event System}{Signal and Handler Event System}
70 \o \l{Importing Reusable Components}
71 \o \l{QML States}{States}
72 \o \l{QML Animation and Transitions}{Animation and Transitions}
73 \o \l{QML Data Models}{Structuring Data with Models}
74 \o \l{Presenting Data with Views}
75 \o \l{Extending QML Functionalities using C++}
76 \o \l{Using QML Bindings in C++ Applications}
77 \o \l{Integrating QML Code with Existing Qt UI Code}
78 \o \l{Dynamic Object Management in QML}{Dynamic Object Management}
79 \o \l{Network Transparency}{Loading Resources in QML}
80 \o \l{QML Internationalization}{Internationalization}
81 \o \l{Accessible}{Accessibility}
82 \endlist
83
84 \section1 QML Add-Ons
85
86 \list
87 \o \l{QtWebKit QML Module}
88 \o \l{http://doc.qt.nokia.com/qtmobility-1.1.0/qml-plugins.html}{Mobility QML Plugins}
89 \endlist
90
91 \section1 Qt Quick Tools
92
93 \list
94 \o \l{Debugging QML}
95 \o \l{external: Developing Qt Quick Applications with Creator}{Developing with Qt Creator}
96 \o \l{QML Viewer}
97 \endlist
98
99 \section1 Reference
100
101 \list
102 \o \l{Introduction to the QML language}{QML Syntax}
103 \o \l{QML Elements}
104 \o \l{Qt Declarative Module}
105 \o \l{QML Basic Types}{QML Data Types}
106 \o \l{QML Coding Conventions}
107 \o \l{external: Qt Creator Manual}{Qt Creator Manual}
108 \o \l{Programming with Qt}
109 \o \l{http://doc.qt.nokia.com/qtmobility-1.1.0/index.html}{Qt Mobility Documentation}
110 \endlist
111
112 \section1 Architecture
113
114 \list
115 \o \l{Qt Declarative UI Runtime}
116 \o \l{Integrating JavaScript}
117 \o \l{QML Scope}
118 \o \l{QML Modules}
119 \o \l{QML Documents}
120 \o \l{QML Global Object}
121 \o \l{QML Internationalization}
122 \o \l{QML Right-to-left User Interfaces}
123 \o \l{QML Security}
124 \o \l{Qt Declarative Module}
125 \endlist
126
127 \section1 Examples
128
129 \list
130 \o \l{QML Tutorial}{"Hello World" Tutorial}
131 \o \l{Getting Started Programming with QML}
132 \o \l{QML Advanced Tutorial}{Tutorial: "Same Game"}
133 \o \l{Tutorial: Writing QML extensions with C++}
134 \o \l{QML Examples and Demos}
135
136 \o Forum Nokia:
137 \l{http://wiki.forum.nokia.com/index.php/Qt_Quick_examples_for_porting}{Qt Quick
138 examples for porting}
139 \endlist
140
141 \section1 Best Practices
142
143 \list
144 \o \l{QML Best Practices: Coding Conventions}{Coding Tips}
145 \o \l{QML Performance}{Performance Tips}
146 \endlist
147
148 \section1 License Information
149 \list
150 \o \l{Qt Quick Licensing Information}
151 \endlist
152
153 \section1 Online Examples
154
155 \list
156 \o Forum Nokia:
157 \l{http://wiki.forum.nokia.com/index.php/Qt_Quick_examples_for_porting}{Qt Quick
158 examples for porting}
159 \endlist
160 */