Skip to content

Commit

Permalink
Merge pull request realpython#1105 from cmaureir/update_pyside
Browse files Browse the repository at this point in the history
Update PySide entry
  • Loading branch information
dbader authored Oct 5, 2021
2 parents ebfd9b7 + d047f53 commit 43fba6d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/scenarios/gui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,15 @@ PySide
******

PySide is a Python binding of the cross-platform GUI toolkit Qt.
The package name depends on the major Qt version (`PySide` for Qt4,
`PySide2` for Qt5, and `PySide6` for Qt6).
This set of bindings is developed by `The Qt Company <https://qt.io>`_.

.. code-block:: console
$ pip install pyside
$ pip install pyside6
https://wiki.qt.io/Category:LanguageBindings::PySide::Downloads
https://pyside.org


****
Expand Down

0 comments on commit 43fba6d

Please sign in to comment.