Details
-
Task
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
Description
Research if Loaders for symbol overrides can be replaced by property delegates.
We use Loaders to implement symbol overrides. Those are not supported on Qt for MCU.,
Maybe simple Item delegates are sufficient.
This would look like this:
property Item someDelegate: DefaultDelegate {
}
When using the instance
someDelegate: MyNewDelegate {
}
Attachments
Issue Links
- relates to
-
QDS-3363 Sketch bridge when used to create MCU project exports unsupported elements
- Reported