qtdeclarative/examples/declarative
Alan Alpert ef98f5a803 CustomEmitter/Affector now affect whole lists at once
Better performance potential (fewer drops to JS, possibility of more
optimzed JS).

Change-Id: If386f06ac8714162a5bfc6b5eef7f2e67f9dae95
Reviewed-on: http://codereview.qt-project.org/5189
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Martin Jones <martin.jones@nokia.com>
2011-09-21 07:11:25 +02:00
..
animation Refactor SpriteEngine out of StochasticEngine 2011-09-13 04:53:33 +02:00
calculator Update calculator, i18n, imageelements examples to QtQuick 2.0 2011-09-02 07:56:21 +02:00
canvas rename threadRendering to renderInThread 2011-09-16 03:56:35 +02:00
cppextensions Fixed compile of examples and tests. 2011-09-21 06:11:06 +02:00
dragtarget Fix missing and outdated license headers. 2011-09-09 10:29:02 +02:00
flickr Refactor SpriteEngine out of StochasticEngine 2011-09-13 04:53:33 +02:00
i18n Update calculator, i18n, imageelements examples to QtQuick 2.0 2011-09-02 07:56:21 +02:00
imageelements Update calculator, i18n, imageelements examples to QtQuick 2.0 2011-09-02 07:56:21 +02:00
inputmethods
keyinteraction/focus Update rssnews, focus and positioners examples to QtQuick 2.0 2011-09-02 07:56:25 +02:00
minehunt Merge branch 'refactor' 2011-09-13 10:22:22 +02:00
modelviews Fixed compile of examples and tests. 2011-09-21 06:11:06 +02:00
painteditem Fixed compile of examples and tests. 2011-09-21 06:11:06 +02:00
particles CustomEmitter/Affector now affect whole lists at once 2011-09-21 07:11:25 +02:00
photoviewer
positioners Update rssnews, focus and positioners examples to QtQuick 2.0 2011-09-02 07:56:25 +02:00
qtquick1 Merge branch 'master' into refactor 2011-09-12 08:12:58 +02:00
righttoleft Update more examples to QtQuick 2.0 2011-09-02 07:56:38 +02:00
rssnews Update rssnews, focus and positioners examples to QtQuick 2.0 2011-09-02 07:56:25 +02:00
samegame Refactor SpriteEngine out of StochasticEngine 2011-09-13 04:53:33 +02:00
screenorientation
script Fix export symbols for QtDeclarative and QtQuick1. 2011-08-31 17:02:05 +02:00
shadereffects
snake Refactor SpriteEngine out of StochasticEngine 2011-09-13 04:53:33 +02:00
sqllocalstorage Update various examples to QtQuick 2.0 2011-09-02 07:56:35 +02:00
text Merge branch 'master' into refactor 2011-09-12 08:12:58 +02:00
threading Update various examples to QtQuick 2.0 2011-09-02 07:56:35 +02:00
touchinteraction Update various examples to QtQuick 2.0 2011-09-02 07:56:35 +02:00
toys Refactor SpriteEngine out of StochasticEngine 2011-09-13 04:53:33 +02:00
tutorials Fixed compile of examples and tests. 2011-09-21 06:11:06 +02:00
twitter Update more examples to QtQuick 2.0 2011-09-02 07:56:38 +02:00
ui-components Update various examples to QtQuick 2.0 2011-09-02 07:56:35 +02:00
xml/xmlhttprequest Update various examples to QtQuick 2.0 2011-09-02 07:56:35 +02:00
README
declarative.pro
qtquick1.pro Add examples and tests for QtQuick1 2011-09-05 03:09:14 +02:00

README

The Qt Declarative module provides the ability to specify and implement
your user interface declaratively, using the Qt Meta-Object Language (QML). This
language is very expressive and human readable, and can be used by
designers to actually implement their UI vision. QML UIs can integrate
with C++ code in many ways, including being loaded as a part of a C++ UI
and loading data models from C++ and interacting with them.

Mostof these examples can be viewed directly with the
QML viewer utility, without requiring compilation.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.