From 8c2e1eef8612fa26835312b35bb71de6b9ee8ac4 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 26 Nov 2020 11:40:59 +0100 Subject: [PATCH] Doc: Describe valid property names The error message, "Error rewiting document" is unfortunately not helpful. Change-Id: Ie9973865929e5a7048411cc400d5c45fc60bc3a3 Reviewed-by: Brook Cronin Reviewed-by: Thomas Hartmann --- .../src/qtquick/qtquick-connection-editor-properties.qdoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/qtcreator/src/qtquick/qtquick-connection-editor-properties.qdoc b/doc/qtcreator/src/qtquick/qtquick-connection-editor-properties.qdoc index 870091441b7..d1de85a6b2a 100644 --- a/doc/qtcreator/src/qtquick/qtquick-connection-editor-properties.qdoc +++ b/doc/qtcreator/src/qtquick/qtquick-connection-editor-properties.qdoc @@ -60,7 +60,9 @@ selected item. The item ID is displayed in the \uicontrol Item column. \li Double-click the value in the \uicontrol Property column to give a - name to the property. + name to the property. Property names must begin with a lower case + letter and can only contain letters, numbers, and underscores. + JavaScript \e {reserved words} are not valid property names. \li Double-click the value in the \uicontrol {Property Type} column to specify the \l{Supported Property Types}{type of the property}. \li Double-click the value in the \uicontrol {Property Value} column