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 137 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 28 Mar 2025, 01:24 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?
    J 1 Reply Last reply 28 Mar 2025, 06:18
    0
    • M markleo
      28 Mar 2025, 01:24

      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?
      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 28 Mar 2025, 06:18 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 28 Mar 2025, 10:25
      • C Offline
        C Offline
        CristianMaureira
        wrote on 1 Apr 2025, 11:46 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

        1/3

        28 Mar 2025, 01:24

        • Login

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