summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2022-11-29 10:15:48 +0100
committerAndreas Eliasson <andreas.eliasson@qt.io>2022-12-05 11:45:58 +0100
commitcd1e9469be559c4b8993b9c8e09a0b4e4221b0fe (patch)
tree89edbbbdd4ec3fbac59af55ae3e0f6ffb7d9c6cd
parent4f21f16791ef0ab7c01a084dbf23170e45348c40 (diff)
downloadqtdoc-cd1e9469be559c4b8993b9c8e09a0b4e4221b0fe.tar.gz
Doc: Link to learning courses on qt.io/courses
Add sections with links to the courses on qt.io/courses. Sure, some of the content is duplicated across the two sites, but I think both of them are useful in their own way, so let's keep both of the sources now and set up links. Fixes: QTBUG-108317 Pick-to: 6.4 6.2 Change-Id: I6abab0053d68d938fa8342015d52f4c144a14e4e Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
-rw-r--r--doc/src/getting-started/create-your-first-applications.qdoc13
-rw-r--r--doc/src/getting-started/get-and-install-qt.qdoc6
2 files changed, 19 insertions, 0 deletions
diff --git a/doc/src/getting-started/create-your-first-applications.qdoc b/doc/src/getting-started/create-your-first-applications.qdoc
index e06f9c86..ea4ab1db 100644
--- a/doc/src/getting-started/create-your-first-applications.qdoc
+++ b/doc/src/getting-started/create-your-first-applications.qdoc
@@ -85,6 +85,19 @@
To view a list of all Qt examples, see \l{List of Qt Examples}.
+ You can follow the learning paths and tutorials on
+ \l {https://www.qt.io/courses} {qt.io/courses} to learn more about how to
+ create Qt applications:
+
+ \list
+ \li \l
+ {https://www.qt.io/courses/create-your-first-application-with-qt?hsLang=en}
+ {Create Your First Application with Qt}
+ \li \l
+ {https://www.qt.io/courses/how-to-create-a-simple-qt-quick-application?hsLang=en}
+ {How to Create a Simple Qt Quick Application}
+ \endlist
+
If you'd rather develop with Microsoft Visual Studio, you can install
\l{Qt VS Tools Manual}{Qt VS Tools} directly from Visual Studio.
diff --git a/doc/src/getting-started/get-and-install-qt.qdoc b/doc/src/getting-started/get-and-install-qt.qdoc
index 4a34cd83..574ead20 100644
--- a/doc/src/getting-started/get-and-install-qt.qdoc
+++ b/doc/src/getting-started/get-and-install-qt.qdoc
@@ -126,4 +126,10 @@
{Qt Design Studio} and use the project wizard templates there.
\l{Create Your First Applications}{Tell me more}
+
+ \section1 Additional Resources
+
+ \l {https://www.qt.io/courses} {Qt Learning} has a course on
+ \l {https://www.qt.io/courses/how-to-install-qt?hsLang=en}
+ {how to install Qt}.
*/