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