[GH-ISSUE #32] Support for inheritance. #16

Closed
opened 2026-05-05 10:59:24 -06:00 by gitea-mirror · 0 comments
Owner

Originally created by @pauldotknopf on GitHub (Jul 23, 2018).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/32

Right now, we duplicate all properties/methods on each type and any it's derived types. This is true for both our NetTypeInfo and the QMetaObject created from it. QMetaObject types support defining an object hierarchy, so let's do that.

Originally created by @pauldotknopf on GitHub (Jul 23, 2018). Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/32 Right now, we duplicate all properties/methods on each type *and any it's derived types*. This is true for both our ```NetTypeInfo``` and the ```QMetaObject``` created from it. ```QMetaObject``` types support defining an object hierarchy, so let's do that.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/qmlnet#16
No description provided.