aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/modules.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/doc/modules.rst')
-rw-r--r--sources/pyside6/doc/modules.rst40
1 files changed, 20 insertions, 20 deletions
diff --git a/sources/pyside6/doc/modules.rst b/sources/pyside6/doc/modules.rst
index 8eee957a9..9f7ef31c3 100644
--- a/sources/pyside6/doc/modules.rst
+++ b/sources/pyside6/doc/modules.rst
@@ -11,45 +11,45 @@ Qt Modules
:widths: 150, 150
:align: left
- * - :mod:`Qt Concurrent <PySide6.QtConcurrent>`
+ * - :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:`Qt Core <PySide6.QtCore>`
+ - :mod:`QtCore <PySide6.QtCore>`
Provides core non-GUI functionality.
- * - :mod:`Qt Gui <PySide6.QtGui>`
+ * - :mod:`QtGui <PySide6.QtGui>`
Extends QtCore with GUI functionality.
- - :mod:`Qt Help <PySide6.QtHelp>`
+ - :mod:`QtHelp <PySide6.QtHelp>`
Provides classes for integrating online documentation in applications.
- * - :mod:`Qt Network <PySide6.QtNetwork>`
+ * - :mod:`QtNetwork <PySide6.QtNetwork>`
Offers classes that let you to write TCP/IP clients and servers.
- - :mod:`Qt OpenGL <PySide6.QtOpenGL>`
+ - :mod:`QtOpenGL <PySide6.QtOpenGL>`
Offers classes that make it easy to use OpenGL in Qt applications.
- * - :mod:`Qt OpenGLFunctions <PySide6.QtOpenGLFunctions>`
+ * - :mod:`QtOpenGLFunctions <PySide6.QtOpenGLFunctions>`
The QOpenGLFunctions class provides cross-platform access to the OpenGL ES 2.0 API.
- - :mod:`Qt OpenGLWidgets <PySide6.QtOpenGLWidgets>`
+ - :mod:`QtOpenGLWidgets <PySide6.QtOpenGLWidgets>`
The QOpenGLWidget class is a widget for rendering OpenGL graphics.
- * - :mod:`Qt PrintSupport <PySide6.QtPrintSupport>`
+ * - :mod:`QtPrintSupport <PySide6.QtPrintSupport>`
Provides extensive cross-platform support for printing.
- - :mod:`Qt Qml <PySide6.QtQml>`
+ - :mod:`QtQml <PySide6.QtQml>`
Python API for Qt QML.
- * - :mod:`Qt Quick <PySide6.QtQuick>`
+ * - :mod:`QtQuick <PySide6.QtQuick>`
Provides classes for embedding Qt Quick in Qt applications.
- - :mod:`Qt QuickControls2 <PySide6.QtQuickControls2>`
+ - :mod:`QtQuickControls2 <PySide6.QtQuickControls2>`
Provides classes for setting up the controls from C++.
- * - :mod:`Qt QuickWidgets <PySide6.QtQuickWidgets>`
+ * - :mod:`QtQuickWidgets <PySide6.QtQuickWidgets>`
Provides the QQuickWidget class for embedding Qt Quick in widget-based applications.
- - :mod:`Qt Sql <PySide6.QtSql>`
+ - :mod:`QtSql <PySide6.QtSql>`
Helps you provide seamless database integration to your Qt applications.
- * - :mod:`Qt Svg <PySide6.QtSvg>`
+ * - :mod:`QtSvg <PySide6.QtSvg>`
Provides classes for displaying the contents of SVG files.
- - :mod:`Qt SvgWidgets <PySide6.QtSvgWidgets>`
+ - :mod:`QtSvgWidgets <PySide6.QtSvgWidgets>`
Provides a widget that is used to display the contents of SVG files.
- * - :mod:`Qt Test <PySide6.QtTest>`
+ * - :mod:`QtTest <PySide6.QtTest>`
Provides classes for unit testing Qt applications and libraries.
- - :mod:`Qt UiTools <PySide6.QtUiTools>`
+ - :mod:`QtUiTools <PySide6.QtUiTools>`
Provides classes to handle forms created with Qt Designer.
- * - :mod:`Qt Widgets <PySide6.QtWidgets>`
+ * - :mod:`QtWidgets <PySide6.QtWidgets>`
Extends Qt GUI with C++ widget functionality.
- - :mod:`Qt Xml <PySide6.QtXml>`
+ - :mod:`QtXml <PySide6.QtXml>`
Provides C++ implementations of SAX and DOM.