diff --git a/doc/qtcreator/src/analyze/creator-ctf-visualizer.qdoc b/doc/qtcreator/src/analyze/creator-ctf-visualizer.qdoc index 814cf2b1ec5..a2bf118f3fb 100644 --- a/doc/qtcreator/src/analyze/creator-ctf-visualizer.qdoc +++ b/doc/qtcreator/src/analyze/creator-ctf-visualizer.qdoc @@ -180,7 +180,7 @@ Scheduler switch trace points are reached when an application is switched 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 well as the time when the process started and stopped. diff --git a/doc/qtcreator/src/baremetal/creator-baremetal-dev.qdoc b/doc/qtcreator/src/baremetal/creator-baremetal-dev.qdoc index 559f34693b1..5d943b7ed7f 100644 --- a/doc/qtcreator/src/baremetal/creator-baremetal-dev.qdoc +++ b/doc/qtcreator/src/baremetal/creator-baremetal-dev.qdoc @@ -186,8 +186,7 @@ verbose logging. \li Select the \uicontrol {Extended mode} check box to continue - listening for connection requests after after the connection - is closed. + listening for connection requests after the connection is closed. \li Select the \uicontrol {Reset on connection} check box to reset the board when the connection is created. diff --git a/doc/qtcreator/src/debugger/qtquick-debugger-example.qdoc b/doc/qtcreator/src/debugger/qtquick-debugger-example.qdoc index 20c1f96c110..e63d09443a8 100644 --- a/doc/qtcreator/src/debugger/qtquick-debugger-example.qdoc +++ b/doc/qtcreator/src/debugger/qtquick-debugger-example.qdoc @@ -41,7 +41,7 @@ \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 - border on the line where where the \c startNewGame() function is + border on the line where the \c startNewGame() function is called (1). \image qtquick-example-setting-breakpoint1.png diff --git a/doc/qtcreator/src/editors/creator-only/creator-clang-codemodel.qdoc b/doc/qtcreator/src/editors/creator-only/creator-clang-codemodel.qdoc index a08d3130b01..fc761984f2e 100644 --- a/doc/qtcreator/src/editors/creator-only/creator-clang-codemodel.qdoc +++ b/doc/qtcreator/src/editors/creator-only/creator-clang-codemodel.qdoc @@ -86,7 +86,7 @@ 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. 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: diff --git a/doc/qtcreator/src/editors/creator-only/creator-modeling.qdoc b/doc/qtcreator/src/editors/creator-only/creator-modeling.qdoc index 3a86943babd..a5a48c8c7bb 100644 --- a/doc/qtcreator/src/editors/creator-only/creator-modeling.qdoc +++ b/doc/qtcreator/src/editors/creator-only/creator-modeling.qdoc @@ -431,7 +431,7 @@ 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 - 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 .def file to the property \uicontrol {Config path}. diff --git a/doc/qtcreator/src/howto/creator-only/creator-squish.qdoc b/doc/qtcreator/src/howto/creator-only/creator-squish.qdoc index a9a94cd3df8..27918da3e48 100644 --- a/doc/qtcreator/src/howto/creator-only/creator-squish.qdoc +++ b/doc/qtcreator/src/howto/creator-only/creator-squish.qdoc @@ -290,7 +290,7 @@ maximum time to wait after the main AUT has exited. This is useful for AUTs invoked through launcher applications, such as shell scripts 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. \endlist diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-custom-wizards-json.qdocinc b/doc/qtcreator/src/projects/creator-only/creator-projects-custom-wizards-json.qdocinc index 9409e927478..d4c0009db17 100644 --- a/doc/qtcreator/src/projects/creator-only/creator-projects-custom-wizards-json.qdocinc +++ b/doc/qtcreator/src/projects/creator-only/creator-projects-custom-wizards-json.qdocinc @@ -605,7 +605,7 @@ \li Text Edit \endlist - \note Wizards support only the the settings documented in the following + \note Wizards support only the settings documented in the following sections. Specify the following settings for each widget: diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-nimble.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-nimble.qdoc index 7573f3c9076..b183eec8917 100644 --- a/doc/qtcreator/src/projects/creator-only/creator-projects-nimble.qdoc +++ b/doc/qtcreator/src/projects/creator-only/creator-projects-nimble.qdoc @@ -30,7 +30,7 @@ \list 1 \li Select \uicontrol Edit > \uicontrol Preferences > \uicontrol Kits \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 Kits > \uicontrol Add to add a kit for building applications with Nimble: diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-other.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-other.qdoc index 6451b3ad5a4..d22e6f4266d 100644 --- a/doc/qtcreator/src/projects/creator-only/creator-projects-other.qdoc +++ b/doc/qtcreator/src/projects/creator-only/creator-projects-other.qdoc @@ -17,7 +17,7 @@ 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 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 diff --git a/doc/qtcreator/src/python/creator-python-project.qdocinc b/doc/qtcreator/src/python/creator-python-project.qdocinc index dbea8cc2b49..3ba1ec89f20 100644 --- a/doc/qtcreator/src/python/creator-python-project.qdocinc +++ b/doc/qtcreator/src/python/creator-python-project.qdocinc @@ -39,7 +39,7 @@ The \uicontrol {Window UI} wizard enables you to 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. \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 \l{https://pythonprogramminglanguage.com/repl/}{Python interactive shell}. 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 *}. Always regenerate the Python code after modifying a UI file. diff --git a/doc/qtcreator/src/qtquick/creator-only/qtquick-app-tutorial.qdoc b/doc/qtcreator/src/qtquick/creator-only/qtquick-app-tutorial.qdoc index 06396ceb5cf..da87315bd5c 100644 --- a/doc/qtcreator/src/qtquick/creator-only/qtquick-app-tutorial.qdoc +++ b/doc/qtcreator/src/qtquick/creator-only/qtquick-app-tutorial.qdoc @@ -106,7 +106,7 @@ \printuntil border.color 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 the top-left corner of its parent: diff --git a/doc/qtcreator/src/qtquick/creator-only/qtquick-designer-plugin.qdoc b/doc/qtcreator/src/qtquick/creator-only/qtquick-designer-plugin.qdoc index aa4e3b8b59d..7e95c03bb20 100644 --- a/doc/qtcreator/src/qtquick/creator-only/qtquick-designer-plugin.qdoc +++ b/doc/qtcreator/src/qtquick/creator-only/qtquick-designer-plugin.qdoc @@ -16,7 +16,7 @@ UI files. The functionality is restricted and not all \QDS 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. For more information about using \QMLD, see \l{Qt Design Studio Manual}. diff --git a/doc/qtcreator/src/qtquick/qtquick-profiler.qdoc b/doc/qtcreator/src/qtquick/qtquick-profiler.qdoc index 6b77748e455..61033ee685d 100644 --- a/doc/qtcreator/src/qtquick/qtquick-profiler.qdoc +++ b/doc/qtcreator/src/qtquick/qtquick-profiler.qdoc @@ -659,7 +659,7 @@ To view the total amount of memory allocated by the functions, select \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. Double-click an item in a view to zoom into it. Double-click an empty