6c86967d195558817dc783d0b7ee0f1ec9a1bc33
[profile/ivi/qtdeclarative.git] / doc / src / qtquick1 / declarativeui.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 \title Qt Quick
30 \page qtquick1.html
31 \inqmlmodule QtQuick 1
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{Intro to Qt Quick}{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 1}{What's New in the Qt Quick Release}
55 \o \l{QML Examples and Demos}
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}{Qt Quick 1 Internationalization}
81 \endlist
82
83 \section1 QML Add-Ons
84
85 \list
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 \endlist
89
90 \section1 Qt Quick Tools
91
92 \list
93 \o \l{Debugging QML}
94 \o \l{external: Developing Qt Quick Applications with Creator}{Developing with Qt Creator}
95 \o \l{QML Viewer}
96 \endlist
97
98 \section1 Reference
99
100 \list
101 \o \l{Introduction to the QML language}{QML Syntax}
102 \o \l{QML Elements}
103 \o \l{Qt Declarative Module}
104 \o \l{QML Basic Types}{QML Data Types}
105 \o \l{QML Coding Conventions}
106 \o \l{external: Qt Creator Manual}{Qt Creator Manual}
107 \o \l{Programming with Qt}
108 \o \l{http://doc.qt.nokia.com/qtmobility-1.1.0/index.html}{Qt Mobility Documentation}
109 \endlist
110
111 \section1 Architecture
112
113 \list
114 \o \l{Qt Declarative UI Runtime}
115 \o \l{Integrating JavaScript}
116 \o \l{QML Scope}
117 \o \l{QML Modules}
118 \o \l{QML Documents}
119 \o \l{QML Global Object}
120 \o \l{QML Internationalization}
121 \o \l{QML Right-to-left User Interfaces}
122 \o \l{QML Security}
123 \o \l{Qt Declarative Module}
124 \endlist
125
126 \section1 Examples
127
128 \list
129 \o \l{QML Tutorial}{"Hello World" Tutorial}
130 \o \l{Getting Started Programming with QML}
131 \o \l{QML Advanced Tutorial}{Tutorial: "Same Game"}
132 \o \l{Tutorial: Writing QML extensions with C++}
133 \o \l{QML Examples and Demos}
134
135 \o Forum Nokia:
136 \l{http://wiki.forum.nokia.com/index.php/Qt_Quick_examples_for_porting}{Qt Quick
137 examples for porting}
138 \endlist
139
140 \section1 Best Practices
141
142 \list
143 \o \l{QML Best Practices: Coding Conventions}{Coding Tips}
144 \o \l{QML Performance - Qt Quick 1}{Performance Tips}
145 \endlist
146
147 \section1 License Information
148 \list
149 \o \l{Qt Quick Licensing Information}
150 \endlist
151
152 \section1 Online Examples
153
154 \list
155 \o Forum Nokia:
156 \l{http://wiki.forum.nokia.com/index.php/Qt_Quick_examples_for_porting}{Qt Quick
157 examples for porting}
158 \endlist
159 */