aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/controls/doc/src/qtquickcontrols2-customize.qdoc9
-rw-r--r--src/extras/doc/src/qtquickextras2-customize.qdoc8
2 files changed, 8 insertions, 9 deletions
diff --git a/src/controls/doc/src/qtquickcontrols2-customize.qdoc b/src/controls/doc/src/qtquickcontrols2-customize.qdoc
index 2f627de2..b099b482 100644
--- a/src/controls/doc/src/qtquickcontrols2-customize.qdoc
+++ b/src/controls/doc/src/qtquickcontrols2-customize.qdoc
@@ -31,11 +31,10 @@
\brief A set of UI controls to create user interfaces in Qt Quick
Qt Quick Controls consist of a hierarchy (tree) of items. In order to
- provide a custom look'n'feel, the default implementation of each can be
- replaced with a custom item. The following snippets present the default
- implementations of various items. These can be used as a starting point
- to implement custom look'n'feel.
-
+ provide a custom look and feel, the default QML implementation of each
+ item can be replaced with a custom one. The following snippets present
+ the default implementations of various items. These can be used as a
+ starting point to implement a custom look and feel.
\section1 Customizing BusyIndicator
diff --git a/src/extras/doc/src/qtquickextras2-customize.qdoc b/src/extras/doc/src/qtquickextras2-customize.qdoc
index 592d33f8..fc04fe1f 100644
--- a/src/extras/doc/src/qtquickextras2-customize.qdoc
+++ b/src/extras/doc/src/qtquickextras2-customize.qdoc
@@ -31,10 +31,10 @@
\brief A set of UI controls to create user interfaces in Qt Quick
Qt Quick Controls consist of a hierarchy (tree) of items. In order to
- provide a custom look'n'feel, the default implementation of each can be
- replaced with a custom item. The following snippets present the default
- implementations of various items. These can be used as a starting point
- to implement custom look'n'feel.
+ provide a custom look and feel, the default implementation of each item
+ can be replaced with a custom one. The following snippets present the
+ default implementations of various items. These can be used as a starting
+ point to implement a custom look and feel.
\sa {Customizing Qt Quick Controls 2}