Details
-
Suggestion
-
Resolution: Incomplete
-
P3: Somewhat important
-
None
Description
QQmlPropertyMap requires storing a value, but sometimes it would be nice to have dynamic properties that are created when requested. For example, text: propertyMap.foo would end up calling a callback function with the "foo" and it would return QVariant for the value. Additionally there should also be change signal for bindings
Attachments
Issue Links
- relates to
-
QTBUG-79264 Provide a "lightweight model" template to mimic a key/value map
- Closed
-
QTBUG-121752 Add a way to register associative containers of object or value types
- Reported