Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. PySide6

PySide6

Scheduled Pinned Locked Moved Unsolved Qt for Python
5 Posts 3 Posters 1.5k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    DiGol
    wrote on 30 Mar 2021, 06:12 last edited by
    #1

    PySide6 & PyQt6 differ only in their names?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 30 Mar 2021, 06:16 last edited by
      #2

      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.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2
      • D Offline
        D Offline
        DiGol
        wrote on 30 Mar 2021, 06:50 last edited by
        #3

        Are they have different code?

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 30 Mar 2021, 07:22 last edited by
          #4

          The underlying Qt version does not change. The bindings generator are different. PyQt uses sip while PySide uses shiboken.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1
          • N Offline
            N Offline
            ndias
            wrote on 9 Apr 2021, 11:47 last edited by
            #5

            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.

            1 Reply Last reply
            1

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved