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
warning if it cannot find a suitable Qt version.
\li Select \uicontrol File > \uicontrol {New File or Project} > \uicontrol Application >
\uicontrol {Qt Quick Application} > \uicontrol Choose, and
\li Select \uicontrol File > \uicontrol {New File or Project} >
\uicontrol {Application (Qt Quick)} >
\uicontrol {Qt Quick Application - Empty} > \uicontrol Choose, and
follow the instructions of the wizard to create a project. For more
information, see
\if defined(qtcreator)

View File

@@ -176,8 +176,8 @@
\list 1
\li Select \uicontrol File > \uicontrol {New File or Project} >
\uicontrol Application > \uicontrol {MCU Support Application} >
\uicontrol Choose.
\uicontrol {Application (Qt Quick)} >
\uicontrol {MCU Support Application} > \uicontrol Choose.
\li Follow the instructions of the wizard to create the project.
\li Select \uicontrol Projects > \uicontrol {Build & Run}, and then
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/
**
** This file is part of the Qt Creator documentation.
@@ -31,8 +31,8 @@
\list 1
\li Select \uicontrol File > \uicontrol {New File or Project} >
\uicontrol Application > \uicontrol {Qt Quick Application - Swipe} >
\uicontrol Choose.
\uicontrol {Application (Qt Quick)} >
\uicontrol {Qt Quick Application - Swipe} > \uicontrol Choose.
\li In the \uicontrol Name field, enter a name for the application.

View File

@@ -43,6 +43,9 @@
When you create a new Qt Quick project from scratch, you have the following
options:
\list
\li \uicontrol {Application (Qt Quick)}:
\list
\li \uicontrol {Qt Quick Application - Empty} creates a Qt Quick 2
@@ -50,9 +53,6 @@
build the application and deploy it to desktop, embedded, and mobile
target platforms.
\li \uicontrol {Qt for Python - Qt Quick Application - Empty} creates a
Python project that contains an empty Qt Quick Application.
\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
@@ -68,9 +68,15 @@
{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
\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.
\li \uicontrol {Other Project} > \uicontrol {Qt Quick UI Prototype}
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
\l{Previewing QML Files}{QML Scene preview tool}. You do not need to
build them, because they do not contain any C++ code.
@@ -81,8 +87,8 @@
target platforms. For those platforms, create a Qt Quick application
instead.
\li \uicontrol {Qt Quick 2 Extension Plugin} (in the \uicontrol Library category)
create C++ plugins that make it possible to offer extensions that
\li \uicontrol Library > \uicontrol {Qt Quick 2 Extension Plugin}
creates C++ plugins that make it possible to offer extensions that
can be loaded dynamically into Qt Quick 2 applications.
\endlist
@@ -99,8 +105,8 @@
\list 1
\li Select \uicontrol File > \uicontrol {New File or Project} >
\uicontrol Application > \uicontrol {Qt Quick Application - Empty} >
\uicontrol Choose.
\uicontrol {Application (Qt Quick)} >
\uicontrol {Qt Quick Application - Empty} > \uicontrol Choose.
\li In the \uicontrol Name field, enter a name for the application.
@@ -162,7 +168,8 @@
\list 1
\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 - Swipe} > \uicontrol Choose.

View File

@@ -76,8 +76,8 @@
\list 1
\li Select \uicontrol File > \uicontrol {New File or Project} >
\uicontrol Application > \uicontrol {Qt Quick Application - Empty} >
\uicontrol Choose.
\uicontrol {Application (Qt Quick)} >
\uicontrol {Qt Quick Application - Empty} > \uicontrol Choose.
\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
\uicontrol Next (or \uicontrol Continue on \macos).