aboutsummaryrefslogtreecommitdiffstats
path: root/tools/regenerate_example_resources.py
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 <[email protected]>
* Use SPDX license identifiersLucie Gérard2022-05-271-38/+2
| | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Files that have to be modified by hand are modified. License files are organized under LICENSES directory. Task-number: QTBUG-67283 Change-Id: I065150015bdb84a3096b5b39c061cf0a20ab637d Reviewed-by: Friedemann Kleint <[email protected]> Reviewed-by: Cristian Maureira-Fredes <[email protected]>
* flake8: fix styling issues in tools/Cristián Maureira-Fredes2022-04-021-1/+0
| | | | | | Change-Id: I8cbf5d521900df4f55abf8f68997f8a71437f722 Reviewed-by: Qt CI Bot <[email protected]> Reviewed-by: Friedemann Kleint <[email protected]>
* Add a tool to regenerates the QRC resource files of the PySide examplesFriedemann Kleint2021-12-151-0/+97
Hardcode the regeneration of the .qm files in the linguist example. Change-Id: Ibc7d21ec6ad0f3f83b5aeaefcfe15bd9487ee527 Reviewed-by: Christian Tismer <[email protected]>