Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / doc / src / declarative / declarativeui.qdoc
1 /****************************************************************************
2 **
3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
4 ** All rights reserved.
5 ** Contact: Nokia Corporation (qt-info@nokia.com)
6 **
7 ** This file is part of the documentation of the Qt Toolkit.
8 **
9 ** $QT_BEGIN_LICENSE:FDL$
10 ** No Commercial Usage
11 ** This file contains pre-release code and may not be distributed.
12 ** You may use this file in accordance with the terms and conditions
13 ** contained in the Technology Preview License Agreement accompanying
14 ** this package.
15 **
16 ** GNU Free Documentation License
17 ** Alternatively, this file may be used under the terms of the GNU Free
18 ** Documentation License version 1.3 as published by the Free Software
19 ** Foundation and appearing in the file included in the packaging of this
20 ** file.
21 **
22 ** If you have questions regarding the use of this file, please contact
23 ** Nokia at qt-info@nokia.com.
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{Intro to Qt Quick}{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{QtWebKit QML Module}
86 \o \l{http://doc.qt.nokia.com/qtmobility-1.1.0/qml-plugins.html}{Mobility QML Plugins}
87 \endlist
88
89 \section1 Qt Quick Tools
90
91 \list
92 \o \l{Debugging QML}
93 \o \l{external: Developing Qt Quick Applications with Creator}{Developing with Qt Creator}
94 \o \l{QML Viewer}
95 \endlist
96
97 \section1 Reference
98
99 \list
100 \o \l{Introduction to the QML language}{QML Syntax}
101 \o \l{QML Elements}
102 \o \l{Qt Declarative Module}
103 \o \l{QML Basic Types}{QML Data Types}
104 \o \l{QML Coding Conventions}
105 \o \l{external: Qt Creator Manual}{Qt Creator Manual}
106 \o \l{Programming with Qt}
107 \o \l{http://doc.qt.nokia.com/qtmobility-1.1.0/index.html}{Qt Mobility Documentation}
108 \endlist
109
110 \section1 Architecture
111
112 \list
113 \o \l{Qt Declarative UI Runtime}
114 \o \l{Integrating JavaScript}
115 \o \l{QML Scope}
116 \o \l{QML Modules}
117 \o \l{QML Documents}
118 \o \l{QML Global Object}
119 \o \l{QML Internationalization}
120 \o \l{QML Right-to-left User Interfaces}
121 \o \l{QML Security}
122 \o \l{Qt Declarative Module}
123 \endlist
124
125 \section1 Examples
126
127 \list
128 \o \l{QML Tutorial}{"Hello World" Tutorial}
129 \o \l{Getting Started Programming with QML}
130 \o \l{QML Advanced Tutorial}{Tutorial: "Same Game"}
131 \o \l{Tutorial: Writing QML extensions with C++}
132 \o \l{QML Examples and Demos}
133
134 \o Forum Nokia:
135 \l{http://wiki.forum.nokia.com/index.php/Qt_Quick_examples_for_porting}{Qt Quick
136 examples for porting}
137 \endlist
138
139 \section1 Best Practices
140
141 \list
142 \o \l{QML Best Practices: Coding Conventions}{Coding Tips}
143 \o \l{QML Performance}{Performance Tips}
144 \endlist
145
146 \section1 License Information
147 \list
148 \o \l{Qt Quick Licensing Information}
149 \endlist
150 */