qtdeclarative/examples/declarative
Alan Alpert 1253db60ee Absorb CustomEmitter/Affector
The signal is now on the Emitter/Affector base type, but only
emitted if connected to (to save creating the v8 object)

Change-Id: Ib5522e0f760caa17a6ad731b2dfbce9994a7664e
Reviewed-on: http://codereview.qt.nokia.com/3393
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Martin Jones <martin.jones@nokia.com>
2011-08-24 12:27:43 +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/stockchart disable the canvas svgpath example temporarily. 2011-08-24 06:49:43 +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 Absorb CustomEmitter/Affector 2011-08-24 12:27:43 +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 Add attached properties to the positioners. 2011-08-18 00:24:09 +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.