diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2010-05-24 06:19:37 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2010-05-24 06:19:37 (GMT) |
commit | 56f0ab34eff5282fc0444b95fa359535a96e5c1e (patch) | |
tree | 86a7857754971b984dd761ff9f2adfb44fe7d093 /examples | |
parent | 180e2ce2cca53f2c395e8dc9213d714c396c4555 (diff) | |
download | Qt-56f0ab34eff5282fc0444b95fa359535a96e5c1e.zip Qt-56f0ab34eff5282fc0444b95fa359535a96e5c1e.tar.gz Qt-56f0ab34eff5282fc0444b95fa359535a96e5c1e.tar.bz2 |
Doc fixes
Diffstat (limited to 'examples')
-rw-r--r-- | examples/declarative/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/README b/examples/declarative/README index 9e0f4c4..578c245 100644 --- a/examples/declarative/README +++ b/examples/declarative/README @@ -1,5 +1,5 @@ The Qt Declarative module provides the ability to specify and implement -your UI declaratively, using the Qt Meta-Object Language(QML). This +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 @@ -9,7 +9,7 @@ The example launcher provided with Qt can be used to explore each of the examples in this directory. But most can also be viewed directly with the QML viewer utility, without requiring compilation. -Documentation for these examples can be found via the Tutorial and Examples +Documentation for these examples can be found via the Tutorials and Examples link in the main Qt documentation. |