aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2022-09-07 08:56:16 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-09-07 13:23:18 +0000
commit96ee8e0b23e14e3655755f1ac7de7ac3b994ae66 (patch)
tree901a71cb69c28ceccdca9d2439a9d97d2140787d
parent711fd4c1358e11ebdebd576d494379b39236305a (diff)
Documentation: Update the modules page
Remove the obsolete QOpenGLFunctions and add some missing modules. Change-Id: I824ee3c125c4fd42d07b55afe7c532c3188bec4c Reviewed-by: Christian Tismer <tismer@stackless.com> (cherry picked from commit 81f75fa027076a65747109f2d8ddd9bd904d7dda) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--sources/pyside6/doc/modules.rst62
1 files changed, 60 insertions, 2 deletions
diff --git a/sources/pyside6/doc/modules.rst b/sources/pyside6/doc/modules.rst
index 7134c2638..a70540419 100644
--- a/sources/pyside6/doc/modules.rst
+++ b/sources/pyside6/doc/modules.rst
@@ -79,6 +79,20 @@ Qt Modules Supported by Qt for Python
---
+ :mod:`Qt Multimedia <PySide6.QtMultimedia>`
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+ Provides API for multimedia-specific use cases.
+
+ ---
+
+ :mod:`Qt Multimedia Widgets <PySide6.QtMultimediaWidgets>`
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+ Provides the widget-based multimedia API.
+
+ ---
+
:mod:`QtNetwork <PySide6.QtNetwork>`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -86,6 +100,13 @@ Qt Modules Supported by Qt for Python
---
+ :mod:`Qt Network Authorization <PySide6.QtNetworkAuth>`
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+ Provides support for OAuth-based authorization to online services.
+
+ ---
+
:mod:`QtNfc <PySide6.QtNfc>`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -118,10 +139,11 @@ Qt Modules Supported by Qt for Python
---
- :mod:`QtOpenGLFunctions <PySide6.QtOpenGLFunctions>`
+ :mod:`QtOpenGL Widgets <PySide6.QtOpenGLWidgets>`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- The QOpenGLFunctions class provides cross-platform access to the OpenGL ES 2.0 API.
+ Provides the OpenGLWidget class enabling OpenGL rendering for a certain
+ part of the widget tree.
---
@@ -132,6 +154,13 @@ Qt Modules Supported by Qt for Python
---
+ :mod:`Qt Positioning <PySide6.QtPositioning>`
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+ Provides access to position, satellite info and area monitoring classes.
+
+ ---
+
:mod:`QtPrintSupport <PySide6.QtPrintSupport>`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -167,6 +196,20 @@ Qt Modules Supported by Qt for Python
---
+ :mod:`Qt Sensors <PySide6.QtSensors>`
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+ Provides access to sensor hardware.
+
+ ---
+
+ :mod:`Qt Serial Port <PySide6.QtSerialPort>`
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+ Provides classes to interact with hardware and virtual serial ports.
+
+ ---
+
:mod:`Qt Scxml <PySide6.QtScxml>`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -246,6 +289,14 @@ Qt Modules Supported by Qt for Python
---
+ :mod:`Qt WebChannel <PySide6.QtWebChannel>`
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+ Provides access to QObject or QML objects from HTML clients for seamless
+ integration of Qt applications with HTML/JavaScript clients.
+
+ ---
+
:mod:`QtWebEngine Core C++ Classes <PySide6.QtWebEngineCore>`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -267,6 +318,13 @@ Qt Modules Supported by Qt for Python
---
+ :mod:`Qt WebSockets <PySide6.QtWebSockets>`
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+ Provides WebSocket communication compliant with RFC 6455.
+
+ ---
+
:mod:`Qt3D Core <PySide6.Qt3DCore>`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^