Doc: replace "element" with "QML type" or "item"

Try to make terminology more consistent, by using
"QML type" when describing the types, "item" when
describing instances of QML types, and "component"
when describing objects built by using QML types.

Change-Id: Ie03f3a7e6f483471e344ae1f35bec0742173b27c
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Leena Miettinen
2013-03-13 11:39:36 +01:00
parent 8c97b21e2a
commit dd4bd99c89
18 changed files with 207 additions and 212 deletions

View File

@@ -116,7 +116,7 @@
the \c text property to change it temporarily from \gui {Quit} to
\gui {End Game}.
When you select an element, the cursor moves to it in the code
When you select an item, the cursor moves to it in the code
editor, where you can change the value permanently.
\endlist