summaryrefslogtreecommitdiffstats
path: root/doc/src/overviews.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/overviews.qdoc')
-rw-r--r--doc/src/overviews.qdoc29
1 files changed, 26 insertions, 3 deletions
diff --git a/doc/src/overviews.qdoc b/doc/src/overviews.qdoc
index 5c48a33..96805d0 100644
--- a/doc/src/overviews.qdoc
+++ b/doc/src/overviews.qdoc
@@ -164,9 +164,32 @@
\brief Features of the QML Language
- These are overviews of the many features of the QML Language.
-
- \generatelist {related}
+ These are overviews of the many features of the QML language.
+
+ \list
+ \o \l{QML Syntax}
+ \o \l{Property Binding}
+ \o \l{QML Basic Types}{Data Types}
+ \o \l{QML Basic Elements}{Basic Elements}
+ \o \l{Using QML Positioner and Repeater Items}{Component Layouts}
+ \o \l{Anchor-based Layout in QML}{Layouts using Anchors}
+ \o \l{Mouse Events}
+ \o \l{QML Text Handling and Validators}{Text Handling and Validators}
+ \o \l{Keyboard Focus in QML}{Keyboard Focus}
+ \o \l{Importing Reusable Components}
+ \o \l{QML States}{States}
+ \o \l{QML Animation and Transitions}{Animation and Transitions}
+ \o \l{QML Data Models}{Structuring Data with Models}
+ \o \l{Presenting Data with Views}
+ \o \l{Extending QML Functionalities using C++}
+ \o \l{Using QML Bindings in C++ Applications}
+ \o \l{Integrating QML Code with Existing Qt UI Code}
+ \o \l{QML Signal and Handler Event System}{Signal and Handler Event System}
+ \o \l{Dynamic Object Management in QML}{Dynamic Object Management}
+ \o \l{Network Transparency}{Loading Resources in QML}
+ \o \l{QML Internationalization}{Internationalization}
+ \o \l{QML Graphical Effects}{Graphical Effects}
+ \endlist
*/
/*!
\group qml-architecture