qtdeclarative/examples/declarative
Alan Alpert 4796c4d955 SameGame refactor
A little more imperative with dialogs controlled from script, but better
separation of GameArea and UI. Also removes old highscore script that
was never used.

Change-Id: Ib244acc90b0fc92b3a6534169e429b6acef0838e
Reviewed-on: http://codereview.qt.nokia.com/2798
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
2011-08-15 03:48:53 +02:00
..
animation Doc: Added missing license headers for documentation and examples. 2011-06-08 18:20:14 +02:00
calculator Move the demos to the examples folder. 2011-07-07 10:00:54 +02:00
canvas remove motionchart demo (uncompleted) 2011-07-29 02:47:11 +02:00
cppextensions Extract all QtQuick 1 elements into a separate library/plugin. 2011-07-12 06:38:09 +02:00
dragtarget Add a DragTarget element. 2011-06-09 18:29:50 +10:00
flickr Renamed ShaderEffectItem to ShaderEffect and some API changes. 2011-07-28 16:44:53 +02:00
i18n Doc: Added missing license headers for documentation and examples. 2011-06-08 18:20:14 +02:00
imageelements Doc: Added missing license headers for documentation and examples. 2011-06-08 18:20:14 +02:00
inputmethods Initial import from qtquick2. 2011-04-27 14:40:44 +02:00
keyinteraction/focus Doc: Added missing license headers for documentation and examples. 2011-06-08 18:20:14 +02:00
minehunt Extract all QtQuick 1 elements into a separate library/plugin. 2011-07-12 06:38:09 +02:00
modelviews Extract all QtQuick 1 elements into a separate library/plugin. 2011-07-12 06:38:09 +02:00
painteditem Update licenseheader text in source files for qtdeclarative Qt module 2011-07-08 02:45:03 +02:00
particles Add combustion to examples launcher 2011-08-08 05:00:38 +02:00
photoviewer Update PhotoViewer to QtQuick 2.0 2011-07-26 06:29:54 +02:00
plasmapatrol Update licenseheader text in source files for qtdeclarative Qt module 2011-07-08 02:45:03 +02:00
positioners Doc: Added missing license headers for documentation and examples. 2011-06-08 18:20:14 +02:00
righttoleft Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
rssnews Move the demos to the examples folder. 2011-07-07 10:00:54 +02:00
samegame SameGame refactor 2011-08-15 03:48:53 +02:00
screenorientation Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
script Move shell example from QtScript to QtDeclarative. 2011-08-04 14:38:49 +02:00
shadereffects Renamed ShaderEffectItem to ShaderEffect and some API changes. 2011-07-28 16:44:53 +02:00
snake Move the demos to the examples folder. 2011-07-07 10:00:54 +02:00
sqllocalstorage Removed generated files. 2011-06-08 18:20:14 +02:00
text Doc: Added missing license headers for documentation and examples. 2011-06-08 18:20:14 +02:00
threading Squashed commit of the changes from the mobile-examples repository 2011-05-23 14:27:58 +02:00
touchinteraction Doc: Added missing license headers for documentation and examples. 2011-06-08 18:20:14 +02:00
toys Merge branch 'master' into qtquick2 2011-06-09 14:45:59 +10:00
tutorials Extract all QtQuick 1 elements into a separate library/plugin. 2011-07-12 06:38:09 +02:00
twitter Move the demos to the examples folder. 2011-07-07 10:00:54 +02:00
ui-components Merge branch 'master' into qtquick2 2011-06-09 14:45:59 +10:00
xml Doc: Added missing license headers for documentation and examples. 2011-06-08 18:20:14 +02:00
README Remove references to demos. 2011-07-11 09:23:00 +02:00
declarative.pro Move shell example from QtScript to QtDeclarative. 2011-08-04 14:38:49 +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.