Details
-
Task
-
Resolution: Fixed
-
P2: Important
-
6.5.0
-
None
-
ea0f29462 (dev), 85d872320 (6.5)
Description
Image properties in QQEM create Image QML component automatically into the exported effect component. This is what you usually want. But sometimes it is preferred to not create it automatically if content is created by the code which uses the component. For example effect uses mask which is image in QQEM but in target it is Rectangle/Item that changes dynamically to make it scalable.
Proposal: Add "Create QML Image element" checkbox into image properties. Defaults true, so current behavior. When unchecked, Image elemet is not created and image file does not get copied in export.