Announcement

Collapse
No announcement yet.

Qt For Python 5.12 Now Available

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Qt For Python 5.12 Now Available

    Phoronix: Qt For Python 5.12 Now Available

    Building off the Qt 5.12 LTS release from the beginning of December, Qt For Python 5.12 is now available so Python coders can utilize this latest version of the Qt5 tool-kit for building graphical user interfaces...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    I'm all for more options. However, Qt has been very dishonest in the way they advertise this. Take a look at their video, for example:

    Everything you can do with C++ in Qt, you can do with Python instead! Creating UIs should be fast, fun and flexible. Jumpstart your UI development by utilizi...


    "The Python developer lacks the ability to create user interfaces."

    This is the narrative they've been pushing everywhere. On their sites, on their blogs, and on their videos. Never mind that is isn't true at all, since PyQt has existed for ages.

    Really? You're going to base your relationship with your targeted audience on dishonesty?

    Comment


    • #3
      Originally posted by RealNC View Post
      I'm all for more options. However, Qt has been very dishonest in the way they advertise this. Take a look at their video, for example:

      Everything you can do with C++ in Qt, you can do with Python instead! Creating UIs should be fast, fun and flexible. Jumpstart your UI development by utilizi...


      "The Python developer lacks the ability to create user interfaces."

      This is the narrative they've been pushing everywhere. On their sites, on their blogs, and on their videos. Never mind that is isn't true at all, since PyQt has existed for ages.

      Really? You're going to base your relationship with your targeted audience on dishonesty?
      The argument here is not that PyQt has existed for ages, it's more like that there are plenty of alternatives ;-)

      Comment


      • #4
        well at least this qt_to_python wrapper seems to provide proper documentation.
        it's an understatement to say that pyqt, pygtk and "py-tkinter" documentations are not very good, outdated and fragmented.

        Comment


        • #5
          Is there any technical reason for GPL3 code to use it over PyQt5? It seems like PyQt5 support is more comprehensive and mature. I suppose if someone has the budget for official Qt support that could be nice. But then again they're probably more likely to be writing non-free code if that's the case.

          Comment


          • #6
            Originally posted by damonlynch View Post
            Is there any technical reason for GPL3 code to use it over PyQt5? It seems like PyQt5 support is more comprehensive and mature. I suppose if someone has the budget for official Qt support that could be nice. But then again they're probably more likely to be writing non-free code if that's the case.
            PyQt is more comprehensive, and works beautifully, so its the best choice to have full access to the API, it covers just about the whole thing.

            Comment


            • #7
              The license of pyqt5 is a showstopper...

              Comment

              Working...
              X