From 340e4cb060047d0f7e1adc6aec74092c20f64d97 Mon Sep 17 00:00:00 2001 From: Nico Vertriest <nico.vertriest@qt.io> Date: Tue, 27 Jun 2017 15:39:39 +0200 Subject: [PATCH] Doc: add explanation on Qt Quick and Widgets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Icd08d1546c49c7b00d2afc2c0b9b20f56bcb9bb5 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io> --- doc/src/getting-started/gettingstarted.qdoc | 10 +++++++--- 1 file 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++. -- GitLab