Details
-
Suggestion
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
None
-
None
Description
Hi,
QJSvalueList is supported transparently when returning value from c++ to qml.
It would be nice to have an equivalent QMap one.
QVariantmap is inefficient, calling qjengine::newObject too often is boilerplate.
Having an equivalent QMap<QJSValue,QJSValue> where  QJSValue holds a primitive would be nice.
Attachments
Issue Links
- duplicates
-
QTBUG-121752 Add a way to register associative containers of object or value types
- Reported