Qt for Python Development Notes: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
* Python 3.8.1 on Windows has [https://codereview.qt-project.org/c/pyside/pyside-setup/+/285797/ some issues]. | * Python 3.8.1 on Windows has [https://codereview.qt-project.org/c/pyside/pyside-setup/+/285797/ some issues]. | ||
* qApp macro changes [https://codereview.qt-project.org/c/pyside/pyside-setup/+/285655 discussion]. | * qApp macro changes [https://codereview.qt-project.org/c/pyside/pyside-setup/+/285655 discussion]. | ||
* documentation updates | * documentation updates are still pending. | ||
* with the release of 5.14 we have been fixing many details from uic's Python support. | * with the release of 5.14 we have been fixing many details from uic's Python support. | ||
* designer's RUNPATH [https://codereview.qt-project.org/c/pyside/pyside-setup/+/285712 needed to be patched], waiting for approval, | * designer's RUNPATH [https://codereview.qt-project.org/c/pyside/pyside-setup/+/285712 needed to be patched], waiting for approval, | ||
* A modular way of packing wheels is being studied. | * A modular way of packing wheels is being studied. | ||
* Re-take the Python extensions for QtCreator project evaluation. | |||
== 2019 == | == 2019 == |
Revision as of 11:27, 9 January 2020
2020
9. January 2020
- PYSIDE-803 needs to be tackled soon, it's critical, and we cannot carry that into Qt6.
- Python 3.8.1 on Windows has some issues.
- qApp macro changes discussion.
- documentation updates are still pending.
- with the release of 5.14 we have been fixing many details from uic's Python support.
- designer's RUNPATH needed to be patched, waiting for approval,
- A modular way of packing wheels is being studied.
- Re-take the Python extensions for QtCreator project evaluation.