mirror of https://github.com/qt/qtdoc.git
Doc: add table with obsolete modules
Link to the module to use instead, as well as the migration guide. Pick-to: 6.10 Change-Id: Ibabc5bae7d1de847f7cdc247ad5016c417c92eda Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
parent
f9b81e69e4
commit
7bf2d0f49d
|
@ -132,7 +132,34 @@
|
|||
\title Obsolete Classes
|
||||
\ingroup classlists
|
||||
|
||||
\brief Classes and members marked obsolete that should not be used in new code.
|
||||
\brief Modules, classes and members marked obsolete that should not be used in new code.
|
||||
|
||||
\section1 Qt modules that are deprecated
|
||||
|
||||
The following Qt modules are now obsolete. They are provided to keep old
|
||||
source code working, but they are no longer maintained, and can be removed
|
||||
in a future major Qt release. We advise against using these modules in new
|
||||
code. Each obsolete module comes with documentation that helps with porting
|
||||
existing code to new and actively maintained alternatives.
|
||||
|
||||
\table
|
||||
\header
|
||||
\li Obsolete module
|
||||
\li New module
|
||||
\li Migration guide
|
||||
\row
|
||||
\li \l{Qt 3D}
|
||||
\li \l{Qt Quick 3D}
|
||||
\li \l{Porting Qt 3D to Qt Quick 3D: A Migration Guide}
|
||||
\row
|
||||
\li \l{Qt Charts}
|
||||
\li \l{Qt Graphs}
|
||||
\li \l{Qt Graphs Migration from Qt Charts}
|
||||
\row
|
||||
\li \l{Qt Data Visualization}
|
||||
\li \l{Qt Graphs}
|
||||
\li \l{Qt Graphs Migration from Qt DataVisualization}
|
||||
\endtable
|
||||
|
||||
\section1 C++ classes that are deprecated
|
||||
|
||||
|
|
Loading…
Reference in New Issue