PEP 733: Adjust binding generator for Qt (GH-3533)
PySide was listed as a binding generator for Qt, but PySide is the final project. The name of the used binding generator that PySide uses, is Shiboken.
This commit is contained in:
parent
f7ccb48574
commit
eb71e6a422
|
@ -208,7 +208,8 @@ Examples are
|
||||||
`pybind11 <https://pybind11.readthedocs.io/en/stable/>`__ and
|
`pybind11 <https://pybind11.readthedocs.io/en/stable/>`__ and
|
||||||
`nanobind <https://github.com/wjakob/nanobind>`__ for C++,
|
`nanobind <https://github.com/wjakob/nanobind>`__ for C++,
|
||||||
`PyO3 <https://github.com/PyO3/pyo3>`__ for Rust,
|
`PyO3 <https://github.com/PyO3/pyo3>`__ for Rust,
|
||||||
`PySide <https://pypi.org/project/PySide/>`__ for Qt,
|
`Shiboken <https://doc.qt.io/qtforpython-6/shiboken6/index.html>`__ used by
|
||||||
|
PySide for Qt,
|
||||||
`PyGObject <https://pygobject.readthedocs.io/en/latest/>`__ for GTK,
|
`PyGObject <https://pygobject.readthedocs.io/en/latest/>`__ for GTK,
|
||||||
`Pygolo <https://gitlab.com/pygolo/py>`__ for Go,
|
`Pygolo <https://gitlab.com/pygolo/py>`__ for Go,
|
||||||
`JPype <https://github.com/jpype-project/jpype/>`__ for Java,
|
`JPype <https://github.com/jpype-project/jpype/>`__ for Java,
|
||||||
|
|
Loading…
Reference in New Issue