We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebfd9b7 + d047f53 commit 43fba6dCopy full SHA for 43fba6d
docs/scenarios/gui.rst
@@ -79,12 +79,15 @@ PySide
79
******
80
81
PySide is a Python binding of the cross-platform GUI toolkit Qt.
82
+The package name depends on the major Qt version (`PySide` for Qt4,
83
+`PySide2` for Qt5, and `PySide6` for Qt6).
84
+This set of bindings is developed by `The Qt Company <https://qt.io>`_.
85
86
.. code-block:: console
87
- $ pip install pyside
88
+ $ pip install pyside6
89
-https://wiki.qt.io/Category:LanguageBindings::PySide::Downloads
90
+https://pyside.org
91
92
93
****
0 commit comments