summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/qmlsyntax.qdoc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2010-12-20 16:29:06 (GMT)
committerJerome Pasion <jerome.pasion@nokia.com>2010-12-20 16:29:06 (GMT)
commit9b0ad342cc888bd4291c84f63fe485bfbfdc3ce0 (patch)
treeccaf02b27ceb7c11fbf451d5abfefe28b2f6d682 /doc/src/declarative/qmlsyntax.qdoc
parent401e43aa33a3c1a914f4280190a9d514a6fe0918 (diff)
downloadQt-9b0ad342cc888bd4291c84f63fe485bfbfdc3ce0.zip
Qt-9b0ad342cc888bd4291c84f63fe485bfbfdc3ce0.tar.gz
Qt-9b0ad342cc888bd4291c84f63fe485bfbfdc3ce0.tar.bz2
Re-organized the Qt Quick page. Changed titles and links.
Task-number: QTBUG-16071
Diffstat (limited to 'doc/src/declarative/qmlsyntax.qdoc')
-rw-r--r--doc/src/declarative/qmlsyntax.qdoc7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/src/declarative/qmlsyntax.qdoc b/doc/src/declarative/qmlsyntax.qdoc
index 4ff2437..908b924 100644
--- a/doc/src/declarative/qmlsyntax.qdoc
+++ b/doc/src/declarative/qmlsyntax.qdoc
@@ -30,6 +30,7 @@
\title QML Syntax
\ingroup QML Features
\previouspage QML Features
+\nextpage Property Binding
\contentspage QML Features
\tableofcontents
@@ -38,11 +39,9 @@ QML is a declarative language designed to describe the user interface of a
program: both what it looks like, and how it behaves. In QML, a user
interface is specified as a tree of objects with properties.
-This introduction is meant for those with little or no programming
-experience. JavaScript is used as a scripting language in QML, so you may want
+JavaScript is used as a scripting language in QML, so you may want
to learn a bit more about it (\l{Javascript Guide}) before diving
-deeper into QML. It's also helpful to have a basic understanding of other web
-technologies like HTML and CSS, but it's not required.
+deeper into QML.
\section1 Basic QML Syntax