summaryrefslogtreecommitdiff
path: root/doc/qtcreator.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2011-03-02 15:41:51 +0100
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>2011-03-02 16:02:50 +0100
commit981654843834c701950411bbc69184a47af46796 (patch)
treeca6bff01f74d1d9e9faa1a01d47eac918032e8c5 /doc/qtcreator.qdoc
parent139ee02efbdf5f0c09fae090789ceda3b66da458 (diff)
downloadqt-creator-981654843834c701950411bbc69184a47af46796.tar.gz
Doc: previewing element size
Reviewed-by: Marco Bubke
Diffstat (limited to 'doc/qtcreator.qdoc')
-rw-r--r--doc/qtcreator.qdoc11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index 4d90fe6a6a..2a66e3b091 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -1367,6 +1367,17 @@
\inlineimage qmldesigner-only-select-items-with-content.png
button.
+ \section2 Previewing Element Size
+
+ The width and height of the root item in a QML file determine the size of
+ the QML element. To experiment with different sizes, enter values in the
+ \gui Height and \gui Width fields on the canvas toolbar. The changes are
+ displayed in the \gui States pane and on the canvas, but the property
+ values are not changed permanently in the QML file. You can permanently
+ change the property values in the \gui Properties pane.
+
+ \image qmldesigner-preview-size.png "Canvas width and height"
+
*/