summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@qt.io>2020-10-30 10:02:42 +0100
committerJerome Pasion <jerome.pasion@qt.io>2020-10-30 11:48:51 +0100
commit76ad14f74fc49d53b90a07a045f52544dbcc589e (patch)
treeee771012b555dbc30a404810afab76974f982a6f
parent8807fdedce29cbbd7662fcd745234da30eace3fb (diff)
downloadqtdoc-76ad14f74fc49d53b90a07a045f52544dbcc589e.tar.gz
Fix terminology and paragraph issue
-"Qt Widgets" -add missing period Task-number: QTBUG-88010 Change-Id: I5874062026c12d9c84e20c7ae227393a0ddf87da Reviewed-by: Paul Wicking <paul.wicking@qt.io>
-rw-r--r--doc/src/qt-intro.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/qt-intro.qdoc b/doc/src/qt-intro.qdoc
index af828d17..c581c8ed 100644
--- a/doc/src/qt-intro.qdoc
+++ b/doc/src/qt-intro.qdoc
@@ -39,12 +39,12 @@
\section1 Developing User Interfaces with Qt
- Qt offers two UI frameworks for developers: \b{Qt Widget} and \b{Qt Quick}
- \l{Qt Widget} is cross-platform and tightly integrates with desktop
+ Qt offers two UI frameworks for developers: \b{Qt Widgets} and \b{Qt Quick}.
+ \l{Qt Widgets} is cross-platform and tightly integrates with desktop
look and feel. \l{Qt Quick} UIs are dynamic with fluid animations and are
optimal for touch interfaces. You can implement widget UIs in C++ and you
can implement Qt Quick UIs declaratively with QML and JavaScript. The
- \l{User Interfaces} page compares both Qt Quick and Qt Widget UIs.
+ \l{User Interfaces} page compares both Qt Quick and Qt Widgets UIs.
\section2 Designing UIs