diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-08-19 23:56:12 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-08-19 23:56:12 (GMT) |
commit | 8b58eecf83811044edfc28bb652c605ab5446a07 (patch) | |
tree | 34602cb46265bc7084f5e2653b58256dd68f00e5 /doc/src/declarative/qmlreference.qdoc | |
parent | 21e87b18698c50bcfe0800509563e71c79aae0bb (diff) | |
download | Qt-8b58eecf83811044edfc28bb652c605ab5446a07.zip Qt-8b58eecf83811044edfc28bb652c605ab5446a07.tar.gz Qt-8b58eecf83811044edfc28bb652c605ab5446a07.tar.bz2 |
Documentation fixes
Diffstat (limited to 'doc/src/declarative/qmlreference.qdoc')
-rw-r--r-- | doc/src/declarative/qmlreference.qdoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/declarative/qmlreference.qdoc b/doc/src/declarative/qmlreference.qdoc index da955dc..8a50547 100644 --- a/doc/src/declarative/qmlreference.qdoc +++ b/doc/src/declarative/qmlreference.qdoc @@ -1,6 +1,6 @@ /*! \page qmlreference.html - \title Qml Reference + \title QML Reference \target qtdeclarativemainpage @@ -12,7 +12,7 @@ Building fluid applications is done declaratively, rather than procedurally. That is, you specify \e what the UI should look like and how it should behave - rather than specifying step-by-step \e how to build it. Specifying a UI declaratively + rather than specifying step-by-step \e how to build it. Specifying a UI declaratively does not just include the layout of the interface items, but also the way each individual item looks and behaves and the overall flow of the application. @@ -21,7 +21,7 @@ \o \l {qmlexamples}{Examples} \o \l {tutorial}{Tutorial: 'Hello World'} \o \l {tutorials-declarative-contacts.html}{Tutorial: 'Introduction to QML'} - \o \l {Introduction to the Qml language} (in progress) + \o \l {Introduction to the QML language} (in progress) \endlist Core Features: @@ -36,6 +36,6 @@ QML Reference: \list - \o \l {elements}{Qml Elements} + \o \l {elements}{QML Elements} \endlist */ |