forked from qt-creator/qt-creator
Doc: Remove double words and fix a typo
For example, "and and", "the the", "or or"... Change-Id: Ie5795efb857e674c5a584e97a60bcb9b2ba869d2 Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
This commit is contained in:
@@ -180,7 +180,7 @@
|
|||||||
|
|
||||||
Scheduler switch trace points are reached when an application is switched
|
Scheduler switch trace points are reached when an application is switched
|
||||||
out due to predemption, for example, when another process gets the chance
|
out due to predemption, for example, when another process gets the chance
|
||||||
to run on the CPU core. Enable scheduler schwitch trace points to record
|
to run on the CPU core. Enable scheduler switch trace points to record
|
||||||
the thread that is currently running and the process it belongs to, as
|
the thread that is currently running and the process it belongs to, as
|
||||||
well as the time when the process started and stopped.
|
well as the time when the process started and stopped.
|
||||||
|
|
||||||
|
@@ -186,8 +186,7 @@
|
|||||||
verbose logging.
|
verbose logging.
|
||||||
|
|
||||||
\li Select the \uicontrol {Extended mode} check box to continue
|
\li Select the \uicontrol {Extended mode} check box to continue
|
||||||
listening for connection requests after after the connection
|
listening for connection requests after the connection is closed.
|
||||||
is closed.
|
|
||||||
|
|
||||||
\li Select the \uicontrol {Reset on connection} check box to
|
\li Select the \uicontrol {Reset on connection} check box to
|
||||||
reset the board when the connection is created.
|
reset the board when the connection is created.
|
||||||
|
@@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
\li To look at the code that starts a new game, place a breakpoint in
|
\li To look at the code that starts a new game, place a breakpoint in
|
||||||
samegame.qml by clicking between the line number and the window
|
samegame.qml by clicking between the line number and the window
|
||||||
border on the line where where the \c startNewGame() function is
|
border on the line where the \c startNewGame() function is
|
||||||
called (1).
|
called (1).
|
||||||
|
|
||||||
\image qtquick-example-setting-breakpoint1.png
|
\image qtquick-example-setting-breakpoint1.png
|
||||||
|
@@ -86,7 +86,7 @@
|
|||||||
To use the built-in code model instead, select \uicontrol Edit > \uicontrol Preferences >
|
To use the built-in code model instead, select \uicontrol Edit > \uicontrol Preferences >
|
||||||
\uicontrol C++ > \uicontrol clangd, and deselect the \uicontrol {Use clangd} check box.
|
\uicontrol C++ > \uicontrol clangd, and deselect the \uicontrol {Use clangd} check box.
|
||||||
This setting also exists on the project level, so that you can have the clang-based
|
This setting also exists on the project level, so that you can have the clang-based
|
||||||
services generally enabled, but switch them off for for certain projects, or vice versa.
|
services generally enabled, but switch them off for certain projects, or vice versa.
|
||||||
|
|
||||||
You can configure Clang diagnostics either globally or separately for:
|
You can configure Clang diagnostics either globally or separately for:
|
||||||
|
|
||||||
|
@@ -431,7 +431,7 @@
|
|||||||
|
|
||||||
You can add your own definition file and save it with the file extension
|
You can add your own definition file and save it with the file extension
|
||||||
\e .def to add custom colors and icons for stereotypes, elements, or tool
|
\e .def to add custom colors and icons for stereotypes, elements, or tool
|
||||||
bars. Either store this file in the the same directory as the
|
bars. Either store this file in the same directory as the
|
||||||
\e standard.def file or select the root element of a model and apply your
|
\e standard.def file or select the root element of a model and apply your
|
||||||
\e .def file to the property \uicontrol {Config path}.
|
\e .def file to the property \uicontrol {Config path}.
|
||||||
|
|
||||||
|
@@ -290,7 +290,7 @@
|
|||||||
maximum time to wait after the main AUT has exited. This is useful
|
maximum time to wait after the main AUT has exited. This is useful
|
||||||
for AUTs invoked through launcher applications, such as shell scripts
|
for AUTs invoked through launcher applications, such as shell scripts
|
||||||
or batch files.
|
or batch files.
|
||||||
\li Select the \uicontrol {Animate mouse cursor} check box to to animate
|
\li Select the \uicontrol {Animate mouse cursor} check box to animate
|
||||||
the mouse cursor when playing back a test.
|
the mouse cursor when playing back a test.
|
||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
|
@@ -605,7 +605,7 @@
|
|||||||
\li Text Edit
|
\li Text Edit
|
||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
\note Wizards support only the the settings documented in the following
|
\note Wizards support only the settings documented in the following
|
||||||
sections.
|
sections.
|
||||||
|
|
||||||
Specify the following settings for each widget:
|
Specify the following settings for each widget:
|
||||||
|
@@ -30,7 +30,7 @@
|
|||||||
\list 1
|
\list 1
|
||||||
\li Select \uicontrol Edit > \uicontrol Preferences > \uicontrol Kits
|
\li Select \uicontrol Edit > \uicontrol Preferences > \uicontrol Kits
|
||||||
\uicontrol Compilers > \uicontrol Add > \uicontrol Nim to specify
|
\uicontrol Compilers > \uicontrol Add > \uicontrol Nim to specify
|
||||||
the path to the the Nim compiler.
|
the path to the Nim compiler.
|
||||||
\li Select \uicontrol Apply to add the compiler.
|
\li Select \uicontrol Apply to add the compiler.
|
||||||
\li Select \uicontrol Kits > \uicontrol Add to add a kit for building
|
\li Select \uicontrol Kits > \uicontrol Add to add a kit for building
|
||||||
applications with Nimble:
|
applications with Nimble:
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
Most \QC project wizards enable you to choose the build system to use for
|
Most \QC project wizards enable you to choose the build system to use for
|
||||||
building the project: qmake, CMake, Meson, or Qbs. qmake is installed and
|
building the project: qmake, CMake, Meson, or Qbs. qmake is installed and
|
||||||
configured when you install Qt. To use one of the other supported build
|
configured when you install Qt. To use one of the other supported build
|
||||||
systems, you need to set it up, as described in the the following sections:
|
systems, you need to set it up, as described in the following sections:
|
||||||
|
|
||||||
\list
|
\list
|
||||||
|
|
||||||
|
@@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
The \uicontrol {Window UI} wizard enables you to
|
The \uicontrol {Window UI} wizard enables you to
|
||||||
create a Python project that has the source file for a class. Specify
|
create a Python project that has the source file for a class. Specify
|
||||||
the PySide version, class name, base class, and and source file for the
|
the PySide version, class name, base class, and source file for the
|
||||||
class.
|
class.
|
||||||
|
|
||||||
\image qtcreator-python-wizard-app-window.png "Qt for Python wizard for creating a widget-based UI"
|
\image qtcreator-python-wizard-app-window.png "Qt for Python wizard for creating a widget-based UI"
|
||||||
@@ -117,7 +117,7 @@
|
|||||||
Python application. Select \uicontrol REPL on the toolbar to start the
|
Python application. Select \uicontrol REPL on the toolbar to start the
|
||||||
\l{https://pythonprogramminglanguage.com/repl/}{Python interactive shell}.
|
\l{https://pythonprogramminglanguage.com/repl/}{Python interactive shell}.
|
||||||
To start the shell and import the current file as a module, select
|
To start the shell and import the current file as a module, select
|
||||||
select \uicontrol {REPL Import File}. To also import all functions from
|
\uicontrol {REPL Import File}. To also import all functions from
|
||||||
the file, select \uicontrol {REPL Import *}.
|
the file, select \uicontrol {REPL Import *}.
|
||||||
|
|
||||||
Always regenerate the Python code after modifying a UI file.
|
Always regenerate the Python code after modifying a UI file.
|
||||||
|
@@ -106,7 +106,7 @@
|
|||||||
\printuntil border.color
|
\printuntil border.color
|
||||||
|
|
||||||
We anchor the rectangles to their parent to position them in its
|
We anchor the rectangles to their parent to position them in its
|
||||||
top-left and and bottom-left corners, as well as the vertical center
|
top-left and bottom-left corners, as well as the vertical center
|
||||||
of its right edge. The following code snippet anchors a rectangle to
|
of its right edge. The following code snippet anchors a rectangle to
|
||||||
the top-left corner of its parent:
|
the top-left corner of its parent:
|
||||||
|
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
UI files. The functionality is restricted and not all \QDS
|
UI files. The functionality is restricted and not all \QDS
|
||||||
features are supported.
|
features are supported.
|
||||||
|
|
||||||
To use \QMLD, switch to the \uicontrol Design mode when a ui.qml or or .qml
|
To use \QMLD, switch to the \uicontrol Design mode when a ui.qml or .qml
|
||||||
file is open.
|
file is open.
|
||||||
|
|
||||||
For more information about using \QMLD, see \l{Qt Design Studio Manual}.
|
For more information about using \QMLD, see \l{Qt Design Studio Manual}.
|
||||||
|
@@ -659,7 +659,7 @@
|
|||||||
To view the total amount of memory allocated by the functions, select
|
To view the total amount of memory allocated by the functions, select
|
||||||
\uicontrol Memory in the drop-down menu.
|
\uicontrol Memory in the drop-down menu.
|
||||||
|
|
||||||
To view the the number of memory allocations performed by the functions,
|
To view the number of memory allocations performed by the functions,
|
||||||
select \uicontrol Allocations.
|
select \uicontrol Allocations.
|
||||||
|
|
||||||
Double-click an item in a view to zoom into it. Double-click an empty
|
Double-click an item in a view to zoom into it. Double-click an empty
|
||||||
|
Reference in New Issue
Block a user