summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/src/getting-started/create-your-first-applications.qdoc16
-rw-r--r--doc/src/getting-started/solutions-for-application-development.qdoc8
-rw-r--r--doc/src/qt-intro.qdoc10
3 files changed, 17 insertions, 17 deletions
diff --git a/doc/src/getting-started/create-your-first-applications.qdoc b/doc/src/getting-started/create-your-first-applications.qdoc
index c13e09437..881b56308 100644
--- a/doc/src/getting-started/create-your-first-applications.qdoc
+++ b/doc/src/getting-started/create-your-first-applications.qdoc
@@ -1,4 +1,4 @@
-// Copyright (C) 2022 The Qt Company Ltd.
+// Copyright (C) 2025 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
@@ -18,13 +18,6 @@
\li Tutorials
\li Examples
\row
- \li Qt Widgets
- \li \list
- \li \l{\QC: Tutorial: Qt Widgets application}{Text Finder}
- \li \l{Getting Started Programming with Qt Widgets}{Notepad}
- \endlist
- \li \l{Qt Widgets Examples}
- \row
\li Qt Quick
\li \list
\li \l{\QC: Tutorial: Qt Quick application}{\QC: Transitions}
@@ -34,6 +27,13 @@
\endlist
\li \l{Qt Quick Examples and Tutorials}
\row
+ \li Qt Widgets
+ \li \list
+ \li \l{\QC: Tutorial: Qt Widgets application}{Text Finder}
+ \li \l{Getting Started Programming with Qt Widgets}{Notepad}
+ \endlist
+ \li \l{Qt Widgets Examples}
+ \row
\li Python
\li \list
\li \l{Qt for Python Tutorials}
diff --git a/doc/src/getting-started/solutions-for-application-development.qdoc b/doc/src/getting-started/solutions-for-application-development.qdoc
index 8a1b211f3..f0d2d606f 100644
--- a/doc/src/getting-started/solutions-for-application-development.qdoc
+++ b/doc/src/getting-started/solutions-for-application-development.qdoc
@@ -1,4 +1,4 @@
-// Copyright (C) 2021 The Qt Company Ltd.
+// Copyright (C) 2025 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
@@ -43,17 +43,17 @@
\li \l{Qt for MCUs}
\endtable
- You can use C++, QML, or Python for application development:
+ You can use QML, C++, or Python for application development:
\table
\header
\li To Develop With
\li You Need
\row
- \li C++/Qt
+ \li QML and Qt Quick
\li Qt for Linux, \macos, or Windows
\row
- \li QML/Qt Quick
+ \li Qt C++
\li Qt for Linux, \macos, or Windows
\row
\li Python
diff --git a/doc/src/qt-intro.qdoc b/doc/src/qt-intro.qdoc
index 6c0c824e7..e577ec7d7 100644
--- a/doc/src/qt-intro.qdoc
+++ b/doc/src/qt-intro.qdoc
@@ -1,4 +1,4 @@
-// Copyright (C) 2021 The Qt Company Ltd.
+// Copyright (C) 2025 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
@@ -16,10 +16,10 @@
\section1 Designing User Interfaces
Qt offers two \l{Solutions for UI Design}{solutions for UI design}:
- \l{Qt Widgets} and \l{Qt Quick}.
- \b{Qt Widgets} tightly integrates with desktop
- look-and-feel. \b{Qt Quick} UIs are dynamic with fluid animations and are
- optimal for touch interfaces. The
+ \l{Qt Quick} and \l{Qt Widgets}.
+ \b{Qt Quick} UIs are dynamic with fluid animations and are
+ optimal for touch interfaces.
+ \b{Qt Widgets} tightly integrates with desktop look-and-feel. The
\l{User Interfaces} page compares both Qt Quick and Qt Widgets
technologies.