PySide6
Unsolved
Qt for Python
-
wrote on 30 Mar 2021, 06:12 last edited by
PySide6 & PyQt6 differ only in their names?
-
Hi,
No, PySide6 comes from the Qt Company and offers the same licenses options as Qt while PyQt6 is from Riverbank Computing and offers only GPL or commercial. The PyQt bindings have been there for a longer time than PySide.
-
wrote on 30 Mar 2021, 06:50 last edited by
Are they have different code?
-
The underlying Qt version does not change. The bindings generator are different. PyQt uses sip while PySide uses shiboken.
-
wrote on 9 Apr 2021, 11:47 last edited by
Another difference between the PyQt6 and Pyside6 is the way this libraries loads .ui files generated from Qt Designer and the scripts used to convert .ui files to Python code.
You can find more detailed information on https://www.learnpyqt.com/blog/pyqt6-vs-pyside6/ page.