Doc: Fix references to projects-related UI strings

We now have a "Projects mode" and "Projects view",
but "Build & Run" options category.

Change-Id: I5bf1829cb3f9bd47bbbf06c5898e3efd417cb796
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Leena Miettinen
2020-04-21 15:50:28 +02:00
parent f21f7e97fc
commit 677fdb78c1
4 changed files with 8 additions and 8 deletions

View File

@@ -213,7 +213,7 @@
\b {How can I make use of my multi-core CPU with \QC?}
On Linux and \macos, go to \uicontrol Project mode, select your configuration
On Linux and \macos, go to \uicontrol Projects mode, select your configuration
in the \uicontrol {Build Settings}, locate the \uicontrol {Build Steps}, and add the
following value, where \c{<num>} is the amount of cores in your CPU:
\c{-j <num>}

View File

@@ -1,6 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2018 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.
@@ -37,7 +37,7 @@
\title Deploying to Devices
Deploy configurations in the \uicontrol Project mode
Deploy configurations in the \uicontrol Projects mode
\uicontrol {Run Settings} handle the packaging of the application as an
executable and copying it to a location you want to run the executable at.
The files can be copied to a location in the file system of the development

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.
@@ -48,8 +48,9 @@
To run executable files without deploying them first, select \uicontrol Build >
\uicontrol {Run Without Deployment}. To make this the default option, deselect the
\uicontrol Tools > \uicontrol Options > \uicontrol Project >
\uicontrol {Always deploy project before running it} option.
\uicontrol Tools > \uicontrol Options > \uicontrol {Build & Run} >
\uicontrol General > \uicontrol {Always deploy project before running it}
check box.
To run applications:

View File

@@ -47,8 +47,7 @@
\endif
To preview any QML file that belongs to the project, right-click the project
name in the \uicontrol Project tab in the \uicontrol Navigator, and select
\uicontrol {Preview file}.
name in the \uicontrol Projects view, and select \uicontrol {Preview file}.
To preview the whole UI, select \uicontrol {Show Live Preview}
when viewing the main QML UI file of the project.