Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Python-3.10: Allow the new syntax for Python 3.9Christian Tismer2024-06-201-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 Kleint2022-08-151-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>