diff options
author | Christian Tismer <tismer@stackless.com> | 2024-11-22 23:05:51 +0100 |
---|---|---|
committer | Christian Tismer <tismer@stackless.com> | 2024-11-25 09:26:51 +0000 |
commit | da194242ce1ced62a6b0d250539a276606da74fb (patch) | |
tree | b2559e3a70aa2338cd505d0576a3650781a94986 /examples/quickcontrols | |
parent | 915d3c2ac15744e5ca8836ac8c7b8b5617b09066 (diff) |
type hints: Support properties in constructors, snake_case
Support properties by allowing keyword-only parameters
in the __init__ functions. The support for snake case
properties is now implemented.
As a drive-by: The dictionary access to type_map was
re-optimized by using a string-only dict again.
Snake case computation was optimized to use C++, only.
Change-Id: I9285c6d51e1129126f799ca7523028de32c9e6f3
Pick-to: 6.8
Task-number: PYSIDE-1019
Task-number: PYSIDE-2846
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'examples/quickcontrols')
0 files changed, 0 insertions, 0 deletions