Qt Modules =========== .. toctree:: :hidden: :glob: PySide6/Qt*/index .. list-table:: :widths: 150, 150 :align: left * - :mod:`Qt Concurrent ` 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 ` Provides core non-GUI functionality. * - :mod:`Qt Gui ` Extends QtCore with GUI functionality. - :mod:`Qt Help ` Provides classes for integrating online documentation in applications. * - :mod:`Qt Network ` Offers classes that let you to write TCP/IP clients and servers. - :mod:`Qt OpenGL ` Offers classes that make it easy to use OpenGL in Qt applications. * - :mod:`Qt OpenGLFunctions ` The QOpenGLFunctions class provides cross-platform access to the OpenGL ES 2.0 API. - :mod:`Qt OpenGLWidgets ` The QOpenGLWidget class is a widget for rendering OpenGL graphics. * - :mod:`Qt PrintSupport ` Provides extensive cross-platform support for printing. - :mod:`Qt Qml ` Python API for Qt QML. * - :mod:`Qt Quick ` Provides classes for embedding Qt Quick in Qt applications. - :mod:`Qt QuickControls2 ` Provides classes for setting up the controls from C++. * - :mod:`Qt QuickWidgets ` Provides the QQuickWidget class for embedding Qt Quick in widget-based applications. - :mod:`Qt Sql ` Helps you provide seamless database integration to your Qt applications. * - :mod:`Qt Svg ` Provides classes for displaying the contents of SVG files. - :mod:`Qt SvgWidgets ` Provides a widget that is used to display the contents of SVG files. * - :mod:`Qt Test ` Provides classes for unit testing Qt applications and libraries. - :mod:`Qt UiTools ` Provides classes to handle forms created with Qt Designer. * - :mod:`Qt Widgets ` Extends Qt GUI with C++ widget functionality. - :mod:`Qt Xml ` Provides C++ implementations of SAX and DOM.