The app that I'm doing is to select range of items to decorate a "cake" and save it into an image. There are 3 parts that I'm trying to figure out:
1. Create Object - after select items from a list, how to create the object after click the button?
2. Remove Object - sometimes if want to do any changes, I need to remove the object to add new object on it. Is it possible to remove the previous object? This is to prevent from using up the RAM.
3. Save object - After done customize, how am I save all the objects and link to another qml so that I can use it back?



