Python Forum
Qt for Python - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Qt for Python (/thread-9712.html)



Qt for Python - dvs1 - Apr-25-2018

Quote:Pretty soon, developers can enjoy all the goodies from Qt in their Python applications, including official technical support, around the globe.

Qt for Python will be released as a Technology Preview shortly after the Qt 5.11 release as that’s the official Qt version of the first Qt for Python release.

Qt for Python is coming to a computer near you - by Harald Kjølberg

A comment from Cristián:

Quote:Qt for Python is a set of bindings that will expose the Qt API to Python. You will have access to all the Qt classes, including QML. The packaging process is just as any Python module, through wheels.

- http://wiki.qt.io/Qt_for_Python
- http://code.qt.io/cgit/pyside/pyside-setup.git/

This will also have official documentation, unlike with PyQt.


RE: Qt for Python - Larz60+ - Apr-25-2018

Wow, huge announcement!


RE: Qt for Python - wavic - Apr-25-2018

Finally!
I see everywhere "go to see the official C documentation if you want to know more". I hope comprehensive docs will be available soon for Python too.