1 /****************************************************************************
3 ** Copyright (C) 2015 The Qt Company Ltd.
4 ** Contact: http://www.qt.io/licensing/
6 ** This file is part of the documentation of the Qt Toolkit.
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.
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.
26 ****************************************************************************/
31 \ingroup qt-gui-concepts
33 \brief Qt Quick provides a declarative framework for building highly
34 dynamic user interfaces.
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.
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
46 \section1 Getting Started
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}
53 \o \l{What's new in Qt Quick}{What's New in the Qt Quick Release}
54 \o \l{QML Examples and Demos}
57 \section1 QML Features
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}
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}
91 \section1 Qt Quick Tools
95 \o \l{external: Developing Qt Quick Applications with Creator}{Developing with Qt Creator}
102 \o \l{Introduction to the QML language}{QML Syntax}
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}
112 \section1 Architecture
115 \o \l{Qt Declarative UI Runtime}
116 \o \l{Integrating JavaScript}
120 \o \l{QML Global Object}
121 \o \l{QML Internationalization}
122 \o \l{QML Right-to-left User Interfaces}
124 \o \l{Qt Declarative Module}
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}
137 \l{http://wiki.forum.nokia.com/index.php/Qt_Quick_examples_for_porting}{Qt Quick
138 examples for porting}
141 \section1 Best Practices
144 \o \l{QML Best Practices: Coding Conventions}{Coding Tips}
145 \o \l{QML Performance}{Performance Tips}
148 \section1 License Information
150 \o \l{Qt Quick Licensing Information}
153 \section1 Online Examples
157 \l{http://wiki.forum.nokia.com/index.php/Qt_Quick_examples_for_porting}{Qt Quick
158 examples for porting}