Doc: Fix path to project wizards

Update screenshot

Task-number: QTCREATORBUG-23364
Change-Id: I3b1c56eed1603fac60f884f4685ce3da8263a4b3
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Leena Miettinen
2020-04-03 16:28:42 +02:00
parent ca72140c30
commit 0f1d0082aa
6 changed files with 45 additions and 37 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -274,8 +274,9 @@
check box to allow \QC to create the kits for you. \QC displays a check box to allow \QC to create the kits for you. \QC displays a
warning if it cannot find a suitable Qt version. warning if it cannot find a suitable Qt version.
\li Select \uicontrol File > \uicontrol {New File or Project} > \uicontrol Application > \li Select \uicontrol File > \uicontrol {New File or Project} >
\uicontrol {Qt Quick Application} > \uicontrol Choose, and \uicontrol {Application (Qt Quick)} >
\uicontrol {Qt Quick Application - Empty} > \uicontrol Choose, and
follow the instructions of the wizard to create a project. For more follow the instructions of the wizard to create a project. For more
information, see information, see
\if defined(qtcreator) \if defined(qtcreator)

View File

@@ -176,8 +176,8 @@
\list 1 \list 1
\li Select \uicontrol File > \uicontrol {New File or Project} > \li Select \uicontrol File > \uicontrol {New File or Project} >
\uicontrol Application > \uicontrol {MCU Support Application} > \uicontrol {Application (Qt Quick)} >
\uicontrol Choose. \uicontrol {MCU Support Application} > \uicontrol Choose.
\li Follow the instructions of the wizard to create the project. \li Follow the instructions of the wizard to create the project.
\li Select \uicontrol Projects > \uicontrol {Build & Run}, and then \li Select \uicontrol Projects > \uicontrol {Build & Run}, and then
select the kit for building the application and running it on the select the kit for building the application and running it on the

View File

@@ -1,6 +1,6 @@
/**************************************************************************** /****************************************************************************
** **
** Copyright (C) 2019 The Qt Company Ltd. ** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/ ** Contact: https://www.qt.io/licensing/
** **
** This file is part of the Qt Creator documentation. ** This file is part of the Qt Creator documentation.
@@ -31,8 +31,8 @@
\list 1 \list 1
\li Select \uicontrol File > \uicontrol {New File or Project} > \li Select \uicontrol File > \uicontrol {New File or Project} >
\uicontrol Application > \uicontrol {Qt Quick Application - Swipe} > \uicontrol {Application (Qt Quick)} >
\uicontrol Choose. \uicontrol {Qt Quick Application - Swipe} > \uicontrol Choose.
\li In the \uicontrol Name field, enter a name for the application. \li In the \uicontrol Name field, enter a name for the application.

View File

@@ -44,33 +44,39 @@
options: options:
\list \list
\li \uicontrol {Application (Qt Quick)}:
\li \uicontrol {Qt Quick Application - Empty} creates a Qt Quick 2 \list
application project that can contain both QML and C++ code. You can
build the application and deploy it to desktop, embedded, and mobile
target platforms.
\li \uicontrol {Qt for Python - Qt Quick Application - Empty} creates a \li \uicontrol {Qt Quick Application - Empty} creates a Qt Quick 2
application project that can contain both QML and C++ code. You can
build the application and deploy it to desktop, embedded, and mobile
target platforms.
\li \uicontrol {Qt Quick Application - Scroll} uses the
\l{http://doc.qt.io/qt-5/qml-qtquick-controls2-scrollview.html}
{ScrollView} type to implement a scrollable list view
(requires Qt 5.9 or later).
\li \uicontrol {Qt Quick Application - Stack} uses the
\l{http://doc.qt.io/qt-5/qml-qtquick-controls2-stackview.html}
{StackView} type to implement a set of pages with a stack-based
navigation model (requires Qt 5.7 or later).
\li \uicontrol {Qt Quick Application - Swipe} uses the
\l{http://doc.qt.io/qt-5/qml-qtquick-controls2-swipeview.html}
{SwipeWiew} type to implement a set of pages with a swipe-based
navigation model (requires Qt 5.7 or later).
\endlist
\li \uicontrol {Application (Qt for Python)} >
\uicontrol {Qt for Python - Qt Quick Application - Empty} creates a
Python project that contains an empty Qt Quick Application. Python project that contains an empty Qt Quick Application.
\li \uicontrol {Qt Quick Application - Scroll} uses the \li \uicontrol {Other Project} > \uicontrol {Qt Quick UI Prototype}
\l{http://doc.qt.io/qt-5/qml-qtquick-controls2-scrollview.html} creates a \l{Creating Qt Quick UI Projects}{Qt Quick UI project}
{ScrollView} type to implement a scrollable list view with a single QML file that
(requires Qt 5.9 or later).
\li \uicontrol {Qt Quick Application - Stack} uses the
\l{http://doc.qt.io/qt-5/qml-qtquick-controls2-stackview.html}
{StackView} type to implement a set of pages with a stack-based
navigation model (requires Qt 5.7 or later).
\li \uicontrol {Qt Quick Application - Swipe} uses the
\l{http://doc.qt.io/qt-5/qml-qtquick-controls2-swipeview.html}
{SwipeWiew} type to implement a set of pages with a swipe-based
navigation model (requires Qt 5.7 or later).
\li \uicontrol {Qt Quick UI Prototype} (in the \uicontrol {Other Project}
category) creates a \l{Creating Qt Quick UI Projects}
{Qt Quick UI project} with a single QML file that
contains the main view. You can review Qt Quick 2 UI projects in the contains the main view. You can review Qt Quick 2 UI projects in the
\l{Previewing QML Files}{QML Scene preview tool}. You do not need to \l{Previewing QML Files}{QML Scene preview tool}. You do not need to
build them, because they do not contain any C++ code. build them, because they do not contain any C++ code.
@@ -81,8 +87,8 @@
target platforms. For those platforms, create a Qt Quick application target platforms. For those platforms, create a Qt Quick application
instead. instead.
\li \uicontrol {Qt Quick 2 Extension Plugin} (in the \uicontrol Library category) \li \uicontrol Library > \uicontrol {Qt Quick 2 Extension Plugin}
create C++ plugins that make it possible to offer extensions that creates C++ plugins that make it possible to offer extensions that
can be loaded dynamically into Qt Quick 2 applications. can be loaded dynamically into Qt Quick 2 applications.
\endlist \endlist
@@ -99,8 +105,8 @@
\list 1 \list 1
\li Select \uicontrol File > \uicontrol {New File or Project} > \li Select \uicontrol File > \uicontrol {New File or Project} >
\uicontrol Application > \uicontrol {Qt Quick Application - Empty} > \uicontrol {Application (Qt Quick)} >
\uicontrol Choose. \uicontrol {Qt Quick Application - Empty} > \uicontrol Choose.
\li In the \uicontrol Name field, enter a name for the application. \li In the \uicontrol Name field, enter a name for the application.
@@ -162,7 +168,8 @@
\list 1 \list 1
\li Select \uicontrol File > \uicontrol {New File or Project} > \li Select \uicontrol File > \uicontrol {New File or Project} >
\uicontrol Application > \uicontrol {Qt Quick Application - Scroll}, \uicontrol {Application (Qt Quick)} >
\uicontrol {Qt Quick Application - Scroll},
\uicontrol {Qt Quick Application - Stack}, or \uicontrol {Qt Quick Application - Stack}, or
\uicontrol {Qt Quick Application - Swipe} > \uicontrol Choose. \uicontrol {Qt Quick Application - Swipe} > \uicontrol Choose.

View File

@@ -76,8 +76,8 @@
\list 1 \list 1
\li Select \uicontrol File > \uicontrol {New File or Project} > \li Select \uicontrol File > \uicontrol {New File or Project} >
\uicontrol Application > \uicontrol {Qt Quick Application - Empty} > \uicontrol {Application (Qt Quick)} >
\uicontrol Choose. \uicontrol {Qt Quick Application - Empty} > \uicontrol Choose.
\li In the \uicontrol {Build system} field, select \l qmake as the build \li In the \uicontrol {Build system} field, select \l qmake as the build
system to use for building and running the project, and then select system to use for building and running the project, and then select
\uicontrol Next (or \uicontrol Continue on \macos). \uicontrol Next (or \uicontrol Continue on \macos).