forked from qt-creator/qt-creator
JSON wizards: Fix documentation of shared properties of all fields
"data" is only used for the widget type specific options. Change-Id: Ie9b68cc22d84dff00e0a59f888cff0270b0f1e5f Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -659,10 +659,6 @@
|
|||||||
value of the widget, the user-provided value is stored and will
|
value of the widget, the user-provided value is stored and will
|
||||||
become the new default value the next time the wizard is run.
|
become the new default value the next time the wizard is run.
|
||||||
|
|
||||||
\li \c data specifies settings for the widget:
|
|
||||||
|
|
||||||
\list
|
|
||||||
|
|
||||||
\li \c visible is set to \c true if the widget is visible, otherwise
|
\li \c visible is set to \c true if the widget is visible, otherwise
|
||||||
it is set to \c false. By default, it is set to \c true.
|
it is set to \c false. By default, it is set to \c true.
|
||||||
|
|
||||||
@@ -677,9 +673,7 @@
|
|||||||
default, it is set to \c false. For more information, see
|
default, it is set to \c false. For more information, see
|
||||||
\l{Using Variables in Wizards}.
|
\l{Using Variables in Wizards}.
|
||||||
|
|
||||||
\endlist
|
\li \c data specifies additional settings for the particular widget type, as described
|
||||||
|
|
||||||
The additional settings available for a particular widget are described
|
|
||||||
in the following sections.
|
in the following sections.
|
||||||
|
|
||||||
\endlist
|
\endlist
|
||||||
|
Reference in New Issue
Block a user