In many web email services, one can put in an email and it is collapsed into its own container. I can then continue to insert more emails and the process continues. I have attached an image to showcase this:
Can something similar be achieved Qt using QML components? I do not see how I can put anything besides text into a text area.
I attempted a solution where I move the entire text area, but that was ineffective when it came to multiline email lists.