|project| ********* .. ifconfig:: output_format == 'html' **Qt for Python** offers the official Python bindings for `Qt`_, and has two main components: * `PySide6`_, so that you can use Qt6 APIs in your Python applications, and * `Shiboken6 `__, a binding generator tool, which can be used to expose C++ projects to Python, and a Python module with some utility functions. .. ifconfig:: output_format == 'qthelp' **Qt for Python** offers the official Python bindings for `Qt`_, and has two main components: * `PySide6`_, so that you can use Qt6 APIs in your Python applications, and * `Shiboken6 <../shiboken6/index.html>`__, a binding generator tool, which can be used to expose C++ projects to Python, and a Python module with some utility functions. `Porting from PySide2 to PySide6`_ provides information on porting existing PySide2 applications. This project is available under the LGPLv3/GPLv3 and the `Qt commercial license`_. .. _Qt: https://doc.qt.io .. _PySide6: quickstart.html .. _`Qt commercial license`: https://www.qt.io/licensing/ .. _`Porting from PySide2 to PySide6`: porting_from2.html Documentation ============= .. ifconfig:: output_format == 'html' .. raw:: html

Check It Out!
Write your first Qt app.

Getting Started
Install and build from source.

API Docs
Qt for Python API reference.

Tutorials
Learn with step-by-step guides.

Examples
Check all the available examples.

Videos
Watch webinars, Talks, and more.

Deployment
Learn to deploy your apps.

Considerations
API differences and known issues.

Shiboken
Generate C++ to Python binding.

.. ifconfig :: output_format == 'qthelp' .. raw:: html

Check It Out!
Write your first Qt app.

Getting Started
Install and build from source.

API Docs
Qt for Python API reference.

Tutorials
Learn with step-by-step guides.

Examples
Check all the available examples.

Videos
Watch webinars, Talks, and more.

Deployment
Learn to deploy your apps.

Considerations
API differences and known issues.

Shiboken
Generate C++ to Python binding.

We have also a `wiki page`_ where you can find how to report bugs, contribute or contact the community. .. _`wiki page`: https://wiki.qt.io/Qt_for_Python .. toctree:: :hidden: :glob: contents.rst gettingstarted* pyside-examples/pysideexamples* overviews/*