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. Are there third-party libraries (e.g., KDE's graphics libraries) that are only compatible with Qt(C++) and not available for Qt(Python)?

Are there third-party libraries (e.g., KDE's graphics libraries) that are only compatible with Qt(C++) and not available for Qt(Python)?

Scheduled Pinned Locked Moved Solved Qt for Python
qt for pythonpythonpyside2
3 Posts 3 Posters 138 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.
  • M Offline
    M Offline
    markleo
    wrote on last edited by markleo
    #1

    Hello,

    The company wants to use Qt to develop desktop software because Qt can be written in both C++ and Python (PySide). However, there are two concerns:

    1. How significant is the gap in execution efficiency between software developed with Qt(Python) and Qt(C++)?
    2. Are there third-party libraries (e.g., KDE's graphics libraries) that are only compatible with Qt(C++) and not available for Qt(Python)?
      We know there have PyKDE, does PyKDE implement most of the UI components of KDE?
    jsulmJ 1 Reply Last reply
    0
    • M markleo

      Hello,

      The company wants to use Qt to develop desktop software because Qt can be written in both C++ and Python (PySide). However, there are two concerns:

      1. How significant is the gap in execution efficiency between software developed with Qt(Python) and Qt(C++)?
      2. Are there third-party libraries (e.g., KDE's graphics libraries) that are only compatible with Qt(C++) and not available for Qt(Python)?
        We know there have PyKDE, does PyKDE implement most of the UI components of KDE?
      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @markleo

      1. Qt itself is always compiled even if you use PySide. So, the only difference is the one between compiled C++ code and interpreted Python code, but that has nothing to do with Qt.
      2. You should rather check which libraries you need and whether those are available in PySide. Most of the Qt libraries are available in PySide as far as I know. PyKDE is not part of Qt, you should consider ask them.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • M markleo has marked this topic as solved on
      • CristianMaureiraC Offline
        CristianMaureiraC Offline
        CristianMaureira
        wrote on last edited by
        #3

        Just to add to point 2.

        PyKDE seems to be very old and unmaintained.
        But, you can write KDE Apps with Python https://develop.kde.org/docs/getting-started/python/ (using Kirigami, like the C++ apps do)

        1 Reply Last reply
        2

        • Login

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