summaryrefslogtreecommitdiff
path: root/doc/src/qtquick/qtquick-exporting-qml.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2013-03-13 11:39:36 +0100
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2013-03-13 14:32:47 +0100
commitdd4bd99c89ac2697468e3fccfba0f7aa28fa1c39 (patch)
tree76ee603b89c79c1bef053642bb09ded27a328d72 /doc/src/qtquick/qtquick-exporting-qml.qdoc
parent8c97b21e2aa32cb8097e0b0abc3a9a77e570f136 (diff)
downloadqt-creator-dd4bd99c89ac2697468e3fccfba0f7aa28fa1c39.tar.gz
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>
Diffstat (limited to 'doc/src/qtquick/qtquick-exporting-qml.qdoc')
-rw-r--r--doc/src/qtquick/qtquick-exporting-qml.qdoc24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/src/qtquick/qtquick-exporting-qml.qdoc b/doc/src/qtquick/qtquick-exporting-qml.qdoc
index 2fc4a8def5..010b91ef52 100644
--- a/doc/src/qtquick/qtquick-exporting-qml.qdoc
+++ b/doc/src/qtquick/qtquick-exporting-qml.qdoc
@@ -33,8 +33,8 @@
You can export designs from graphics software, such as Adobe Photoshop and
GIMP, to QML files. Each scene is converted into a single QML file with an
- Image or a Text element for each layer and saved on the development PC.
- Top-level layer groups are converted into merged QML Image elements.
+ Image or a Text item for each layer and saved on the development PC.
+ Top-level layer groups are converted into merged QML Image types.
\note GIMP does not support grouping, and therefore, each layer is exported
as an item in GIMP.
@@ -54,16 +54,16 @@
\list
- \li Layer names are used as element names. Spaces and hash marks (#) are
+ \li Layer names are used as item names. Spaces and hash marks (#) are
replaced with underscore characters to create valid ids for the
- elements.
+ items.
\li Layer styles, such as drop shadows, are converted to images.
\li Offset, size, ordering and opacity are preserved.
- \li Text layers are converted to Text elements, unless you specify that
- they be converted to Image elements.
+ \li Text layers are converted to Text items, unless you specify that
+ they be converted to Image items.
\li Hidden layers can be exported, and their visibility is set to
hidden.
@@ -79,12 +79,12 @@
\list
- \li To minimize the number of elements, minimize the number of layers or
+ \li To minimize the number of items, minimize the number of layers or
use top-level layer groups, because each layer or layer group is
- exported as a Text or Image element.
+ exported as a Text or Image item.
- \li To make sure that all related elements are exported to the same
- element, use top-level layer groups.
+ \li To make sure that all related items are exported to the same
+ item, use top-level layer groups.
\li To determine that some layers are not exported, hide them, and
deselect the \gui {Export hidden} check box during exporting.
@@ -133,10 +133,10 @@
location for the QML file.
\li Select the \gui {Rasterize text} check box to export text layers as
- images, not as Text elements.
+ images, not as Text items.
\li Select the \gui {Group layers} check box to export each top-level
- group as a merged QML Image element.
+ group as a merged QML Image item.
\li Select the \gui {Export hidden} check box to export hidden layers
and to set their visibility property to hidden.