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