From 89b528c676213016be5576e5ff21393b49860cc7 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Thu, 2 Jul 2015 12:09:29 +0200 Subject: [PATCH] Doc: Discourage introduction of new XML based wizards Change-Id: I321bea61e8f6459ae432ae8ace4cabf5f84030b0 Reviewed-by: Leena Miettinen --- .../creator-projects-custom-wizards-xml.qdoc | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/doc/src/projects/creator-projects-custom-wizards-xml.qdoc b/doc/src/projects/creator-projects-custom-wizards-xml.qdoc index dbafce14f44..18aa2bb9f62 100644 --- a/doc/src/projects/creator-projects-custom-wizards-xml.qdoc +++ b/doc/src/projects/creator-projects-custom-wizards-xml.qdoc @@ -30,13 +30,18 @@ \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\listmodel} folders. After you restart \QC, the \uicontrol {Custom Classes} - and \uicontrol {Custom Projects} categories (1) appear in the \uicontrol New dialog. For - each category, an icon (2), a display name (3), and a description (4) are - displayed. + and \uicontrol {Custom Projects} categories (1) appear in the \uicontrol New + dialog. For each category, an icon (2), a display name (3), and a + description (4) are displayed. \image qtcreator-custom-project-wizards.png "The New dialog with custom projects and classes"