diff options
author | Martin Smith <msmith@trolltech.com> | 2010-05-04 13:33:02 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-05-04 13:33:02 (GMT) |
commit | 409ced7dc098438e185b9a6db6b3f53b1472839d (patch) | |
tree | 912a5a7c3cc9dd0b99005a9c7b06bc9eb7c81ec3 /doc/src/declarative/declarativeui.qdoc | |
parent | ae0dfbf4718fc24a8f68a8c7b307b2a808d0f4dc (diff) | |
download | Qt-409ced7dc098438e185b9a6db6b3f53b1472839d.zip Qt-409ced7dc098438e185b9a6db6b3f53b1472839d.tar.gz Qt-409ced7dc098438e185b9a6db6b3f53b1472839d.tar.bz2 |
qdoc: Fixed the alphabet index in the compact list.
Now it leaves out any letter that doesn't appear in
the list. i.e. If there are no classes that begin
with QJ... J does not appear in the alphabet index.
Diffstat (limited to 'doc/src/declarative/declarativeui.qdoc')
-rw-r--r-- | doc/src/declarative/declarativeui.qdoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/declarative/declarativeui.qdoc b/doc/src/declarative/declarativeui.qdoc index 6a1f5c5..5283ba8 100644 --- a/doc/src/declarative/declarativeui.qdoc +++ b/doc/src/declarative/declarativeui.qdoc @@ -74,7 +74,7 @@ strengths}. QML can be be used to incrementally extend an existing application or to build completely new applications. QML is fully \l {Extending QML in C++}{extensible from C++}. -\section1 Getting Started: +\section1 Getting Started \list \o \l {Introduction to the QML language} @@ -84,7 +84,7 @@ application or to build completely new applications. QML is fully \l \o \l {QML for Qt programmers} \endlist -\section1 Core QML Features: +\section1 Core QML Features \list \o \l {QML Documents} \o \l {Property Binding} @@ -102,7 +102,7 @@ application or to build completely new applications. QML is fully \l \o \l {qmlruntime.html}{The Qt Declarative Runtime} \endlist -\section1 Using QML with C++: +\section1 Using QML with C++ \list \o \l {Tutorial: Writing QML extensions with C++} \o \l {Extending QML in C++} @@ -110,7 +110,7 @@ application or to build completely new applications. QML is fully \l \o \l {Integrating QML with existing Qt UI code} \endlist -\section1 Reference: +\section1 Reference \list \o \l {QML Elements} \o \l {QML Global Object} |