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> |
||
---|---|---|
.. | ||
animation | ||
calculator | ||
canvas/stockchart | ||
cppextensions | ||
dragtarget | ||
flickr | ||
i18n | ||
imageelements | ||
inputmethods | ||
keyinteraction/focus | ||
minehunt | ||
modelviews | ||
painteditem | ||
particles | ||
photoviewer | ||
plasmapatrol | ||
positioners | ||
righttoleft | ||
rssnews | ||
samegame | ||
screenorientation | ||
script | ||
shadereffects | ||
snake | ||
sqllocalstorage | ||
text | ||
threading | ||
touchinteraction | ||
toys | ||
tutorials | ||
ui-components | ||
xml | ||
README | ||
declarative.pro |
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.