Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d047f53

Browse files
committed
Update PySide entry
1 parent ebfd9b7 commit d047f53

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/scenarios/gui.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,15 @@ PySide
7979
******
8080

8181
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>`_.
8285

8386
.. code-block:: console
8487
85-
$ pip install pyside
88+
$ pip install pyside6
8689
87-
https://wiki.qt.io/Category:LanguageBindings::PySide::Downloads
90+
https://pyside.org
8891

8992

9093
****

0 commit comments

Comments
 (0)