Qt for Python Modules¶
Basic modules¶
These are the main modules that help you build a Widget-based UI.
Provides core non-GUI functionality, like signal and slots, properties, base classes of item models, serialization, and more.
Extends QtCore with GUI functionality: Events, windows and screens, OpenGL and raster-based 2D painting, as well as images.
Provides ready to use Widgets for your application, including graphical elements for your UI.
QML and Qt Quick¶
Use these modules to interact with the QML Language, from Python.
The base Python API to interact with the module.
QtQuick
Provides classes to embed Qt Quick in Qt applications.
Provides the QQuickWidget class to embed Qt Quick in widget-based applications.
All the modules¶
There are many other modules currently supported by PySide6, here you can find a complete list of them.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.