aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2021-02-15 13:27:03 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2021-02-15 14:38:11 +0100
commitd7a324eec598ac123c1d75360eaae98383f19421 (patch)
tree43b0a2af1a42ef6b1ea74e449007ac5d63c47e54 /sources/pyside6
parent0d43f0eae4071ceffa07ec6c89349fa7942699a8 (diff)
Documentation: Add modules new in 6.1 to the modules page
Task-number: PYSIDE-1482 Change-Id: I3d7eb07ed4a23d86d00e66e54430c1ca3f46176b Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside6')
-rw-r--r--sources/pyside6/doc/modules.rst63
-rw-r--r--sources/pyside6/doc/qtmodules/pyside-qtdesigner.qdocconf.in2
2 files changed, 45 insertions, 20 deletions
diff --git a/sources/pyside6/doc/modules.rst b/sources/pyside6/doc/modules.rst
index 9f7ef31c3..0c7b9fe6a 100644
--- a/sources/pyside6/doc/modules.rst
+++ b/sources/pyside6/doc/modules.rst
@@ -11,45 +11,68 @@ Qt Modules
:widths: 150, 150
:align: left
- * - :mod:`QtConcurrent <PySide6.QtConcurrent>`
+ * - :mod:`Qt Charts <PySide6.QtCharts>`
+ Provides a set of easy to use chart components.
+ - :mod:`QtConcurrent <PySide6.QtConcurrent>`
Provides high-level APIs that make it possible
to write multi-threaded programs without using low-level threading
primitives such as mutexes, read-write locks, wait conditions, or semaphores.
- - :mod:`QtCore <PySide6.QtCore>`
+ * - :mod:`QtCore <PySide6.QtCore>`
Provides core non-GUI functionality.
- * - :mod:`QtGui <PySide6.QtGui>`
+ - :mod:`Qt DataVisualization <PySide6.QtDataVisualization>`
+ Provides a way to visualize data in 3D as bar, scatter, and surface graphs.
+ * - :mod:`QtDesigner <PySide6.QtDesigner>`
+ Provides classes to extend Qt Designer.
+ - :mod:`QtGui <PySide6.QtGui>`
Extends QtCore with GUI functionality.
- - :mod:`QtHelp <PySide6.QtHelp>`
+ * - :mod:`QtHelp <PySide6.QtHelp>`
Provides classes for integrating online documentation in applications.
- * - :mod:`QtNetwork <PySide6.QtNetwork>`
+ - :mod:`QtNetwork <PySide6.QtNetwork>`
Offers classes that let you to write TCP/IP clients and servers.
- - :mod:`QtOpenGL <PySide6.QtOpenGL>`
+ * - :mod:`QtOpenGL <PySide6.QtOpenGL>`
Offers classes that make it easy to use OpenGL in Qt applications.
- * - :mod:`QtOpenGLFunctions <PySide6.QtOpenGLFunctions>`
+ - :mod:`QtOpenGLFunctions <PySide6.QtOpenGLFunctions>`
The QOpenGLFunctions class provides cross-platform access to the OpenGL ES 2.0 API.
- - :mod:`QtOpenGLWidgets <PySide6.QtOpenGLWidgets>`
+ * - :mod:`QtOpenGLWidgets <PySide6.QtOpenGLWidgets>`
The QOpenGLWidget class is a widget for rendering OpenGL graphics.
- * - :mod:`QtPrintSupport <PySide6.QtPrintSupport>`
+ - :mod:`QtPrintSupport <PySide6.QtPrintSupport>`
Provides extensive cross-platform support for printing.
- - :mod:`QtQml <PySide6.QtQml>`
+ * - :mod:`QtQml <PySide6.QtQml>`
Python API for Qt QML.
- * - :mod:`QtQuick <PySide6.QtQuick>`
+ - :mod:`QtQuick <PySide6.QtQuick>`
Provides classes for embedding Qt Quick in Qt applications.
- - :mod:`QtQuickControls2 <PySide6.QtQuickControls2>`
+ * - :mod:`QtQuickControls2 <PySide6.QtQuickControls2>`
Provides classes for setting up the controls from C++.
- * - :mod:`QtQuickWidgets <PySide6.QtQuickWidgets>`
+ - :mod:`QtQuickWidgets <PySide6.QtQuickWidgets>`
Provides the QQuickWidget class for embedding Qt Quick in widget-based applications.
+ * - :mod:`Qt Scxml <PySide6.QtScxml>`
+ Provides classes to create and use state machines from SCXML files.
- :mod:`QtSql <PySide6.QtSql>`
Helps you provide seamless database integration to your Qt applications.
- * - :mod:`QtSvg <PySide6.QtSvg>`
+ * - :mod:`QtStateMachine <PySide6.QtStateMachine>`
+ Provides classes for creating and executing state graphs.
+ - :mod:`QtSvg <PySide6.QtSvg>`
Provides classes for displaying the contents of SVG files.
- - :mod:`QtSvgWidgets <PySide6.QtSvgWidgets>`
+ * - :mod:`QtSvgWidgets <PySide6.QtSvgWidgets>`
Provides a widget that is used to display the contents of SVG files.
- * - :mod:`QtTest <PySide6.QtTest>`
+ - :mod:`QtTest <PySide6.QtTest>`
Provides classes for unit testing Qt applications and libraries.
- - :mod:`QtUiTools <PySide6.QtUiTools>`
+ * - :mod:`QtUiTools <PySide6.QtUiTools>`
Provides classes to handle forms created with Qt Designer.
- * - :mod:`QtWidgets <PySide6.QtWidgets>`
+ - :mod:`QtWidgets <PySide6.QtWidgets>`
Extends Qt GUI with C++ widget functionality.
- - :mod:`QtXml <PySide6.QtXml>`
- Provides C++ implementations of SAX and DOM.
+ * - :mod:`QtXml <PySide6.QtXml>`
+ Provides a C++ implementation of DOM.
+ - :mod:`Qt 3D Animation <PySide6.Qt3DAnimation>`
+ Provides basic elements required to animate 3D objects.
+ * - :mod:`Qt 3D Core <PySide6.Qt3DCore>`
+ Contains functionality to support near-realtime simulation systems.
+ - :mod:`Qt 3D Extras <PySide6.Qt3DExtras>`
+ Provides a set of prebuilt elements to help you get started with Qt 3D.
+ * - :mod:`Qt 3D Input <PySide6.Qt3DInput>`
+ Provides classes for handling user input in applications using Qt 3D.
+ - :mod:`Qt 3D Logic <PySide6.Qt3DLogic>`
+ Enables synchronizing frames with the Qt 3D backend.
+ * - :mod:`Qt 3D Render <PySide6.Qt3DRender>`
+ Contains functionality to support 2D and 3D rendering using Qt 3D.
+ -
diff --git a/sources/pyside6/doc/qtmodules/pyside-qtdesigner.qdocconf.in b/sources/pyside6/doc/qtmodules/pyside-qtdesigner.qdocconf.in
new file mode 100644
index 000000000..30d201be9
--- /dev/null
+++ b/sources/pyside6/doc/qtmodules/pyside-qtdesigner.qdocconf.in
@@ -0,0 +1,2 @@
+include(@QT_SRC_DIR@/../qttools/src/designer/src/designer/doc/qtdesigner.qdocconf)
+include(../pyside-config.qdocconf)