3

I've started using PyQT5 and I'm surprised at how easy it's been so far.

Anyone familiar with it, and if so, what kind of obstacles I can expect to encounter making custom widgets and styling?

Comments
  • 1
    Qt itself is pretty nice. I do C++ and QML at work. Have not played with the python side. I did see code looks pretty similar though. So the C++ api is probably helpful.
  • 0
    @Demolishun is QML used for styling or just structure? Or is api usually used for styling or something else?
  • 1
    @Wisecrack QML is front end side. I often build Qt objects in C++ that get placed by QML.
  • 1
    The only small issue with qt5, that commercial usage requires paying 500$ per dev I think.

    Tkinter is offered as fully free alternative.

    But hearing how easy to make front in qt5, I ll probably go for that too.
  • 0
    @darkwind that's a little more than a dollar a day and it means support and continued development is likely in the future.

    Not everyone can afford that of course, but for the man hours it saves, it's worth it.
  • 1
    @darkwind One can use the LGPL licensed versions even for commercial purposes... unfortunately the support cycle is quite short if I remember this right.
Add Comment