Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Python-3.10: Allow the new syntax for Python 3.9 | Christian Tismer | 2024-06-20 | 1 | -0/+1 |
| | | | | | | | | Add a future statement to all Python source files. Task-number: PYSIDE-2786 Change-Id: Icd6688c7795a9e16fdcaa829686d57792df27690 Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io> | ||||
* | Long live qtcpp2py.py! | Friedemann Kleint | 2022-08-15 | 1 | -0/+63 |
Add a front-end to the C++ to Python conversion functions of snippets_translate. The command line logic is taken from qtpy2cpp.py for consistency. Task-number: PYSIDE-2030 Change-Id: I77ff5d68e387c483bb7de3d36dff52f3449b7880 Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io> Reviewed-by: Christian Tismer <tismer@stackless.com> |