forked from qt-creator/qt-creator
Doc: Discourage introduction of new XML based wizards
Change-Id: I321bea61e8f6459ae432ae8ace4cabf5f84030b0 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
@@ -30,13 +30,18 @@
|
|||||||
|
|
||||||
\title Adding XML-Based Wizards
|
\title Adding XML-Based Wizards
|
||||||
|
|
||||||
To display the XML-based example wizards in \QC, rename wizard_sample.xml as wizard.xml in the
|
\note We recommend that you create \l{Adding JSON-Based Wizards}
|
||||||
|
{JSON-Based wizards} instead. XML wizards are deprecated and support for
|
||||||
|
them will be removed in future versions of \QC.
|
||||||
|
|
||||||
|
To display the XML-based example wizards in \QC, rename
|
||||||
|
\c {wizard_sample.xml} as \c {wizard.xml} in the
|
||||||
\c {\share\qtcreator\templates\wizards\helloworld} and
|
\c {\share\qtcreator\templates\wizards\helloworld} and
|
||||||
\c {\share\qtcreator\templates\wizards\listmodel} folders. After
|
\c {\share\qtcreator\templates\wizards\listmodel} folders. After
|
||||||
you restart \QC, the \uicontrol {Custom Classes}
|
you restart \QC, the \uicontrol {Custom Classes}
|
||||||
and \uicontrol {Custom Projects} categories (1) appear in the \uicontrol New dialog. For
|
and \uicontrol {Custom Projects} categories (1) appear in the \uicontrol New
|
||||||
each category, an icon (2), a display name (3), and a description (4) are
|
dialog. For each category, an icon (2), a display name (3), and a
|
||||||
displayed.
|
description (4) are displayed.
|
||||||
|
|
||||||
\image qtcreator-custom-project-wizards.png "The New dialog with custom projects and classes"
|
\image qtcreator-custom-project-wizards.png "The New dialog with custom projects and classes"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user