diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2020-10-21 19:13:32 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2020-10-21 19:13:32 +0200 |
| commit | 55fd16d92a36558335e7d7cd7cdb57ead43d55db (patch) | |
| tree | 2573c4fabdb80535972a3c91a262f2e3fa80cf80 /sources/pyside2/doc/index.rst | |
| parent | e8d90a9e62898d3b746772d9ae8542b87efcecf8 (diff) | |
| parent | 85bb24c39df53ea61f59351a60f4284c32cb50ff (diff) | |
Merge remote-tracking branch 'origin/5.15' into dev
Change-Id: I8831b840fa7816b8919ecbaab17b41822a0a6012
Diffstat (limited to 'sources/pyside2/doc/index.rst')
| -rw-r--r-- | sources/pyside2/doc/index.rst | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/sources/pyside2/doc/index.rst b/sources/pyside2/doc/index.rst index ed5aeb6b4..6c62334d5 100644 --- a/sources/pyside2/doc/index.rst +++ b/sources/pyside2/doc/index.rst @@ -3,20 +3,30 @@ .. ifconfig:: output_format == 'html' - **Qt for Python** offers the official Python bindings for `Qt`_ (`PySide2`_), - so that you can use Qt5 APIs in your Python applications, and a binding generator tool - (`Shiboken2 <shiboken2/index.html>`__) which can be used to expose C++ projects into Python. + **Qt for Python** offers the official Python bindings for `Qt`_, and + has two main components: + + * `PySide2`_, so that you can use Qt5 APIs in your Python applications, and + * `Shiboken2 <shiboken2/index.html>`__, 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`_ (`PySide2`_), - so that you can use Qt5 APIs in your Python applications, and a binding generator tool - (`Shiboken2 <../shiboken2/index.html>`__) which can be used to expose C++ projects into Python. + **Qt for Python** offers the official Python bindings for `Qt`_, and + has two main components: + + * `PySide2`_, so that you can use Qt5 APIs in your Python applications, and + * `Shiboken2 <../shiboken2/index.html>`__, a binding generator tool, which can + be used to expose C++ projects to Python, and a Python module with + some utility functions. -|project| is available under the LGPLv3/GPLv3 and the Qt commercial license. +This project is available under the LGPLv3/GPLv3 and the `Qt commercial license`_. .. _Qt: https://doc.qt.io .. _PySide2: quickstart.html +.. _`Qt commercial license`: https://www.qt.io/licensing/ + Documentation |
