aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/modules.rst
blob: 9f7ef31c344a82f2ecb55bc162c5977b1328afdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Qt Modules
===========

.. toctree::
   :hidden:
   :glob:

   PySide6/Qt*/index

.. list-table::
   :widths: 150, 150
   :align: left

   * - :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>`
        Provides core non-GUI functionality.
   * - :mod:`QtGui <PySide6.QtGui>`
        Extends QtCore with GUI functionality.
     - :mod:`QtHelp <PySide6.QtHelp>`
        Provides classes for integrating online documentation in applications.
   * - :mod:`QtNetwork <PySide6.QtNetwork>`
        Offers classes that let you to write TCP/IP clients and servers.
     - :mod:`QtOpenGL <PySide6.QtOpenGL>`
        Offers classes that make it easy to use OpenGL in Qt applications.
   * - :mod:`QtOpenGLFunctions <PySide6.QtOpenGLFunctions>`
        The QOpenGLFunctions class provides cross-platform access to the OpenGL ES 2.0 API.
     - :mod:`QtOpenGLWidgets <PySide6.QtOpenGLWidgets>`
        The QOpenGLWidget class is a widget for rendering OpenGL graphics.
   * - :mod:`QtPrintSupport <PySide6.QtPrintSupport>`
        Provides extensive cross-platform support for printing.
     - :mod:`QtQml <PySide6.QtQml>`
        Python API for Qt QML.
   * - :mod:`QtQuick <PySide6.QtQuick>`
        Provides classes for embedding Qt Quick in Qt applications.
     - :mod:`QtQuickControls2 <PySide6.QtQuickControls2>`
        Provides classes for setting up the controls from C++.
   * - :mod:`QtQuickWidgets <PySide6.QtQuickWidgets>`
        Provides the QQuickWidget class for embedding Qt Quick in widget-based applications.
     - :mod:`QtSql <PySide6.QtSql>`
        Helps you provide seamless database integration to your Qt applications.
   * - :mod:`QtSvg <PySide6.QtSvg>`
        Provides classes for displaying the contents of SVG files.
     - :mod:`QtSvgWidgets <PySide6.QtSvgWidgets>`
        Provides a widget that is used to display the contents of SVG files.
   * - :mod:`QtTest <PySide6.QtTest>`
        Provides classes for unit testing Qt applications and libraries.
     - :mod:`QtUiTools <PySide6.QtUiTools>`
        Provides classes to handle forms created with Qt Designer.
   * - :mod:`QtWidgets <PySide6.QtWidgets>`
        Extends Qt GUI with C++ widget functionality.
     - :mod:`QtXml <PySide6.QtXml>`
        Provides C++ implementations of SAX and DOM.