Update copyright headers
[qt:qt.git] / doc / src / declarative / declarativeui.qdoc
1 /****************************************************************************
2 **
3 ** Copyright (C) 2015 The Qt Company Ltd.
4 ** Contact: http://www.qt.io/licensing/
5 **
6 ** This file is part of the documentation of the Qt Toolkit.
7 **
8 ** $QT_BEGIN_LICENSE:FDL$
9 ** Commercial License Usage
10 ** Licensees holding valid commercial Qt licenses may use this file in
11 ** accordance with the commercial license agreement provided with the
12 ** Software or, alternatively, in accordance with the terms contained in
13 ** a written agreement between you and The Qt Company. For licensing terms
14 ** and conditions see http://www.qt.io/terms-conditions. For further
15 ** information use the contact form at http://www.qt.io/contact-us.
16 **
17 ** GNU Free Documentation License Usage
18 ** Alternatively, this file may be used under the terms of the GNU Free
19 ** Documentation License version 1.3 as published by the Free Software
20 ** Foundation and appearing in the file included in the packaging of
21 ** this file.  Please review the following information to ensure
22 ** the GNU Free Documentation License version 1.3 requirements
23 ** will be met: http://www.gnu.org/copyleft/fdl.html.
24 ** $QT_END_LICENSE$
25 **
26 ****************************************************************************/
27
28 /*!
29 \title Qt Quick
30 \page qtquick.html
31 \ingroup qt-gui-concepts
32
33 \brief Qt Quick provides a declarative framework for building highly
34 dynamic user interfaces.
35
36 Qt Quick is a collection of technologies that are designed to help
37 developers create the kind of intuitive, modern, fluid user
38 interfaces that are increasingly used on mobile phones, media players,
39 set-top boxes and other portable devices.
40
41 Qt Quick consists of a rich set of user interface elements, a declarative
42 language for describing user interfaces and a language runtime. A collection
43 of C++ APIs is used to integrate these high level features with classic
44 Qt applications.
45
46 \section1 Getting Started
47
48 \list
49 \o \l{Introduction to Qt Quick}
50 \o \l{QML for Qt Programmers}{QML Programming for Qt Programmers}
51 \o \l{Getting Started Programming with QML}
52
53 \o \l{What's new in Qt Quick}{What's New in the Qt Quick Release}
54 \o \l{QML Examples and Demos}
55 \endlist
56
57 \section1 QML Features
58
59 \list
60 \o \l{QML Basic Elements}{Basic Elements}
61 \o \l{QML Basic Types}{Data Types}
62 \o \l{Property Binding}
63 \o \l{Using QML Positioner and Repeater Items}{Component Layouts}
64 \o \l{Anchor-based Layout in QML}{Layouts using Anchors}
65 \o \l{QML Mouse Events}{Mouse Events}
66 \o \l{QML Text Handling and Validators}{Text Handling and Validators}
67 \o \l{Keyboard Focus in QML}{Keyboard Focus}
68 \o \l{QML Signal and Handler Event System}{Signal and Handler Event System}
69 \o \l{Importing Reusable Components}
70 \o \l{QML States}{States}
71 \o \l{QML Animation and Transitions}{Animation and Transitions}
72 \o \l{QML Data Models}{Structuring Data with Models}
73 \o \l{Presenting Data with Views}
74 \o \l{Extending QML Functionalities using C++}
75 \o \l{Using QML Bindings in C++ Applications}
76 \o \l{Integrating QML Code with Existing Qt UI Code}
77 \o \l{Dynamic Object Management in QML}{Dynamic Object Management}
78 \o \l{Network Transparency}{Loading Resources in QML}
79 \o \l{QML Internationalization}{Internationalization}
80 \endlist
81
82 \section1 QML Add-Ons
83
84 \list
85 \o \l{Qt Quick Components for Symbian 1.1}{Qt Quick Components for Symbian} - a native component set for the Symbian^3 platform
86 \o \l{QtWebKit QML Module}
87 \o \l{http://doc.qt.nokia.com/qtmobility-1.1.0/qml-plugins.html}{Mobility QML Plugins}
88 \o \l {http://doc.qt.nokia.com/qt-components-symbian-1.1/index.html}{Qt Quick Components}
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 */