summaryrefslogtreecommitdiffstats
path: root/doc/src/whatsnew
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2023-10-19 09:09:27 +0300
committerTopi Reinio <topi.reinio@qt.io>2023-10-20 12:10:35 +0000
commitcf0a466a145b344cc4095fc06fe3f192e3a6bf17 (patch)
treebd4c3083df8120df31102a19b5ad66ee6dc272db /doc/src/whatsnew
parent459e09b4852e7a12e47b81f16dbc38d2e922a666 (diff)
Add What's New in Qt 6.7 files
Change-Id: I462c3fcc1ce510e38311b2adcac98384230611d4 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'doc/src/whatsnew')
-rw-r--r--doc/src/whatsnew/whatsnew.qdoc3
-rw-r--r--doc/src/whatsnew/whatsnew67.qdoc155
2 files changed, 158 insertions, 0 deletions
diff --git a/doc/src/whatsnew/whatsnew.qdoc b/doc/src/whatsnew/whatsnew.qdoc
index 36fb36675..ec02c9ef9 100644
--- a/doc/src/whatsnew/whatsnew.qdoc
+++ b/doc/src/whatsnew/whatsnew.qdoc
@@ -33,5 +33,8 @@
\row
\li \l{What's New in Qt 6.6}
\li \l{New Classes and Functions in Qt 6.6}
+ \row
+ \li \l{What's New in Qt 6.7}
+ \li \l{New Classes and Functions in Qt 6.7}
\endtable
*/
diff --git a/doc/src/whatsnew/whatsnew67.qdoc b/doc/src/whatsnew/whatsnew67.qdoc
new file mode 100644
index 000000000..1eafb3791
--- /dev/null
+++ b/doc/src/whatsnew/whatsnew67.qdoc
@@ -0,0 +1,155 @@
+// Copyright (C) 2023 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
+
+/*!
+ \page whatsnew67.html
+ \title What's New in Qt 6.7
+ \ingroup whatsnewqt6
+ \brief Lists the new features in Qt 6.7.
+
+ \section1 New and Restored Modules in Qt 6.7
+ Qt 6.7 adds the following modules and tools:
+
+ \section2 New and Restored Modules in Technical Preview
+
+ \note API and ABI stability is not guaranteed for modules in
+ technical preview.
+
+ \section1 New Features in Qt 6.7
+
+ \section2 Qt Core Module
+ \list
+ \li Nothing to see here. //! TODO Clean this up before release.
+ \endlist
+
+ \section2 Qt GUI Module
+ \list
+ \li Nothing to see here. //! TODO Clean this up before release.
+ \endlist
+
+ \section2 Qt Location Module
+ \list
+ \li Nothing to see here. //! TODO Clean this up before release.
+ \endlist
+
+ \section2 Qt Network Module
+ \list
+ \li Nothing to see here. //! TODO Clean this up before release.
+ \endlist
+
+ \section2 Qt Positioning Module
+ \list
+ \li Nothing to see here. //! TODO Clean this up before release.
+ \endlist
+
+ \section2 Qt QML Module
+ \list
+ \li Nothing to see here. //! TODO Clean this up before release.
+ \endlist
+
+ \section2 Qt Quick Module
+ \list
+ \li Nothing to see here. //! TODO Clean this up before release.
+ \endlist
+
+ \section2 Qt Quick Controls Module
+ \list
+ \li Nothing to see here. //! TODO Clean this up before release.
+ \endlist
+
+ \section2 Qt Quick 3D Module
+ \list
+ \li Nothing to see here. //! TODO Clean this up before release.
+ \endlist
+
+ \section2 Qt Serial Bus Module
+ \list
+ \li Nothing to see here. //! TODO Clean this up before release.
+ \endlist
+
+ \section2 Qt Sql Module
+ \list
+ \li Nothing to see here. //! TODO Clean this up before release.
+ \endlist
+
+ \section2 Qt Test Module
+ \list
+ \li Nothing to see here. //! TODO Clean this up before release.
+ \endlist
+
+ \section2 Qt TextToSpeech Module
+ \list
+ \li Nothing to see here. //! TODO Clean this up before release.
+ \endlist
+
+ \section2 Qt WebEngine Module
+ \list
+ \li Nothing to see here. //! TODO Clean this up before release.
+ \endlist
+
+ \section2 Qt WebView Module
+ \list
+ \li Nothing to see here. //! TODO Clean this up before release.
+ \endlist
+
+ \section2 Qt Widgets Module
+ \list
+ \li Nothing to see here. //! TODO Clean this up before release.
+ \endlist
+
+ \section1 Platform Changes
+
+ \section2 Desktop Platforms
+
+ \section3 Windows
+ \list
+ \li Nothing to see here. //! TODO Clean this up before release.
+ \endlist
+
+ \section3 \macos
+ \list
+ \li Nothing to see here. //! TODO Clean this up before release.
+ \endlist
+
+ \section3 X11
+ \list
+ \li Nothing to see here. //! TODO Clean this up before release.
+ \endlist
+
+ \section3 Wayland Client on Linux
+ \list
+ \li Nothing to see here. //! TODO Clean this up before release.
+ \endlist
+
+ \section2 Mobile Platforms
+
+ \section3 Android
+ \list
+ \li Nothing to see here. //! TODO Clean this up before release.
+ \endlist
+
+ \section3 iOS
+ \list
+ \li Nothing to see here. //! TODO Clean this up before release.
+ \endlist
+
+ \section1 List of API Changes
+
+ These pages contain an overview of API changes in Qt 6.7:
+ \list
+ \li \l {New Classes and Functions in Qt 6.7}
+ \li \l {Obsolete Classes}
+ \endlist
+*/
+
+/*!
+ \page newclasses67.html
+ \title New Classes and Functions in Qt 6.7
+ \ingroup whatsnewqt6
+ \brief A list of new APIs in Qt 6.7.
+
+ This page contains a comprehensive list of all new classes and functions
+ introduced in Qt 6.7.
+
+ \sincelist 6.7
+*/