Doc: Remove duplicate words (typos)

Pick-to: 6.5 6.4 6.2
Change-Id: I3ef4fab0a86f771f967f73572e074cac3712907b
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
Andreas Eliasson 2023-02-28 13:17:37 +01:00
parent ce6f6ddf00
commit e3e2d90c6f
9 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
Licensees holding valid commercial Qt licenses may use this software in Licensees holding valid commercial Qt licenses may use this software in
accordance with the the terms contained in a written agreement between accordance with the terms contained in a written agreement between
you and The Qt Company. Alternatively, the terms and conditions that were you and The Qt Company. Alternatively, the terms and conditions that were
accepted by the licensee when buying and/or downloading the accepted by the licensee when buying and/or downloading the
software do apply. software do apply.

View File

@ -156,7 +156,7 @@
\row \row
\li \c -i \li \c -i
\li Do not generate an \c #include statement in the output. \li Do not generate an \c #include statement in the output.
This may be used to run the moc on on a C++ file containing one or This may be used to run the moc on a C++ file containing one or
more class declarations. You should then \c #include the meta-object more class declarations. You should then \c #include the meta-object
code in the \c .cpp file. code in the \c .cpp file.

View File

@ -554,7 +554,7 @@
\list \list
\li A root object. This is the root in the accessible \li A root object. This is the root in the accessible
object tree and is of type QAccessibleInterface. object tree and is of type QAccessibleInterface.
\li Receive events from from accessible objects. \li Receive events from accessible objects.
\endlist \endlist
The root object is set with the The root object is set with the
@ -651,7 +651,7 @@
Accessibility.name: myMathEquation.text Accessibility.name: myMathEquation.text
Accessibility.description: qsTr("Linear equation") Accessibility.description: qsTr("Linear equation")
Accessible.onPressAction: { Accessible.onPressAction: {
// Highlight the the x variable // Highlight the x variable
... ...
} }
} }

View File

@ -276,7 +276,7 @@
that is used to scale graphics output: allocate larger buffers and set a that is used to scale graphics output: allocate larger buffers and set a
scaling transform. scaling transform.
The advantage of this approach is that that vector graphics and fonts scale The advantage of this approach is that vector graphics and fonts scale
automatically and existing applications tend to work unmodified. For raster automatically and existing applications tend to work unmodified. For raster
content, high-resolution alternative resources are needed, however. content, high-resolution alternative resources are needed, however.

View File

@ -7,7 +7,7 @@
\brief About the GPL license used for Qt documentation \brief About the GPL license used for Qt documentation
Qt documentation is available under commercial licenses from The Qt Company. Qt documentation is available under commercial licenses from The Qt Company.
In addition, is is available under the terms of the GNU Free Documentation In addition, it is available under the terms of the GNU Free Documentation
License version 1.3, as published by the Free Software Foundation. License version 1.3, as published by the Free Software Foundation.
Example code embedded in the Qt documentation is also Example code embedded in the Qt documentation is also

View File

@ -19,7 +19,7 @@
the deployment package. When using Qt Creator for building and deploying, the deployment package. When using Qt Creator for building and deploying,
androiddeployqt is used behind the scenes, so this also applies to androiddeployqt is used behind the scenes, so this also applies to
development with Qt Creator. Explaining how to access the Java APIs after development with Qt Creator. Explaining how to access the Java APIs after
being included in the the project is not in the scope of this guide. For being included in the project is not in the scope of this guide. For
more information, see \l{Customizing the Package Templates}. more information, see \l{Customizing the Package Templates}.
\section1 Including a Library to an Android Project \section1 Including a Library to an Android Project

View File

@ -224,7 +224,7 @@ the application name in the following table).
\li app binary \li app binary
\endtable \endtable
You can deploy \e {app.html} as-is, or discard it in favor favor of a custom html You can deploy \e {app.html} as-is, or discard it in favor of a custom html
file. Smaller adjustments, such as changing the splash screen image from the Qt file. Smaller adjustments, such as changing the splash screen image from the Qt
logo to the app logo, is also possible. In both cases, \e {qtloader.js} provides a JavaScript logo to the app logo, is also possible. In both cases, \e {qtloader.js} provides a JavaScript
API for loading the application. API for loading the application.
@ -288,7 +288,7 @@ modules are listed below, other modules may or may not work.
\li \l {Qt WebSockets} \li \l {Qt WebSockets}
\endlist \endlist
In all cases, module support may not be complete and and there may be In all cases, module support may not be complete and there may be
additional limitations, either due to the browser sandbox or due to additional limitations, either due to the browser sandbox or due to
incompleteness of the Qt platform port. See \l {Developing with Qt for WebAssembly} incompleteness of the Qt platform port. See \l {Developing with Qt for WebAssembly}
for further info. for further info.

View File

@ -92,7 +92,7 @@
\li \l {Qt Sensors} \li \l {Qt Sensors}
\list \list
\li Most QML facing properties are now bindable. \li Most QML facing properties are now bindable.
\li Sensor::type and and QSensor::type properties are now marked as \li Sensor::type and QSensor::type properties are now marked as
constant. constant.
\li Added parameter to QSensorBackend::sensorBusy() to be able to \li Added parameter to QSensorBackend::sensorBusy() to be able to
also clear the busy state. also clear the busy state.

View File

@ -168,7 +168,7 @@
\li QKeySequenceEdit has a new \l{QKeySequenceEdit::}{clearButtonEnabled} property. Use it to \li QKeySequenceEdit has a new \l{QKeySequenceEdit::}{clearButtonEnabled} property. Use it to
control whether the widget shows a clear button that allows the user to clear the edit. control whether the widget shows a clear button that allows the user to clear the edit.
\li QWizard has a new slot, \l{QWizard::}{setCurrentId}, that allows applications to move to a \li QWizard has a new slot, \l{QWizard::}{setCurrentId}, that allows applications to move to a
page without without visiting the pages between the current page and the target. page without visiting the pages between the current page and the target.
\endlist \endlist
\section2 Qt Network Module \section2 Qt Network Module