Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 43fba6d

Browse filesBrowse files
authored
Merge pull request #1105 from cmaureir/update_pyside
Update PySide entry
2 parents ebfd9b7 + d047f53 commit 43fba6d
Copy full SHA for 43fba6d

File tree

1 file changed

+5
-2
lines changed
Filter options

1 file changed

+5
-2
lines changed

‎docs/scenarios/gui.rst

Copy file name to clipboardExpand all lines: docs/scenarios/gui.rst
+5-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.