aboutsummaryrefslogtreecommitdiffstats
path: root/examples/serialbus/can/receivedframesmodel.py
Commit message (Collapse)AuthorAgeFilesLines
* PySide6/SerialBus: Fix CAN bus exampleFriedemann Kleint2024-09-181-4/+4
| | | | | | | | Amends e4199ec3881d8e556385af98084856be857e0dbe . Task-number: PYSIDE-2846 Change-Id: I562aa4cfb30b92b698be440d3302ecd06f7d6722 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* type hints: Fix some typing bugs for mypy (forgiveness)Friedemann Kleint2024-09-181-8/+11
| | | | | | | | | | | | | The new enums still support old syntax by the forgiveness mode. Nevertheless, when using mypy to check files, strict correctness is enforced. We correct a large number of forgiveness-induced errors, but there is still a whole lot of other complaints to fix. Task-number: PYSIDE-2846 Change-Id: If566187d268ef75bc09b8d86f73d2c7d19f284f9 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* 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>
* Add the can bus exampleFriedemann Kleint2022-10-171-0/+142
Task-number: PYSIDE-841 Change-Id: I006440da862305348f782d8dcacc824395734bb5 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>