diff options
| author | Christian Tismer <tismer@stackless.com> | 2020-10-07 19:25:47 +0200 |
|---|---|---|
| committer | Christian Tismer <tismer@stackless.com> | 2020-10-09 22:51:46 +0200 |
| commit | 8847a47aad95d7f85d5e184071bf95c44826c4c7 (patch) | |
| tree | fa68d8a0f6d481b73d305cbb63ca70d289c4be14 /examples/tutorial | |
| parent | 9d8a918d35c8de3400a5e0471e37981a2514c96f (diff) | |
feature_select: finish properties and postpone static properties
Static properties are not easy to support.
They need an extra property subtype and support in the meta-class.
A problem is that the implementation needs to go deeply into the
innards of things and need to use `_PyType_Lookup`.
That is hard to circumvent when the limited API is used.
Therefore, the current implementation will be it for 5.15 .
At most we might add a few missing properties through XML.
Task-number: PYSIDE-1019
Change-Id: I56a9eabe5f774c1ff04c149227e06318c8bf4f29
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'examples/tutorial')
0 files changed, 0 insertions, 0 deletions
