summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@theqtcompany.com>2015-01-19 16:21:18 +0100
committerThomas Hartmann <Thomas.Hartmann@digia.com>2015-01-19 17:39:22 +0100
commitbd91f82a73d452a10d606d29799f6978325a3096 (patch)
treefb9dd7aafc488177107de97b6d82422a5c2d0fd7
parenta6d4d50172a01fc700187d8d06cf9e6359ebb26d (diff)
downloadqt-creator-bd91f82a73d452a10d606d29799f6978325a3096.tar.gz
Doc: Mention limitation for .ui.qml files in the Open Source version.
Change-Id: I8b4e4853072dccb95d3313837e6fa83e7bb76021 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-rw-r--r--doc/src/qtquick/qtquick-ui-forms.qdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/qtquick/qtquick-ui-forms.qdoc b/doc/src/qtquick/qtquick-ui-forms.qdoc
index 2c9a309ba6..1aa46f3827 100644
--- a/doc/src/qtquick/qtquick-ui-forms.qdoc
+++ b/doc/src/qtquick/qtquick-ui-forms.qdoc
@@ -34,6 +34,9 @@
You can use \QC wizards to create UI forms that have the filename extension
\e .ui.qml. The UI forms contain a purely declarative subset of the QML
language. It is recommended that you edit the forms in the \uicontrol Design mode.
+ However, exporting items as alias properties is a commercial only feature,
+ and therefore you must use the \uicontrol Edit mode to do it if you are
+ using the open source version of \QC.
\QC enforces the use of the supported QML features by displaying error
messages.