aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2022-02-09 15:13:27 +0100
committerAndreas Eliasson <andreas.eliasson@qt.io>2022-03-02 23:17:27 +0100
commit0c8f2058d88629f94bce2828f6736f874960288f (patch)
treedf8defccefe2551ffe8ee640e51ff816c39f849d
parent247efb9a343a14bb12805e56e4950919071d9395 (diff)
Doc: Fix minor grammar issues
Some minor grammar issues found in the qtquickcontrols, qtquickdialogs, and qtquicklayout landing pages. Task-number: QTBUG-100369 Pick-to: 6.3 Change-Id: I36ffbee1ad8bef755cc676285db8629d79d32e13 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
-rw-r--r--src/quick/doc/src/concepts/layouts/qtquicklayouts-index.qdoc12
-rw-r--r--src/quick/doc/src/concepts/layouts/qtquicklayouts-qmltypes.qdoc (renamed from src/quick/doc/src/concepts/layouts/qtquicklayouts.qdoc)0
-rw-r--r--src/quickcontrols2/doc/src/qtquickcontrols2-index.qdoc9
-rw-r--r--src/quickdialogs2/quickdialogs2/doc/src/qtquickdialogs-index.qdoc4
4 files changed, 13 insertions, 12 deletions
diff --git a/src/quick/doc/src/concepts/layouts/qtquicklayouts-index.qdoc b/src/quick/doc/src/concepts/layouts/qtquicklayouts-index.qdoc
index 15b8394ebf..cbbaa36c7b 100644
--- a/src/quick/doc/src/concepts/layouts/qtquicklayouts-index.qdoc
+++ b/src/quick/doc/src/concepts/layouts/qtquicklayouts-index.qdoc
@@ -30,17 +30,17 @@
\title Qt Quick Layouts
\brief A module with a set of QML elements that arrange QML items in a user interface.
- Qt Quick Layouts are a set of QML types used to arrange items in a user interface. In contrast
- to \l{Item Positioners}{positioners}, Qt Quick Layouts can also resize their items. This makes
- them well suited for resizable user interfaces. Since layouts are items they can consequently
- be nested.
+ Qt Quick Layouts are a set of QML types used to arrange items in a user
+ interface. In contrast to \l{Item Positioners}{positioners}, Qt Quick
+ Layouts can also resize their child items. This makes them well suited for
+ resizable user interfaces.
Visit the \l{Qt Quick Layouts Overview} page to get started.
\section1 Using the Module
- The QML types can be imported into your application by adding the following
- import statement in your \c {.qml} file.
+ The \l {Qt Quick Layouts QML Types}{QML types} can be imported into your
+ application by adding the following import statement in your \c {.qml} file.
\qml
import QtQuick.Layouts
diff --git a/src/quick/doc/src/concepts/layouts/qtquicklayouts.qdoc b/src/quick/doc/src/concepts/layouts/qtquicklayouts-qmltypes.qdoc
index 0df832cca9..0df832cca9 100644
--- a/src/quick/doc/src/concepts/layouts/qtquicklayouts.qdoc
+++ b/src/quick/doc/src/concepts/layouts/qtquicklayouts-qmltypes.qdoc
diff --git a/src/quickcontrols2/doc/src/qtquickcontrols2-index.qdoc b/src/quickcontrols2/doc/src/qtquickcontrols2-index.qdoc
index 6de9fa228e..889947019c 100644
--- a/src/quickcontrols2/doc/src/qtquickcontrols2-index.qdoc
+++ b/src/quickcontrols2/doc/src/qtquickcontrols2-index.qdoc
@@ -38,7 +38,7 @@
\image qtquickcontrols2-styles.png
- Qt Quick Controls comes with a selection customizable styles.
+ Qt Quick Controls comes with a selection of customizable styles.
See \l {Styling Qt Quick Controls} for more details.
@@ -55,9 +55,10 @@
\section2 C++ API
- Using the \l{Qt Quick Controls C++ Classes}{C++ API} requires linking against the module library,
- either directly or through other dependencies.
- Several build tools have dedicated support for this, including CMake and qmake.
+ Using the \l{Qt Quick Controls C++ Classes}{C++ API} requires linking
+ against the module library, either directly or through other dependencies.
+ Several build tools have dedicated support for this, including CMake and
+ qmake.
\section3 Building with CMake
Use the \c find_package() command to locate the needed module components in the Qt6 package:
diff --git a/src/quickdialogs2/quickdialogs2/doc/src/qtquickdialogs-index.qdoc b/src/quickdialogs2/quickdialogs2/doc/src/qtquickdialogs-index.qdoc
index 92a25c3fd4..487d327497 100644
--- a/src/quickdialogs2/quickdialogs2/doc/src/qtquickdialogs-index.qdoc
+++ b/src/quickdialogs2/quickdialogs2/doc/src/qtquickdialogs-index.qdoc
@@ -31,8 +31,8 @@
\brief Provides QML types for creating and interacting with system dialogs.
- The Qt Quick Dialogs module allows to create and interact with system dialogs
- from QML. The module was introduced in Qt 6.2.
+ The Qt Quick Dialogs module allows you to create and interact with system
+ dialogs from QML. The module was introduced in Qt 6.2.
\section1 Using the Module