summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2017-06-27 15:39:39 +0200
committerNico Vertriest <nico.vertriest@qt.io>2017-07-03 10:35:32 +0000
commit340e4cb060047d0f7e1adc6aec74092c20f64d97 (patch)
tree85ae568c0d938884f5f843db2848e9e18c752d23
parent20be5469dbf173b3985e256feb5ecc3e8de97943 (diff)
downloadqtdoc-340e4cb060047d0f7e1adc6aec74092c20f64d97.tar.gz
Doc: add explanation on Qt Quick and Widgets
Change-Id: Icd08d1546c49c7b00d2afc2c0b9b20f56bcb9bb5 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
-rw-r--r--doc/src/getting-started/gettingstarted.qdoc10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/src/getting-started/gettingstarted.qdoc b/doc/src/getting-started/gettingstarted.qdoc
index 9c989f17..d9a5efea 100644
--- a/doc/src/getting-started/gettingstarted.qdoc
+++ b/doc/src/getting-started/gettingstarted.qdoc
@@ -94,15 +94,19 @@
\section1 Create Your First Applications
- Learn the basics of Qt and Qt Quick development by following two tutorials
- that illustrate how to create simple applications and build and run them on
+ Learn the basics of Qt and Qt Quick development by following the two tutorials
+ below that illustrate how to create simple applications and build and run them on
target platforms:
-
\list
\li \l {Getting Started Programming with Qt Widgets}
\li \l {Getting Started Programming with Qt Quick}
\endlist
+ \l{Qt Widgets} provides a library of UI elements which allow you to
+ create classic desktop-style user interfaces. \l {Qt Quick} is a library
+ providing types and functionalities for building modern, fluid, animated
+ UIs.
+
For a more thorough walkthrough of the different aspects of developing
applications with Qt 5, see the \l {QML Book}. It focuses on Qt Quick,
but also provides the information needed to use QML together with C++.