diff options
author | Bea Lam <bea.lam@nokia.com> | 2009-11-26 04:10:01 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2009-11-26 04:10:01 (GMT) |
commit | dbc13c80c8d06af0aa2187946d3fb2bab1654f2e (patch) | |
tree | 1efb62cb54f582fd7cc1b051ee649b3de1534b22 /doc/src/declarative/advtutorial.qdoc | |
parent | 68e8b4c097f185c5380f92f6518b200f1d8ef06e (diff) | |
download | Qt-dbc13c80c8d06af0aa2187946d3fb2bab1654f2e.zip Qt-dbc13c80c8d06af0aa2187946d3fb2bab1654f2e.tar.gz Qt-dbc13c80c8d06af0aa2187946d3fb2bab1654f2e.tar.bz2 |
doc fixes
Diffstat (limited to 'doc/src/declarative/advtutorial.qdoc')
-rw-r--r-- | doc/src/declarative/advtutorial.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/advtutorial.qdoc b/doc/src/declarative/advtutorial.qdoc index 60dc0e6..1456eae9 100644 --- a/doc/src/declarative/advtutorial.qdoc +++ b/doc/src/declarative/advtutorial.qdoc @@ -47,7 +47,7 @@ This tutorial goes step-by-step through creating a full application using just Q It is assumed that you already know basic QML (such as from doing the simple tutorial) and the focus is on showing how to turn that knowledge into a complete and functioning application. -This tutorial involves a significant amount of javascript to implement the game logic. An understanding of javascript is helpful to understand the javascript parts of this tutorial, but if you don't understand javascript you can still get a feel for how to integrate QML elements with backend logic which creates and controls them. From the QML perspective, there is little difference between integrating with backend logic written in C++ and backend logic written in javascript. +This tutorial involves a significant amount of JavaScript to implement the game logic. An understanding of JavaScript is helpful to understand the JavaScript parts of this tutorial, but if you don't understand JavaScript you can still get a feel for how to integrate QML elements with backend logic which creates and controls them. From the QML perspective, there is little difference between integrating with backend logic written in C++ and backend logic written in JavaScript. In this tutorial we recreate, step by step, the Same Game demo in $QTDIR/demos/declarative/samegame.qml. The results of the individual steps are in the $QTDIR/examples/declarative/tutorials/samegame directory. |