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:
Eike Ziller
2022-03-15 13:03:26 +01:00
parent 2d3d66c115
commit 0648b7547a

View File

@@ -659,10 +659,6 @@
value of the widget, the user-provided value is stored and will
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
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
\l{Using Variables in Wizards}.
\endlist
The additional settings available for a particular widget are described
\li \c data specifies additional settings for the particular widget type, as described
in the following sections.
\endlist