Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt for MCUs 2.6
Description
Attached example fails to compile and it prints the following error message:
"Properties of type "Component" are not supported"
The example code is working in normal Qt Quick when tested so this appears to be a limitation specific in Qt for MCUs. Unfortunately this limitation is not mentioned in the documentation of the Qt for MCUs.
Such error is printed by qml2cpp when Component is referenced from unsupported context. Referencing Components is supported only from Qul::Property<Component *>
property bindings in Qt for MCUs.
As a suggestion, mentioning the above limitation and what is supported should be mentioned in the documentation.
Attachments
Issue Links
- relates to
-
QTMCU-251 Documentation: Explain how QML Property Attributes work in Qt for MCUs context
- Reported